Skip to content

Commit 04502f4

Browse files
committed
updates3
1 parent 11740ca commit 04502f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/app-service/environment/creation-terraform.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Use Terraform to configure an Azure App Service Environment v3'
33
description: In this quickstart, you create an Azure resource group, a virtual network, and a subnet with unique, randomly generated names to configure an Azure App Service Environment v3.
44
ms.topic: quickstart
5-
ms.date: 03/20/2025
5+
ms.date: 04/04/2025
66
ms.custom: devx-track-terraform
77
ms.service: azure-app-service
88
author: cephalin
@@ -14,9 +14,7 @@ content_well_notification:
1414

1515
# 'Quickstart: Use Terraform to configure an Azure App Service Environment v3'
1616

17-
In this quickstart, you use Terraform to create a resource group, virtual network, and a subnet to configure an Azure App Service Environment v3. This code creates a resource group, a container that holds related resources for an Azure solution; a virtual network; and a subnet to provide network isolation and segmentation for the App Service Environment. App Service Environment v3 is a fully isolated environment that's dedicated to securely run App Service apps at high scale. It's typically used when you need to host many apps in a one region, deploy apps into a virtual network, or when you need to use a lot of memory.
18-
19-
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
17+
App Service Environment is a single-tenant deployment of Azure App Service. You use it with an Azure virtual network. You need one subnet for a deployment of App Service Environment, and this subnet can't be used for anything else. In this quickstart, you use [Terraform](/azure/developer/terraform) to create a resource group, virtual network, and a subnet to configure an Azure App Service Environment v3. This code creates a resource group, a container that holds related resources for an Azure solution; a virtual network; and a subnet to provide network isolation and segmentation for the App Service Environment.
2018

2119
> [!div class="checklist"]
2220
> * Create an Azure resource group with a unique name.

0 commit comments

Comments
 (0)