Skip to content

Commit e27cb8d

Browse files
committed
changed order
1 parent ec85f6f commit e27cb8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ In Azure App Service, you can make on-demand custom backups or configure schedul
4141
4242
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
4343

44-
1. Create a file named `main.tf` and insert the following code.
45-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/main.tf":::
46-
47-
1. Create a file named `outputs.tf` and insert the following code.
48-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/outputs.tf":::
49-
5044
1. Create a file named `providers.tf` and insert the following code.
5145
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/providers.tf":::
5246

47+
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":::
49+
5350
1. Create a file named `variables.tf` and insert the following code.
5451
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-app-service-backup/variables.tf":::
5552

53+
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":::
55+
5656
## Initialize Terraform
5757

5858
[!INCLUDE [terraform-init.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-init.md)]

0 commit comments

Comments
 (0)