Skip to content

Commit 9563f91

Browse files
committed
corrections
1 parent 0d31586 commit 9563f91

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/storage/common/storage-account-create.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ None.
7373
7474
# [Terraform](#tab/terraform)
7575

76-
- An Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
76+
- You need an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
7777

78-
- Terraform. [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
78+
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
7979

8080
---
8181

@@ -519,29 +519,29 @@ Initialize and run the template for this quickstart using the following steps:
519519
520520
# [Terraform](#tab/terraform)
521521
522-
The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-aks-extended-zones). 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-aks-extended-zones/TestRecord.md). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
522+
The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-storage-account). 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-azure-storage-account/TestRecord.md). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
523523
524524
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
525525
526526
1. Create a file named `main.tf`, and insert the following code:
527-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-extended-zones/main.tf":::
527+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/main.tf":::
528528
529529
1. Create a file named `outputs.tf`, and insert the following code:
530-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-extended-zones/outputs.tf":::
530+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/outputs.tf":::
531531
532532
1. Create a file named `providers.tf`, and insert the following code:
533-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-extended-zones/providers.tf":::
533+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/providers.tf":::
534534
535535
1. Create a file named `variables.tf`, and insert the following code:
536-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-extended-zones/variables.tf":::
537-
538-
> [!IMPORTANT]
539-
> If you're using the 4.x azurerm provider, you must [explicitly specify the Azure subscription ID](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#specifying-subscription-id-is-now-mandatory) to authenticate to Azure before running the Terraform commands.
540-
>
541-
> One way to specify the Azure subscription ID without putting it in the `providers` block is to specify the subscription ID in an environment variable named `ARM_SUBSCRIPTION_ID`.
542-
>
543-
> For more information, see the [Azure provider reference documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#argument-reference).
544-
536+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/variables.tf":::
537+
538+
> [!IMPORTANT]
539+
> If you're using the 4.x azurerm provider, you must [explicitly specify the Azure subscription ID](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#specifying-subscription-id-is-now-mandatory) to authenticate to Azure before running the Terraform commands.
540+
>
541+
> One way to specify the Azure subscription ID without putting it in the `providers` block is to specify the subscription ID in an environment variable named `ARM_SUBSCRIPTION_ID`.
542+
>
543+
> For more information, see the [Azure provider reference documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#argument-reference).
544+
545545
1. Initialize Terraform.
546546
[!INCLUDE [terraform-init.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-init.md)]
547547

0 commit comments

Comments
 (0)