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..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 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 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). 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.