-
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.
- Loading branch information
Showing
354 changed files
with
85,717 additions
and
8,378 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
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
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
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 |
---|---|---|
|
@@ -20,8 +20,8 @@ stages: | |
- stage: ${{parameters.stageName}} | ||
displayName: 'Deploy ${{parameters.environment}} Infrastructure and Applications' | ||
# Prevent this stage from running in parallel with the same deploy stage in other ongoing runs of this pipeline. | ||
# Instead, multiple executions of this stage will be queued and run sequentially in the order that their pipelines | ||
# were triggered. | ||
# Instead, multiple executions of this stage will be queued and run sequentially in the order that their pipelines | ||
# were triggered. | ||
lockBehavior: sequential | ||
condition: ${{parameters.condition}} | ||
variables: | ||
|
@@ -68,7 +68,6 @@ stages: | |
--parameters \ | ||
subscription='$(subscription)' \ | ||
resourceTags='$(resourceTags)' \ | ||
publicUrls='$(publicUrls)' \ | ||
postgreSqlAdminName='$(postgreSqlAdminName)' \ | ||
postgreSqlAdminPassword='$(postgreSqlAdminPassword)' \ | ||
postgreSqlFirewallRules='$(maintenanceFirewallRules)' \ | ||
|
@@ -122,7 +121,7 @@ stages: | |
--settings \ | ||
"[email protected](VaultName=$(keyVaultName); SecretName=$(dataProcessorPsqlConnectionStringSecretKey))" | ||
# TODO EES-5128 - add Private Endpoint to Data Processor Function App into the VMSS VNet to allow DevOps to | ||
# TODO EES-5128 - add Private Endpoint to Data Processor Function App into the VMSS VNet to allow DevOps to | ||
# deploy the Data Processor Function App without having to temporarily make it publicly accessible. | ||
- task: AzureCLI@2 | ||
displayName: 'Deploy Data Processor Function App - temporarily enable public network access before deploy' | ||
|
@@ -142,11 +141,11 @@ stages: | |
publicNetworkAccess=Enabled \ | ||
siteConfig.publicNetworkAccess=Enabled | ||
# TODO EES-5128 - we will try several attempts to deploy the Function App in order to allow the staging | ||
# TODO EES-5128 - we will try several attempts to deploy the Function App in order to allow the staging | ||
# slot the time to fully restart after appsettings and network visibility settings have been updated prior to | ||
# attempting the deploy. Deploying prematurely results in a 500 from the deployment endpoint until the | ||
# attempting the deploy. Deploying prematurely results in a 500 from the deployment endpoint until the | ||
# endpoint is ready to accept the deployment request. In the future it would be preferable to have a health | ||
# check Function that we could call to establish that the site is ready, but this will require adding the | ||
# check Function that we could call to establish that the site is ready, but this will require adding the | ||
# Service Principal to allowed Client IDs / Identities that can access the Function App. The Service Principal | ||
# that is performing the deploy can be accessed by using the "addSpnToEnvironment" config option in the task | ||
# definition and using the $(servicePrincipalId) variable. | ||
|
@@ -165,7 +164,7 @@ stages: | |
--resource-group $(resourceGroupName) \ | ||
--slot staging | ||
# TODO EES-5128 - add Private Endpoint to Data Processor Function App into the VMSS VNet to allow DevOps to | ||
# TODO EES-5128 - add Private Endpoint to Data Processor Function App into the VMSS VNet to allow DevOps to | ||
# deploy the Data Processor Function App without having to temporarily make it publicly accessible. | ||
- task: AzureCLI@2 | ||
displayName: 'Deploy Data Processor Function App - disable public network access after deploy' | ||
|
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
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
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
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
Oops, something went wrong.