-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4890 from dfe-analytical-services/dev
Merge dev into master
- Loading branch information
Showing
373 changed files
with
19,020 additions
and
14,171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,14 @@ stages: | |
--settings \ | ||
"[email protected](VaultName=$(keyVaultName); SecretName=$(coreStorageConnectionStringSecretKey))" | ||
az webapp config connection-string set \ | ||
--name '$(dataProcessorFunctionAppName)' \ | ||
--resource-group '$(resourceGroupName)' \ | ||
--slot 'staging' \ | ||
--connection-string-type 'SQLAzure' \ | ||
--settings \ | ||
"[email protected](VaultName=$(keyVaultName); SecretName=$(dataProcessorContentDbConnectionStringSecretKey))" | ||
az webapp config connection-string set \ | ||
--name '$(dataProcessorFunctionAppName)' \ | ||
--resource-group '$(resourceGroupName)' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.