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/templates/quickstart-create-templates-use-the-portal.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Creating a Resource Manager template from scratch is not an easy task, especiall
25
25
Many experienced template developers use this method to generate templates when they try to deploy Azure resources that they are not familiar with. For more information about exporting templates by using the portal, see [Export resource groups to templates](../management/manage-resource-groups-portal.md#export-resource-groups-to-templates). The other way to find a working template is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/).
26
26
27
27
1. In a web browser, go to the [Azure portal](https://portal.azure.com) and sign in.
28
-
2. From the Azure portal menu, select **Create a resource**.
28
+
1. From the Azure portal menu, select **Create a resource**.
29
29
30
30

31
31
32
-
3. Select **Storage** > **Storage account**.
32
+
1. Select **Storage** > **Storage account**.
33
33
34
34

35
35
1. Enter the following information:
@@ -46,8 +46,8 @@ Many experienced template developers use this method to generate templates when
46
46
> [!NOTE]
47
47
> Some of the exported templates require some edits before you can deploy them.
48
48
49
-
5. Select **Review + create** on the bottom of the screen. Do not select **Create** in the next step.
50
-
6. Select **Download a template for automation** on the bottom of the screen. The portal shows the generated template:
49
+
1. Select **Review + create** on the bottom of the screen. Do not select **Create** in the next step.
50
+
1. Select **Download a template for automation** on the bottom of the screen. The portal shows the generated template:
51
51
52
52

53
53
@@ -56,9 +56,9 @@ Many experienced template developers use this method to generate templates when
56
56
There are six parameters defined. One of them is called **storageAccountName**. The second highlighted part on the previous screenshot shows how to reference this parameter in the template. In the next section, you edit the template to use a generated name for the storage account.
57
57
58
58
In the template, one Azure resource is defined. The type is `Microsoft.Storage/storageAccounts`. Take a look of how the resource is defined, and the definition structure.
59
-
7. Select **Download** from the top of the screen.
60
-
8. Open the downloaded zip file, and then save **template.json** to your computer. In the next section, you use a template deployment tool to edit the template.
61
-
9. Select the **Parameter** tab to see the values you provided for the parameters. Write down these values, you need them in the next section when you deploy the template.
59
+
1. Select **Download** from the top of the screen.
60
+
1. Open the downloaded zip file, and then save **template.json** to your computer. In the next section, you use a template deployment tool to edit the template.
61
+
1. Select the **Parameter** tab to see the values you provided for the parameters. Write down these values, you need them in the next section when you deploy the template.
62
62
63
63

64
64
@@ -74,14 +74,14 @@ The Azure portal can be used to perform some basic template editing. In this qui
74
74
Azure requires that each Azure service has a unique name. The deployment could fail if you entered a storage account name that already exists. To avoid this issue, you modify the template to use a template function call `uniquestring()` to generate a unique storage account name.
75
75
76
76
1. From the Azure portal menu or from the **Home** page, select **Create a resource**.
77
-
2. In **Search the Marketplace**, type **template deployment**, and then press **ENTER**.
78
-
3. Select **Template deployment**.
77
+
1. In **Search the Marketplace**, type **template deployment**, and then press **ENTER**.
11. Select the bell icon (notifications) from the top of the screen to see the deployment status. You shall see **Deployment in progress**. Wait until the deployment is completed.
165
+
1. Select **Purchase**.
166
+
1. Select the bell icon (notifications) from the top of the screen to see the deployment status. You shall see **Deployment in progress**. Wait until the deployment is completed.
0 commit comments