Skip to main content

MicrosoftAzureStorageApiModule

Supported versions

Available on Cortex XSOAR (versions 6.0.0 and later), Cortex XSIAM, and Cortex XPANSE.

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.