From b6b5f541ac156bd0ca22dcfa5bcd7978c1951858 Mon Sep 17 00:00:00 2001 From: unaihuete93 <64772417+unaihuete93@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:53:35 +0200 Subject: [PATCH 1/2] Lab deletes resources without reviewing CD results --- .../AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md index fa70c44f6..86ab98d02 100644 --- a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md +++ b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md @@ -214,6 +214,8 @@ This will open another browser tab displaying the **Service connections** pane i 1. Finally, **Save** and click on **Create a new release** > **Create** (leave defaults) to start the deployment. +1. Make sure your pipeline runs succesfully and once finished, review the created resources by opening the resource group **az400m07l01-RG** in the Azure Portal (Azure SQL + App Service). Open the **App Service** and browse it **(Overview -> Browse)**, to see the published website. + ### Exercise 2: Remove the Azure lab resources In this exercise, you will remove the Azure resources provisione in this lab to eliminate unexpected charges. From c77ed86302fc1b4f28c1d00d061ed8096f881b02 Mon Sep 17 00:00:00 2001 From: unaihuete93 <64772417+unaihuete93@users.noreply.github.com> Date: Wed, 23 Jun 2021 14:08:52 +0200 Subject: [PATCH 2/2] Update AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md --- .../AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md index 86ab98d02..e2738884c 100644 --- a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md +++ b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md @@ -214,7 +214,7 @@ This will open another browser tab displaying the **Service connections** pane i 1. Finally, **Save** and click on **Create a new release** > **Create** (leave defaults) to start the deployment. -1. Make sure your pipeline runs succesfully and once finished, review the created resources by opening the resource group **az400m07l01-RG** in the Azure Portal (Azure SQL + App Service). Open the **App Service** and browse it **(Overview -> Browse)**, to see the published website. +1. Make sure your pipeline runs successfully and once finished, review the created resources by opening the resource group **az400m07l01-RG** in the Azure Portal . Open the **App Service** and browse it **(Overview -> Browse)**, to see the published website. ### Exercise 2: Remove the Azure lab resources