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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ 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-with-storage). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
38
+
> The sample 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). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-batch-account-with-storage/TestRecord.md).
39
+
>
40
+
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
39
41
40
42
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
0 commit comments