You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/quick-create-terraform.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,25 +35,25 @@ In this article, you learn how to:
35
35
## Implement the Terraform code
36
36
37
37
> [!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)
39
39
40
40
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
41
41
42
42
1. Create a file named `providers.tf` and insert the following code:
0 commit comments