Skip to content

Commit a916cf7

Browse files
committed
changes per mangesh
1 parent 4eb14e5 commit a916cf7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/app-service/samples-terraform.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ The following table includes links to terraform scripts.
2020
|**Create app**||
2121
| [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. |
2222
| [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. |
23+
| [Quickstart: Create an Azure windows web app with a backup using Terraform](./scripts/terraform-secure-backend-frontend.md)| Creates two App Service apps and connect apps together with Private Endpoint and VNet integration. |
2324
| | |

articles/app-service/quickstart-backup-terraform.md renamed to articles/app-service/scripts/terraform-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create an Azure windows web app using Terraform'
2+
title: 'Quickstart: Create an Azure windows web app with a backup using Terraform'
33
description: In this quickstart, you create an Azure windows web app with a backup schedule and a .NET application stack.
44
ms.topic: quickstart
55
ms.date: 06/25/2024
@@ -10,7 +10,7 @@ ms.author: msangapu
1010
customer intent: As a Terraform user, I want to see how to create an Azure windows web app with a backup schedule and a .NET application stack.
1111
---
1212

13-
# Quickstart: Create an Azure windows web app using Terraform
13+
# Quickstart: Create an Azure windows web app with a backup using Terraform
1414

1515
In Azure App Service, you can make on-demand custom backups or configure scheduled custom backups. In this quickstart, you use Terraform to create an Azure windows web app with a backup schedule and a .NET application stack. For more information about App Service backups and restores, see [Back up and restore your app in Azure App Service](/azure/app-service/manage-backup?tabs=portal).
1616

0 commit comments

Comments
 (0)