Method: Azure::Storage::Common::Default.storage_connection_string
- Defined in:
- lib/azure/storage/common/default.rb
.storage_connection_string ⇒ String
Default storage connection string
96 97 98 |
# File 'lib/azure/storage/common/default.rb', line 96 def storage_connection_string ENV["AZURE_STORAGE_CONNECTION_STRING"] end |