Skip to content

Commit def7309

Browse files
committed
update
1 parent ed7738c commit def7309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In this section, you create a storage account using the Azure portal. Before you
7777

7878
In this section, you open the saved template from the template library, edit the template inside the portal, and deploy the revised template. To edit a more complex template, consider using [Visual Studio Code](./resource-manager-quickstart-create-templates-use-visual-studio-code.md) which provides richer edit functionalities.
7979

80-
Azure requires that each Azure service has an unique name. The deployment fails if you enter a storage account name that already exists. To avoid this issue, you can use a template function call uniquestring() to generate an unique storage account name.
80+
Azure requires that each Azure service has a unique name. The deployment fails if you enter a storage account name that already exists. To avoid this issue, you can use a template function call uniquestring() to generate a unique storage account name.
8181

8282
1. In the Azure portal, select **All services** from the left menu, enter **template** in the filter box, and then select **Template (PREVIEW)**.
8383

@@ -161,7 +161,7 @@ Azure requires that each Azure service has an unique name. The deployment fails
161161
8. Select **Deploy**.
162162
9. Enter the following values:
163163

164-
- **Subsription**: select your Azure subscription.
164+
- **Subscription**: select your Azure subscription.
165165
- **Resource group**: name your resource group with a unique name.
166166
- **Location**: select a location for the resource group.
167167
- **Location**: select a location for the storage account. You can use the same location as the resource group.
@@ -183,7 +183,7 @@ Azure requires that each Azure service has an unique name. The deployment fails
183183

184184
![Azure Resource Manager templates deployment resource group](./media/resource-manager-quickstart-create-templates-use-the-portal/azure-resource-manager-template-tutorial-portal-deployment-resource-group.png)
185185

186-
You can see the deployment status was successful, and there is only one storage account in the resource group. The storage account name is an unique string generated by the template. To learn more about using Azure storage accounts, see [Quickstart: Upload, download, and list blobs using the Azure portal](../storage/blobs/storage-quickstart-blobs-portal.md).
186+
You can see the deployment status was successful, and there is only one storage account in the resource group. The storage account name is a unique string generated by the template. To learn more about using Azure storage accounts, see [Quickstart: Upload, download, and list blobs using the Azure portal](../storage/blobs/storage-quickstart-blobs-portal.md).
187187

188188
## Clean up resources
189189

0 commit comments

Comments
 (0)