MicrosoftAzureStorageApiModule

Common Microsoft Azure Storage code that will be appended into each Microsoft Azure Storage integration.

python · ApiModules

Details

IDMicrosoftAzureStorageApiModule
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.10.14.100715

README

To use the common Microsoft Azure Storage API logic , run the following command to import the MicrosoftAzureStorageApiModule.

def main():
    ...


from MicrosoftAzureStorageApiModule import *  # noqa: E402

if __name__ in ["builtins", "__main__"]:
    main()

Then, the MicrosoftStorageClient will be available for usage. For examples, see the Azure Storage Queue or Azure Storage Table integrations.

commonfields:
  id: MicrosoftAzureStorageApiModule
  version: -1
name: MicrosoftAzureStorageApiModule
script: ''
type: python
subtype: python3
tags: []
comment: Common Microsoft Azure Storage code that will be appended into each Microsoft Azure Storage integration.
system: true
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/python3:3.10.14.100715
fromversion: 6.0.0
tests:
- No tests (auto formatted)