Skip to content

Commit da2b498

Browse files
committed
Acrolinx Revision
1 parent bee79e4 commit da2b498

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: contperf-fy21q3, mode-ui
99
#Customer intent: As a developer new to Azure deployment, I want to learn how to use the Azure portal to create and edit Resource Manager templates, so I can use the templates to deploy Azure resources.
1010
---
1111

12-
# Quickstart: Create and deploy ARM templates by using the Azure Portal
12+
# Quickstart: Create and deploy ARM templates by using the Azure portal
1313

1414
In this quickstart, you learn how to generate an Azure Resource Manager template (ARM template) in the Azure portal. You edit and deploy the template from the portal.
1515

@@ -23,33 +23,33 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
2323

2424
## Generate a Custom Template from the Portal
2525

26-
Although using Visual Studio Code is the recommended option, if you're new to Azure deployment, it may be more challenging to create an ARM template (especially in the beginning). To get around this, you can start by generating a template using the Azure portal option. You will be able to configure your deployment in the Azure portal and download the corresponding ARM template. This template can be saved and reused in the future, and will serve as a good starting point.
26+
Although using Visual Studio Code is the recommended option, if you're new to Azure deployment, it may be more challenging to create an ARM template (especially in the beginning). To get around this issue, you can start by generating a template using the Azure portal option. You'll be able to configure your deployment in the Azure portal and download the corresponding ARM template. This template can be saved and reused in the future, and will serve as a good starting point.
2727

28-
Many experienced template developers use this method to generate templates when they try to deploy Azure resources that they aren't 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/).
28+
Many experienced template developers use this method to generate templates when they try to deploy Azure resources that they aren't 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/).
2929

3030
1. In a web browser, go to the [Azure portal](https://portal.azure.com) and sign in.
3131
2. From the Azure portal search bar, search for **Deploy a Custom Template** and then select it.
3232
![Search for Custom Template](./media/quickstart-create-templates-use-the-portal/arm-search-custom-template.jpg)
3333

34-
3. On the Custom Deployment page, select **Quickstart Template** under the Template Source section. Here, you can search for many kinds of templates, but for the purpose of this quickstart, we will be using `quickstarts/microsoft.storage/storage-account-create` in order to create a simple storage account. There are many other [collections of custom templates](https://github.com/Azure/azure-quickstart-templates) that others have created, (which also follow best practices guidelines) that you can also select to use for specific scenarios. Finally, you can also select to **edit template**, which will allow you to edit the template manually.
34+
3. On the Custom Deployment page, select **Quickstart Template** under the Template Source section. Here, you can search for many kinds of templates, but with this quickstart, we'll be using `quickstarts/microsoft.storage/storage-account-create` in order to create a simple storage account. There are many other [collections of custom templates](https://github.com/Azure/azure-quickstart-templates) that others have created as well. These custom templates also follow best practices guidelines, which make it easier for you to select for specific scenarios. Finally, you can also select to **edit template**, which will allow you to edit the template manually.
3535

3636
![Select Quickstart Template](./media/quickstart-create-templates-use-the-portal/arm-select-custom-template.jpg)
3737

3838
4. After moving to the next step, Enter the following information on the following page:
3939

40-
For the **Resource group** field, select **Create new**, and specify a resource group name of your choice. On the screenshot, the resource group name is *armtest1*, and you are also able to access the **edit template** page here as well.
40+
For the **Resource group** field, select **Create new**, and specify a resource group name of your choice. On the screenshot, the resource group name is *armtest1*, and you're also able to access the **edit template** page here as well.
4141

4242
![Input Fields for Template](./media/quickstart-create-templates-use-the-portal/arm-input-fields-template.jpg)
4343

4444
A Resource group is a container for Azure resources that makes Azure resource management much easier.
4545

4646
5. Select **Review + create** on the bottom of the screen. After validation has passed (which may take a couple minutes), proceed to select **Create** in order to create your storage account.
4747

48-
6. Once you're validation has passed, you will receive a notification that says the deployment succeeded, and the notification will provide a link for the user to view their deployment. In this case, we are viewing the storage account we created.
48+
6. Once your validation has passed, you'll receive a notification that says the deployment succeeded, and the notification will provide a link for the user to view their deployment. In this case, we're viewing the storage account we created.
4949

5050
![Deployment Succeeded Notification](./media/quickstart-create-templates-use-the-portal/arm-deploy-success.jpg)
5151

52-
7. From this screen, you can view all the details for your selected resource group, as well as your created storage account. Select **the link for the succeeded deployments.**
52+
7. From this screen, you can view all the details for your selected resource group, and your created storage account. Select **the link for the succeeded deployments.**
5353

5454
![View Deployment Page](./media/quickstart-create-templates-use-the-portal/arm-see-deployment.jpg)
5555

@@ -61,20 +61,20 @@ Many experienced template developers use this method to generate templates when
6161

6262
![Select Template](./media/quickstart-create-templates-use-the-portal/arm-select-template.jpg)
6363

64-
9. After selecting the template you wish to view, you will be brought to the template overview page. From here, select **templates** from the left hand side bar.
64+
9. After selecting the template you wish to view, you'll be brought to the template overview page. From here, select **templates** from the left hand side bar.
6565

6666
![Review Template](./media/quickstart-create-templates-use-the-portal/arm-view-template.jpg)
6767

68-
From here, you will be able to see the custom template you deployed as well as its details.
68+
From here, you'll be able to see the custom template you deployed and its details.
6969

7070

7171
![Template Details Page](./media/quickstart-create-templates-use-the-portal/arm-review-custom-template.jpg)
7272

73-
## Export your Custom Template from the Azure Portal
73+
## Export your Custom Template from the Azure portal
7474

75-
1. After the storage account has been created, navigate to the Azure Portal to the resource group you deployed to.
76-
2. Once you have selected the resource group, select **Export Template** from the left bottom pane.
77-
3. Here, you can see what your exported template would look like if it were deployed. You can see the whole template, or by selecting the **Parameters** link, you can view only the parameters section. Here, you will be able to see and download the template to edit any resources, parameters, or additional fields as needed. This is a good way to get a starting template, however it is important to note that the template generated may need additional modifications based on the specific scenario.
75+
1. After the storage account has been created, navigate to the Azure portal to the resource group you deployed to.
76+
2. Once you've selected the resource group, select **Export Template** from the left bottom pane.
77+
3. Here, you can see what your exported template would look like if it were deployed. You can see the whole template, or by selecting the **Parameters** link, you can view only the parameters section. Here, you'll be able to see and download the template to edit any resources, parameters, or other fields as needed. This is a good way to get a starting template, however it's important to note that the template generated may need other modifications based on the specific scenario.
7878

7979
![Export Template](./media/quickstart-create-templates-use-the-portal/arm-export-template.jpg)
8080

@@ -89,7 +89,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
8989

9090
## Next steps
9191

92-
In this tutorial, you learned how to generate a template from the Azure portal, and how to deploy the template using the portal. The template used in this Quickstart is a simple template with one Azure resource. When the template is complex, it's easier to use Visual Studio Code or Visual Studio to develop the template. To learn more about template development, see our new beginner tutorial series:
92+
In this tutorial, you learned how to generate a template from the Azure portal, and how to deploy the template using the portal. The template used in this Quickstart is a simple template with one Azure resource. When the template is complex, it's easier to use Visual Studio Code, or Visual Studio to develop the template. To learn more about template development, see our new beginner tutorial series:
9393

9494
> [!div class="nextstepaction"]
9595
> [Beginner tutorials](./template-tutorial-create-first-template.md)

0 commit comments

Comments
 (0)