You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also complete this quickstart using the [Azure portal](quick-create-portal.md), [Azure PowerShell](quick-create-powershell.md) or [Azure CLI](quick-create-cli.md).
20
+
You can also complete this quickstart using the [Azure portal](quick-create-portal.md), [Azure PowerShell](quick-create-powershell.md), or [Azure CLI](quick-create-cli.md).
@@ -50,15 +50,16 @@ Multiple Azure resources are defined in the template:
50
50
51
51
Deploy Resource Manager template to Azure:
52
52
53
-
1. Select the following image to sign in to Azure and open a template. The template creates an Azure Cosmos account, a database, and a container.
53
+
1. Select **Deploy to Azure** to sign in to Azure and open the template. The template creates an application gateway, the network infrastructure, and two virtual machines in the backend pool running IIS.
54
54
55
55
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fag-docs-qs%2Fazuredeploy.json"><imgsrc="./media/quick-create-template/deploy-to-azure.png"alt="deploy to azure"/></a>
56
56
57
-
2. Select or enter the following values.
57
+
2. Select or create your resource group, type the virtual machine administrator user name and password.
58
+
3. Select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 20 minutes or longer to complete.
58
59
59
60
## Validate the deployment
60
61
61
-
Although IIS isn't required to create the application gateway, it is installed to verify if Azure successfully created the application gateway. Use IIS to test the application gateway:
62
+
Although IIS isn't required to create the application gateway, it's installed to verify if Azure successfully created the application gateway. Use IIS to test the application gateway:
62
63
63
64
1. Find the public IP address for the application gateway on its **Overview** page. Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
64
65
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
@@ -70,7 +71,7 @@ Although IIS isn't required to create the application gateway, it is installed t
70
71
71
72
## Clean up resources
72
73
73
-
When you no longer need the resources that you created with the application gateway, delete the resource group. When you delete the resource group, you also remove the application gateway and all the related resources.
74
+
When you no longer need the resources that you created with the application gateway, delete the resource group. This removes the application gateway and all the related resources.
74
75
75
76
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
0 commit comments