You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ In this section, you create a storage account using the Azure portal. Before you
77
77
78
78
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.
79
79
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.
81
81
82
82
1. In the Azure portal, select **All services** from the left menu, enter **template** in the filter box, and then select **Template (PREVIEW)**.
83
83
@@ -161,7 +161,7 @@ Azure requires that each Azure service has an unique name. The deployment fails
161
161
8. Select **Deploy**.
162
162
9. Enter the following values:
163
163
164
-
- **Subsription**: select your Azure subscription.
164
+
- **Subscription**: select your Azure subscription.
165
165
- **Resource group**: name your resource group with a unique name.
166
166
- **Location**: select a location for the resource group.
167
167
- **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
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).
0 commit comments