ExMicrosoftAzureStorage.Storage (ex_microsoft_azure_storage v2.0.0)

Copy Markdown View Source

ExMicrosoftAzureStorage.Storage

Summary

Functions

Returns the storage context for the Azure storage emulator.

Returns the storage context for a local Azure storage emulator.

Creates a new ExMicrosoftAzureStorage.Storage struct from the specified connection_string.

Functions

default_endpoints_protocol(storage)

development_factory(host \\ "127.0.0.1")

Returns the storage context for the Azure storage emulator.

emulator(host \\ "127.0.0.1")

Returns the storage context for a local Azure storage emulator.

endpoint_hostname(context, service)

endpoint_url(context, service)

new(connection_string)

Creates a new ExMicrosoftAzureStorage.Storage struct from the specified connection_string.

Your particular account connection string may be found in the Azure web portal. They take this form:

DefaultEndpointsProtocol=https;AccountName=YOUR_ACCOUNT_NAME;AccountKey=YOUR_ACCOUNT_KEY;EndpointSuffix=core.windows.net

secondary(context)