Skip to content

Commit 6dbdc02

Browse files
authored
Update storage-account-create.md
Fixed Acrolinx issues: Powershell to PowerShell and Cloud shell to Cloud Shell
1 parent 2c0e4e1 commit 6dbdc02

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
@@ -196,7 +196,7 @@ To create a general-purpose v2 storage account with a different replication opti
196196

197197
# [Template](#tab/template)
198198

199-
You can use either Azure Powershell or Azure CLI to deploy a Resource Manager template to create a storage account. The template used in this how-to article is from [Azure Resource Manager quickstart templates](https://azure.microsoft.com/resources/templates/101-storage-account-create/). To run the scripts, select **Try it** to open the Azure Cloud shell. To paste the script, right-click the shell, and then select **Paste**.
199+
You can use either Azure PowerShell or Azure CLI to deploy a Resource Manager template to create a storage account. The template used in this how-to article is from [Azure Resource Manager quickstart templates](https://azure.microsoft.com/resources/templates/101-storage-account-create/). To run the scripts, select **Try it** to open the Azure Cloud Shell. To paste the script, right-click the shell, and then select **Paste**.
200200

201201
```azurepowershell-interactive
202202
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"

0 commit comments

Comments
 (0)