Skip to content

06-enable-dynamic-configuration-feature-flags - Unnecessary Steps #21

@SkillableJM

Description

@SkillableJM

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions