ExMicrosoftAzureStorage.Storage (ex_microsoft_azure_storage v1.1.1) View Source

ExMicrosoftAzureStorage.Storage

Link to this section 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.

Link to this section Functions

Link to this function

default_endpoints_protocol(storage)

View Source
Link to this function

development_factory(host \\ "127.0.0.1")

View Source

Returns the storage context for the Azure storage emulator.

Link to this function

emulator(host \\ "127.0.0.1")

View Source

Returns the storage context for a local Azure storage emulator.

Link to this function

endpoint_hostname(context, service)

View Source
Link to this function

endpoint_url(context, service)

View Source

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