Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 3181aff

Browse files
Add clear instructions to insert the app configuration settings
1 parent a780984 commit 3181aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In this task, you will add continuous delivery to the YAML-based definition of t
161161
- in the **Azure subscription** drop-down list, select the Azure subscription into which you deployed the Azure resources earlier in the lab, click **Authorize**, and, when prompted, authenticate by using the same user account you used during the Azure resource deployment.
162162
- in the **App Service name** dropdown list, select the name of the web app you deployed earlier in the lab.
163163
- in the **Package or folder** text box, **update** the Default Value to `$(Build.ArtifactStagingDirectory)/**/Web.zip`.
164-
- In the **Application and Configuration Settings** add `-UseOnlyInMemoryDatabase true -ASPNETCORE_ENVIRONMENT Development`
164+
- Open the **Application and Configuration Settings** section and, in the **App settings** textbox, add `-UseOnlyInMemoryDatabase true -ASPNETCORE_ENVIRONMENT Development`
165165

166166
1. Confirm the settings from the Assistant pane by clicking the **Add** button.
167167

0 commit comments

Comments
 (0)