Skip to content

Commit 3f6f169

Browse files
authored
Merge pull request #97753 from tfitzmac/1203export2
export may not use latest version
2 parents 4c28f0c + 9ba75db commit 3f6f169

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-resource-manager/export-template-portal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Export template in Azure portal
33
description: Use Azure portal to export an Azure Resource Manager template from resources in your subscription.
44
ms.topic: conceptual
5-
ms.date: 11/21/2019
5+
ms.date: 12/03/2019
66
---
77
# Single and multi-resource export to a template in Azure portal
88

@@ -27,7 +27,7 @@ Depending on the option you choose, the exported templates have different qualit
2727
| Template is snapshot of the resources' current state. It includes any manual changes you made after deployment. | Template only shows state of resources at the time of deployment. Any manual changes you made after deployment aren't included. |
2828
| You can select which resources from a resource group to export. | All resources for a specific deployment are included. You can't pick a subset of those resources or add resources that were added at a different time. |
2929
| Template includes all properties for the resources, including some properties you wouldn't normally set during deployment. You might want to remove or clean up these properties before reusing the template. | Template includes only the properties needed for the deployment. The template is ready-to-use. |
30-
| Template probably doesn't include all of the parameters you need for reuse. Most property values are hard-coded in the template. To redeploy the template in other environments, you need to add parameters that increase the ability to configure the resources. You also have the option to unselect **Include parameters** so that you can author your own parameters. | Template includes parameters that make it easy to redeploy in different environments. |
30+
| Template probably doesn't include all of the parameters you need for reuse. Most property values are hard-coded in the template. To redeploy the template in other environments, you need to add parameters that increase the ability to configure the resources. You can unselect **Include parameters** so that you can author your own parameters. | Template includes parameters that make it easy to redeploy in different environments. |
3131

3232
Export the template from a resource group or resource, when:
3333

@@ -45,7 +45,7 @@ To export one or more resources from a resource group:
4545

4646
1. Select the resource group that contains the resources you want to export.
4747

48-
1. Select one or more resources by select the checkboxes. To select all, select the checkbox on the left of **Name**. The **Export template** menu item only becomes enabled after you've selected at least one resource.
48+
1. Select one or more resources by selecting the checkboxes. To select all, select the checkbox on the left of **Name**. The **Export template** menu item only becomes enabled after you've selected at least one resource.
4949

5050
![Export all resources](./media/export-template-portal/select-all-resources.png)
5151

@@ -58,6 +58,8 @@ To export one or more resources from a resource group:
5858

5959
**Include parameters** is selected by default. When selected, all template parameters will be included when the template is generated. If you’d like to author your own parameters, toggle this checkbox to not include them.
6060

61+
The exported template is generated from the [published schemas](https://github.com/Azure/azure-resource-manager-schemas/tree/master/schemas) for each resource type. Occasionally, the schema doesn't have the latest version for a resource type. Check your exported template to make sure it includes the properties you need. If necessary, edit the exported template to use the API version you need.
62+
6163
## Export template from a resource
6264

6365
To export one resource:

0 commit comments

Comments
 (0)