Method: Azure::Storage::Common::Default.storage_connection_string

Defined in:
lib/azure/storage/common/default.rb

.storage_connection_stringString

Default storage connection string

Returns:



96
97
98
# File 'lib/azure/storage/common/default.rb', line 96

def storage_connection_string
  ENV["AZURE_STORAGE_CONNECTION_STRING"]
end