Skip to content

Commit 1f53d7e

Browse files
authored
Apply suggestions from PR review
Add missing word; delete superfluous comma.
1 parent b1a9f55 commit 1f53d7e

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
@@ -20,7 +20,7 @@ A storage task can perform operations on blobs in an Azure Storage account. As y
2020
In this how-to article, you'll learn how to create a storage task using Terraform.
2121

2222
> [!IMPORTANT]
23-
> Azure Storage Actions is currently in PREVIEW and is available these [regions](../overview.md#supported-regions).
23+
> Azure Storage Actions is currently in PREVIEW and is available in these [regions](../overview.md#supported-regions).
2424
> 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.
2525
2626
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
@@ -63,7 +63,7 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
6363
> [!IMPORTANT]
6464
> 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 putting it in the `providers` block, 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)