Skip to content

Commit 61966cf

Browse files
committed
add final changes to deployment step.
1 parent 3df0738 commit 61966cf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/application-gateway/quick-create-template.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
88
ms.topic: quickstart
9-
ms.date: 03/20/2020
9+
ms.date: 03/23/2020
1010
ms.author: victorh
1111
ms.custom: mvc
1212
---
@@ -17,7 +17,7 @@ In this quickstart, you use a Resource Manager template to create an Azure Appli
1717

1818
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1919

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

2222
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2323

@@ -50,15 +50,16 @@ Multiple Azure resources are defined in the template:
5050

5151
Deploy Resource Manager template to Azure:
5252

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

5555
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fag-docs-qs%2Fazuredeploy.json"><img src="./media/quick-create-template/deploy-to-azure.png" alt="deploy to azure"/></a>
5656

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

5960
## Validate the deployment
6061

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:
6263

6364
1. Find the public IP address for the application gateway on its **Overview** page.![Record application gateway public IP address](./media/application-gateway-create-gateway-portal/application-gateway-record-ag-address.png) 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.
6465
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
7071

7172
## Clean up resources
7273

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

7576
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
7677

0 commit comments

Comments
 (0)