Skip to content

Commit d37a53a

Browse files
committed
updates5
1 parent 1afcf9e commit d37a53a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-functions/functions-create-first-function-terraform.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
5151
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-functions/variables.tf":::
5252

5353
> [!IMPORTANT]
54-
> Azure Storage Actions is currently in PREVIEW and is available in these [regions](/azure/storage-actions/overview#supported-regions).
55-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
54+
> 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.
55+
>
56+
> 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`.
57+
>
58+
> For more information, see the [Azure provider reference documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#argument-reference).
5659
5760
## Initialize Terraform
5861

0 commit comments

Comments
 (0)