Skip to content

Commit 00375aa

Browse files
committed
Switched code from test branch to 'main' branch
1 parent 16353e2 commit 00375aa

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"branch": "master",
5757
"branch_mapping": {}
5858
},
59-
{
60-
"path_to_root": "terraform_samples_test",
61-
"url": "https://github.com/TomArcherMsft/terraform",
62-
"branch": "UserStory208753",
63-
"branch_mapping": {}
64-
},
6559
{
6660
"path_to_root": "quickstart-templates",
6761
"url": "https://github.com/Azure/azure-quickstart-templates",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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
5-
ms.date: 06/25/2024
5+
ms.date: 07/02/2024
66
ms.custom: devx-track-terraform
77
ms.service: app-service
88
author: msangapu-msft
@@ -42,16 +42,16 @@ In Azure App Service, you can make on-demand custom backups or configure schedul
4242
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
4343

4444
1. Create a file named `providers.tf` and insert the following code.
45-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/providers.tf":::
45+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-app-service-backup/providers.tf":::
4646

4747
1. Create a file named `main.tf` and insert the following code.
48-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/main.tf":::
48+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-app-service-backup/main.tf":::
4949

5050
1. Create a file named `variables.tf` and insert the following code.
51-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/variables.tf":::
51+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-app-service-backup/variables.tf":::
5252

5353
1. Create a file named `outputs.tf` and insert the following code.
54-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/outputs.tf":::
54+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-app-service-backup/outputs.tf":::
5555

5656
## Initialize Terraform
5757

0 commit comments

Comments
 (0)