Skip to content

Commit 16fe79c

Browse files
committed
Moved note
1 parent 57fc749 commit 16fe79c

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,15 +61,15 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
6161
1. Create a file named `outputs.tf` and insert the following code.
6262
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/outputs.tf":::
6363

64-
## Initialize Terraform
65-
6664
> [!IMPORTANT]
6765
> 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.
6866
>
6967
> 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`.
7068
>
7169
> For more information, see the [Azure provider reference documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#argument-reference).
7270
71+
## Initialize Terraform
72+
7373
[!INCLUDE [terraform-init.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-init.md)]
7474

7575
## Create a Terraform execution plan

0 commit comments

Comments
 (0)