Skip to content

Commit c4e04f9

Browse files
authored
Merge pull request #206083 from SumanthMarigowda/patch-39
(Azure CXP) https://github.com/MicrosoftDocs/azure-docs/issues/96213
2 parents 015c9b0 + ad4bc96 commit c4e04f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ az storage account create \
339339
To create an account with Azure DNS zone endpoints (preview), first register for the preview as described in [Azure DNS zone endpoints (preview)](storage-account-overview.md#azure-dns-zone-endpoints-preview). Next, install the preview extension for the Azure CLI if it's not already installed:
340340

341341
```azurecli
342-
az extension add -name storage-preview
342+
az extension add --name storage-preview
343343
```
344344

345345
Next, create the account, specifying `AzureDnsZone` for the `--dns-endpoint-type` parameter. After the account is created, you can see the service endpoints by getting the `PrimaryEndpoints` property of the storage account.

0 commit comments

Comments
 (0)