From 40d3ddbb2c86a33e359d383fe593a4a5dfafa0de Mon Sep 17 00:00:00 2001 From: Tattedgeek <31896372+Tattedgeek@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:36:23 +0100 Subject: [PATCH 1/4] Update AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md --- ...00_M13_Azure_Deployments_Using_Resource_Manager_Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md b/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md index ad4061615..1e6ba1af2 100644 --- a/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md +++ b/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md @@ -68,7 +68,7 @@ In this lab, you will create an Azure Resource manager template and modularize i In this task, you will use Visual Studio Code to create a Resource Manager template 1. From your lab computer, start Visual Studio Code, in Visual Studio Code, click the **File** top level menu, in the dropdown menu, select **Preferences**, in the cascading menu, select **Extensions**, in the **Search Extensions** textbox, type **Azure Resource Manager (ARM) Tools**, select the corresponding search result, and click **Install** to install the Azure Resource Manager Tools -1. In Visual Studio Code, click the **File** top level menu, in the dropdown menu, select **Open File**, in the Open File dialog box enter the URL **https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-simple-windows/azuredeploy.json** and click **Open**. +1. In a webbrowser, connect to **https://github.com/Azure/azure-quickstart-templates/blob/master/101-vm-simple-windows/azuredeploy.json**. Copy the contents of the code window and past it into Visual Studio Code editor. > **Note**: Rather than creating a template from scratch we will use one of the [Azure Quickstart Templates](https://azure.microsoft.com/en-us/resources/templates/) named **Deploy a simple Windows template VM**. The templates are downloadable the templates from GitHub - [101-vm-simple-windows](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-simple-windows). From fc39d552185c22f2b3a56f321e39ee398a17f381 Mon Sep 17 00:00:00 2001 From: Tattedgeek <31896372+Tattedgeek@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:37:28 +0100 Subject: [PATCH 2/4] Create AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md From 44e288610e5675f0cad01a588c542c40f0000fc8 Mon Sep 17 00:00:00 2001 From: Tattedgeek <31896372+Tattedgeek@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:39:43 +0100 Subject: [PATCH 3/4] Update AZ400_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md --- ...0_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md b/Instructions/Labs/AZ400_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md index e1d669894..9645f013b 100644 --- a/Instructions/Labs/AZ400_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md +++ b/Instructions/Labs/AZ400_M15_Modernizing_your_Existing_ASP.NET_Apps_with_Azure.md @@ -54,6 +54,8 @@ Identify the applications that you'll use in this lab: In this exercise, you will set up the prerequisites for the lab, which include cloning the Nerd Dinner application and configuring Docker Desktop. +**NOTE You may receive a message telling you that your Visual Studio evaluation period has expired. You can create a new account using the login you used for your Azure account.** + #### Task 1: Clone the Nerd Dinner application In this task, you will create a clone of the Nerd Dinner application and open it in Visual Studio. @@ -326,4 +328,4 @@ In this task, you will use Azure Cloud Shell to remove the Azure resources provi ## Review -In this lab, you learned how to modernize existing .NET applications with Azure cloud and Windows Containers with minimal code and configuration changes. \ No newline at end of file +In this lab, you learned how to modernize existing .NET applications with Azure cloud and Windows Containers with minimal code and configuration changes. From 08c8947e6297bec15c6884f94d615101f5cc10a4 Mon Sep 17 00:00:00 2001 From: Kimberly Date: Wed, 23 Jun 2021 16:14:02 -0500 Subject: [PATCH 4/4] Update AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md --- ...00_M13_Azure_Deployments_Using_Resource_Manager_Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md b/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md index 1e6ba1af2..9268319b5 100644 --- a/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md +++ b/Instructions/Labs/AZ400_M13_Azure_Deployments_Using_Resource_Manager_Templates.md @@ -68,7 +68,7 @@ In this lab, you will create an Azure Resource manager template and modularize i In this task, you will use Visual Studio Code to create a Resource Manager template 1. From your lab computer, start Visual Studio Code, in Visual Studio Code, click the **File** top level menu, in the dropdown menu, select **Preferences**, in the cascading menu, select **Extensions**, in the **Search Extensions** textbox, type **Azure Resource Manager (ARM) Tools**, select the corresponding search result, and click **Install** to install the Azure Resource Manager Tools -1. In a webbrowser, connect to **https://github.com/Azure/azure-quickstart-templates/blob/master/101-vm-simple-windows/azuredeploy.json**. Copy the contents of the code window and past it into Visual Studio Code editor. +1. In a web browser, connect to **https://github.com/Azure/azure-quickstart-templates/blob/master/101-vm-simple-windows/azuredeploy.json**. Copy the contents of the code window and past it into Visual Studio Code editor. > **Note**: Rather than creating a template from scratch we will use one of the [Azure Quickstart Templates](https://azure.microsoft.com/en-us/resources/templates/) named **Deploy a simple Windows template VM**. The templates are downloadable the templates from GitHub - [101-vm-simple-windows](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-simple-windows).