Skip to content

Commit

Permalink
Modify storage connection strings names in Kv
Browse files Browse the repository at this point in the history
  • Loading branch information
betaniat committed Oct 21, 2024
1 parent ff9e643 commit c3f09fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ CFG_STORAGE_ACCOUNT_NAME_ANON="storageanon1dev"
CFG_STORAGE_ACCOUNT_NAME_VIS="storagevis1dev"

# connection strings names for storage accounts, as saved in the key vault:
CFG_CONNECTION_STRING_RAW_NAME="connectionStringRawStorage"
CFG_CONNECTION_STRING_ANON_NAME="connectionStringAnonStorage"
CFG_CONNECTION_STRING_VIS_NAME="connectionStringVisStorage"
CFG_CONNECTION_STRING_RAW_NAME="Storage--rawConnectionString"
CFG_CONNECTION_STRING_ANON_NAME="Storage--anonConnectionString"
CFG_CONNECTION_STRING_VIS_NAME="Storage--visConnectionString"
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CFG_STORAGE_ACCOUNT_NAME_ANON="storageanon1prod"
CFG_STORAGE_ACCOUNT_NAME_VIS="storagevis1prod"

# connection strings names for storage accounts, as saved in the key vault:
CFG_CONNECTION_STRING_RAW_NAME="connectionStringRawStorage"
CFG_CONNECTION_STRING_ANON_NAME="connectionStringAnonStorage"
CFG_CONNECTION_STRING_VIS_NAME="connectionStringVisStorage"
CFG_CONNECTION_STRING_RAW_NAME="Storage--rawConnectionString"
CFG_CONNECTION_STRING_ANON_NAME="Storage--anonConnectionString"
CFG_CONNECTION_STRING_VIS_NAME="Storage--visConnectionString"
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CFG_STORAGE_ACCOUNT_NAME_ANON="storageanon1staging"
CFG_STORAGE_ACCOUNT_NAME_VIS="storagevis1staging"

# connection strings names for storage accounts, as saved in the key vault:
CFG_CONNECTION_STRING_RAW_NAME="connectionStringRawStorage"
CFG_CONNECTION_STRING_ANON_NAME="connectionStringAnonStorage"
CFG_CONNECTION_STRING_VIS_NAME="connectionStringVisStorage"
CFG_CONNECTION_STRING_RAW_NAME="Storage--rawConnectionString"
CFG_CONNECTION_STRING_ANON_NAME="Storage--anonConnectionString"
CFG_CONNECTION_STRING_VIS_NAME="Storage--visConnectionString"

0 comments on commit c3f09fb

Please sign in to comment.