Skip to content

Commit e2a12c3

Browse files
committed
more edits
1 parent ebcf8cd commit e2a12c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/app-service/samples-terraform.md

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

77
ms.assetid: 1e5ecfa8-4ab1-47d3-ab23-97abf723516d
88
ms.topic: sample
9-
ms.date: 11/18/2022
9+
ms.date: 06/25/2024
1010
author: ericgre
1111
ms.author: ericg
1212
ms.service: app-service
@@ -20,5 +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-
| [Create an Azure windows web app with a backup using Terraform](./scripts/terraform-backup.md)| Createscreate an Azure windows web app with a backup schedule. |
23+
| [Create an Azure Windows web app with a backup](./scripts/terraform-backup.md)| Createscreate an Azure windows web app with a backup schedule. |
2424
| | |

articles/app-service/scripts/terraform-backup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: 'Quickstart: Create an Azure windows web app with a backup using Terraform'
3-
description: In this quickstart, you create an Azure windows web app with a backup schedule and a .NET application stack.
2+
title: 'Quickstart: Create an Azure Windows web app with a backup using Terraform'
3+
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
66
ms.custom: devx-track-terraform
77
ms.service: windows
88
author: msangapu-msft
99
ms.author: msangapu
10-
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.
10+
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 with a backup using Terraform
13+
# Quickstart: Create an Azure Windows web app with a backup using Terraform
1414

15-
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).
15+
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

1717
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
1818

@@ -67,7 +67,7 @@ In Azure App Service, you can make on-demand custom backups or configure schedul
6767

6868
## Verify the results
6969

70-
Run [az webapp show](/cli/azure/webapp#az-webapp-show) to view the Azure windows web app.
70+
Run [az webapp show](/cli/azure/webapp#az-webapp-show) to view the Azure Windows web app.
7171

7272
```azurecli
7373
az webapp show --name <web_app_name> --resource-group <resource_group_name>

0 commit comments

Comments
 (0)