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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,26 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
24
24
25
25
## Retrieve a custom template
26
26
27
-
"Rather than manually building an entire ARM template, let's start by retrieving a pre-built template that accomplishes our goal. The [Azure Quickstart Templates repo](https://github.com/Azure/azure-quickstart-templates) repo contains a large collection of templates that deploy common scenarios. The portal makes it easy for you find and use templates from this repo. You can save the template and reuse it later."
27
+
Rather than manually building an entire ARM template, let's start by retrieving a pre-built template that accomplishes our goal. The [Azure Quickstart Templates repo](https://github.com/Azure/azure-quickstart-templates) repo contains a large collection of templates that deploy common scenarios. The portal makes it easy for you find and use templates from this repo. You can save the template and reuse it later."
28
28
29
29
1. In a web browser, go to the [Azure portal](https://portal.azure.com) and sign in.
30
30
1. From the Azure portal search bar, search for **deploy a custom template** and then select it from the available options.
31
31
32
32
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/search-custom-template.png" alt-text="Search for Custom Template":::
33
33
34
-
1. For Template source, notice that *Quickstart template* is selected by default. You can keep this selection. In the drop down, search for *quickstarts/microsoft.storage/storage-account-create* and select it. After finding the quickstart template, select **Select template.**
34
+
1. For Template source, notice that **Quickstart template** is selected by default. You can keep this selection. In the drop down, search for **quickstarts/microsoft.storage/storage-account-create** and select it. After finding the quickstart template, select **Select template.**
1. In the next blade, you provide custom values to use for the deployment.
39
39
40
-
For Resource group, select Create new. Provide*myResourceGroup* for the name. You can use the default values for the other fields. When you've finished providing values, select **Review + create**.
40
+
For Resource group, select **Create new** and provide*myResourceGroup* for the name. You can use the default values for the other fields. When you've finished providing values, select **Review + create**.
41
41
42
42
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/input-fields-template.png" alt-text="Input Fields for Template":::
43
43
44
44
1. The portal validates your template and the values you provided. After validation succeeds, select **Create** to start the deployment.
45
45
46
-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/template-validation.png" alt-text="validation and create":::
46
+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/template-validation.png" alt-text="Validation and create":::
47
47
48
48
1. Once your validation has passed, you'll see the status of the deployment. When it completes successfully, select **Go to resource** to see the storage account.
49
49
@@ -55,7 +55,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
55
55
56
56
## Edit and deploy the template
57
57
58
-
You can use the portal for quickly developing and deploying ARN templates. In general, we recommend using Visual Studio Code for developing your ARM templates, and Azure CLI or Azure PowerShell for deploying the template, but you can use the portal for quick deployments without installing those tools.
58
+
You can use the portal for quickly developing and deploying ARM templates. In general, we recommend using Visual Studio Code for developing your ARM templates, and Azure CLI or Azure PowerShell for deploying the template, but you can use the portal for quick deployments without installing those tools.
59
59
60
60
In this section, let's suppose you have an ARM template that you want to deploy one time with setting up the other tools.
61
61
@@ -67,7 +67,7 @@ In this section, let's suppose you have an ARM template that you want to deploy
67
67
68
68
1. You see a blank template.
69
69
70
-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/blank-template.png" alt-text="Build your own template":::
0 commit comments