You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #366, we defined a YAML pipeline for restarting the MST eligibliity-server app services.
Currently, we're not using it though because the pre-existing UI-configured pipeline under Pipelines > Releases was working fine.
SBMTD has been restarting its app services using the YAML pipeline all this time without problem, so let's switch over to using the YAML definition for MST as well. A benefit of doing so is that the "Restart app services" pipeline will appear in the same Pipelines section that the infra pipeline is in.
Steps in Azure DevOps:
Disable the UI-configured pipeline
Create a new pipeline that uses the YAML definition mst/azure-restart.yml
Run it manually to verify it works
Verify that scheduled runs work
The text was updated successfully, but these errors were encountered:
In #366, we defined a YAML pipeline for restarting the MST eligibliity-server app services.
Currently, we're not using it though because the pre-existing UI-configured pipeline under Pipelines > Releases was working fine.
SBMTD has been restarting its app services using the YAML pipeline all this time without problem, so let's switch over to using the YAML definition for MST as well. A benefit of doing so is that the "Restart app services" pipeline will appear in the same Pipelines section that the infra pipeline is in.
Steps in Azure DevOps:
Disable the UI-configured pipeline
Create a new pipeline that uses the YAML definition
mst/azure-restart.yml
Run it manually to verify it works
Verify that scheduled runs work
The text was updated successfully, but these errors were encountered: