Lab: Enable Dynamic Configuration and Feature Flags
Task: Import and run the CD pipeline
Steps: 9 and 10
Step 9. In the same YAML pipeline definition, update the task: AzureResourceManagerTemplateDeployment@3 section,
inputs values:
csmFile: $(Pipeline.Workspace)/eshoponweb-ci/Bicep/$(templateFile)
Step 10. In the same YAML pipeline definition, update the task: AzureRMWebAppDeployment@4 section,
inputs values:
packageForLinux: $(Pipeline.Workspace)/eshoponweb-ci/WebSite/Web.zip
These steps are no longer needed and if completed result in an error when deploying the app service. I've confirmed the lab can be completed without updating either of these lines in the YAML file.
