File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ Flownative:
44 profiles :
55 # Default credentials and client options - override these in your settings with real values
66 default :
7- # The account name to use with the default connectionstring
8- accountName : ~
9- # The account key to use with the default connectionstring
10- accountKey : ~
7+ credentials :
8+ # The account name to use with the default connectionstring
9+ accountName : ~
10+ # The account key to use with the default connectionstring
11+ accountKey : ~
1112
12- # Custom connection string to use, see documentation at
13- # https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string
14- # If null, the CONNECTIONSTRING_TEMPLATE is used together with accountName and accountKey
15- connectionString : ~
13+ # Custom connection string to use, see documentation at
14+ # https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string
15+ # If null, the CONNECTIONSTRING_TEMPLATE is used together with accountName and accountKey
16+ connectionString : ~
You can’t perform that action at this time.
0 commit comments