Skip to content

Commit 9600b0e

Browse files
committed
art6-1
1 parent d2b0885 commit 9600b0e

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

articles/app-service/samples-terraform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ ms.custom: devx-track-terraform
66

77
ms.assetid: 1e5ecfa8-4ab1-47d3-ab23-97abf723516d
88
ms.topic: sample
9-
ms.date: 06/25/2024
9+
ms.date: 03/16/2026
1010
author: ericgre
1111
ms.author: ericg
1212
ms.service: azure-app-service
1313
---
14+
1415
# Terraform samples for Azure App Service
1516

1617
The following table includes links to Terraform scripts.
1718

1819
| Script | Description |
1920
|-|-|
2021
|**Create app**||
21-
| [Create two apps and connect securely with Private Endpoint and VNet integration](./scripts/terraform-secure-backend-frontend.md)| Creates two App Service apps and connect apps together with Private Endpoint and VNet integration. |
22+
| [Create two apps and connect them securely with Private Endpoint and VNet integration](./scripts/terraform-secure-backend-frontend.md)| Creates two App Service apps and connects the apps together with Private Endpoint and virtual network integration. |
2223
| [Provision App Service and use slot swap to deploy](/azure/developer/terraform/provision-infrastructure-using-azure-deployment-slots)| Provision App Service infrastructure with Azure deployment slots. |
2324
| [Create an Azure Windows web app with a backup](./scripts/terraform-backup.md)| Create an Azure Windows web app with a backup schedule. |
2425
| [Create a Windows container app on App Service](/azure/app-service/provision-resource-terraform?tabs=windows-container)| Create an Azure Windows web app with a backup schedule. |

articles/app-service/scripts/powershell-deploy-private-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: 'PowerShell: Deploy Private Endpoint for Web App with PowerShell'
3-
description: Learn how to use PowerShell to deploy Private Endpoint for your Web App.
3+
description: Use this sample PowerShell script to deploy Private Endpoint for your Web App.
44
author: ericgre
55
ms.assetid: e1cc08d5-91cf-49d7-8d0a-c0e7bd2046ac
66
ms.topic: sample
7-
ms.date: 12/06/2022
7+
ms.date: 03/16/2026
88
ms.author: ericg
99
ms.service: azure-app-service
1010
ms.custom: devx-track-azurepowershell

articles/app-service/scripts/template-deploy-private-endpoint.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
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.
44
author: ericgre
55
ms.assetid: 49e460d0-7759-4ceb-b5a4-f1357e4fde56
66
ms.topic: sample
7-
ms.date: 07/08/2020
7+
ms.date: 03/16/2026
88
ms.author: ericg
99
ms.service: azure-app-service
1010
ms.custom: devx-track-arm-template
@@ -32,14 +32,14 @@ This template creates a private endpoint for an Azure web app.
3232

3333
Here's how to deploy the Azure Resource Manager template to Azure:
3434

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

4040
## Clean up resources
4141

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

4444
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
4545

0 commit comments

Comments
 (0)