Skip to content

Commit 3b0b447

Browse files
committed
edits
1 parent 8104a39 commit 3b0b447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ customer intent: As a Terraform user, I want to see how to create an Azure windo
1212

1313
# Quickstart: Create an Azure windows web app using Terraform
1414

15-
In this quickstart, you use Terraform to create an Azure windows web app with a backup schedule and a .NET application stack using Terraform. Azure windows web app is a fully managed platform for building, deploying, and scaling web apps. It's designed to let you focus on your application code, without the worry of managing infrastructure or the underlying operating system. You can use it to host web apps, REST APIs, and backend services for mobile, desktop, and web applications.
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,13 +67,13 @@ In this quickstart, you use Terraform to create an Azure windows web app with a
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>
7474
```
7575

76-
You must replace `<web_app_name>` with the name of your Azure Windows web app and `<resource_group_name>` with the name of your resource group.
76+
Replace `<web_app_name>` with the name of your Azure Windows web app and `<resource_group_name>` with the name of your resource group.
7777

7878
## Clean up resources
7979

@@ -86,4 +86,4 @@ You must replace `<web_app_name>` with the name of your Azure Windows web app an
8686
## Next steps
8787

8888
> [!div class="nextstepaction"]
89-
> [See more articles about Azure windows web app](/search/?terms=Azure%20windows%20web%20app%20and%20terraform)
89+
> [See more articles about App Service](/app-service)

0 commit comments

Comments
 (0)