Skip to content

Commit 9d9f9bb

Browse files
committed
Fixed source-code links
1 parent ebab3c0 commit 9d9f9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/batch/quick-create-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ In this article, you learn how to:
3535
## Implement the Terraform code
3636

3737
> [!NOTE]
38-
> The example code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-batch_account). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
38+
> The example code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-batch-account-with-storage). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
3939
4040
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
4141

4242
1. Create a file named `providers.tf` and insert the following code:
4343

44-
[!code-terraform[master](~/terraform_samples/quickstart/101-batch_account/providers.tf)]
44+
[!code-terraform[master](~/terraform_samples/quickstart/101-batch-account-with-storage/providers.tf)]
4545

4646
1. Create a file named `main.tf` and insert the following code:
4747

48-
[!code-terraform[master](~/terraform_samples/quickstart/101-batch_account/main.tf)]
48+
[!code-terraform[master](~/terraform_samples/quickstart/101-batch-account-with-storage/main.tf)]
4949

5050
1. Create a file named `variables.tf` and insert the following code:
5151

52-
[!code-terraform[master](~/terraform_samples/quickstart/101-batch_account/variables.tf)]
52+
[!code-terraform[master](~/terraform_samples/quickstart/101-batch-account-with-storage/variables.tf)]
5353

5454
1. Create a file named `outputs.tf` and insert the following code:
5555

56-
[!code-terraform[master](~/terraform_samples/quickstart/101-batch_account/outputs.tf)]
56+
[!code-terraform[master](~/terraform_samples/quickstart/101-batch-account-with-storage/outputs.tf)]
5757

5858
## Initialize Terraform
5959

0 commit comments

Comments
 (0)