From 9861ef50ef80655e7072143cbf3179095ca9e564 Mon Sep 17 00:00:00 2001 From: Luiz Macedo <45747223+LuizMacedo@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:41:02 -0500 Subject: [PATCH] Update AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md --- ...Deploying_Docker_containers_to_Azure_App_Service_web_apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md b/Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md index 542313e01..578e8dccb 100644 --- a/Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md +++ b/Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md @@ -194,6 +194,8 @@ In this task, you will import and run the CD pipeline. 8. Click on **Save and Run** and wait for the pipeline to execute successfully. > **Note**: The deployment may take a few minutes to complete. + + > **Important**: If you receive the error message "TF402455: Pushes to this branch are not permitted; you must use a pull request to update this branch.", you need to uncheck the "Require a minimum number of reviewers" Branch protection rule enabled in the previous labs. The CD definition consists of the following tasks: - **Resources**: It downloads the repository files that will be used in the following tasks.