Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Task 04 - Build, Push, and Deploy Changes

The deployment YAML files will not run on their own because they include sections which require developer input, such as {your_prefix} and {your_registry_name}. Filling these in with appropriate values is necessary to get the .yml files in the appropriate condition to run.

The images command in each webapps-deploy call has a hard-coded value for the image location of techboost/dotnetcoreapp and expect you to hard-code the ACR location. This is because the images command will not accept repository secrets or variables defined in the workflow like the steps in the dockerBuildPush job do.