Skip to content

Commit b1a9f55

Browse files
committed
typos
1 parent af10a7b commit b1a9f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage-actions/storage-tasks/storage-task-quickstart-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
6161
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/outputs.tf":::
6262

6363
> [!IMPORTANT]
64-
> If you are using the 4.x azurerm provider, you must [specify the subscription ID](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#specifying-subscription-id-is-now-mandatory) to authenticate the Azure before running the Terraform commands.
64+
> If you are 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.
6565
>
66-
> One way to specify the Azure subscription ID without hard coding it into your providers.tf file, is to specify the subscription ID in an environment variable named `ARM_SUBSCRIPTION_id`.
66+
> 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`.
6767
>
6868
> For more information, see the [Azure provider reference documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#argument-reference).
6969

0 commit comments

Comments
 (0)