|
1 | 1 | --- |
2 | 2 | title: 'Use an Azure Resource Manager template to deploy a private endpoint for a web app' |
3 | | -description: Learn how to use ARM template to deploy a private endpoint for your web app. |
| 3 | +description: Learn how to use an ARM template to deploy a private endpoint for your web app. |
4 | 4 | author: ericgre |
5 | 5 | ms.assetid: 49e460d0-7759-4ceb-b5a4-f1357e4fde56 |
6 | 6 | ms.topic: sample |
7 | | -ms.date: 07/08/2020 |
| 7 | +ms.date: 03/16/2026 |
8 | 8 | ms.author: ericg |
9 | 9 | ms.service: azure-app-service |
10 | 10 | ms.custom: devx-track-arm-template |
@@ -32,14 +32,14 @@ This template creates a private endpoint for an Azure web app. |
32 | 32 |
|
33 | 33 | Here's how to deploy the Azure Resource Manager template to Azure: |
34 | 34 |
|
35 | | -1. To sign in to Azure and open the template, select this link: [Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fprivate-endpoint-webapp%2Fazuredeploy.json). The template creates the virtual network, the web app, the private endpoint, and the private DNS zone. |
36 | | -2. Select or create your resource group. |
37 | | -3. Enter the name of your web app, Azure App Service plan, and private endpoint. |
38 | | -5. Read the statement about terms and conditions. If you agree, select **I agree to the terms and conditions stated above** > **Purchase**. The deployment can take several minutes to finish. |
| 35 | +1. To sign in to Azure and open the template, select this link: [Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fprivate-endpoint-webapp%2Fazuredeploy.json). The template creates the virtual network, the web app, the private endpoint, and the private DNS zone. |
| 36 | +1. Select or create your resource group. |
| 37 | +1. Enter the name of your web app, Azure App Service plan, and private endpoint. |
| 38 | +1. Read the statement about terms and conditions. If you agree, select **I agree to the terms and conditions stated above** > **Purchase**. The deployment can take several minutes to finish. |
39 | 39 |
|
40 | 40 | ## Clean up resources |
41 | 41 |
|
42 | | -When you no longer need the resources that you created with the private endpoint, delete the resource group. This removes the private endpoint and all the related resources. |
| 42 | +When you no longer need the resources that you created with the private endpoint, delete the resource group. By removing the resource group, you remove the private endpoint and all the related resources. |
43 | 43 |
|
44 | 44 | To delete the resource group, call the `Remove-AzResourceGroup` cmdlet: |
45 | 45 |
|
|
0 commit comments