Skip to content

Commit 418cf6d

Browse files
authored
Merge pull request #96764 from mumian/1121-export
add information for 'include parameters'
2 parents dce196d + f975c95 commit 418cf6d

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: 10/11/2019
5+
ms.date: 11/21/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. | 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 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. |
3131

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

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

5757
![Show template](./media/export-template-portal/show-template.png)
5858

59+
**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.
60+
5961
## Export template from a resource
6062

6163
To export one resource:
@@ -68,7 +70,7 @@ To export one resource:
6870

6971
![Export resource](./media/export-template-portal/export-single-resource.png)
7072

71-
1. The exported template is displayed, and is available to download and deploy. The template only contains the single resource.
73+
1. The exported template is displayed, and is available to download and deploy. The template only contains the single resource. **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.
7274

7375
## Export template before deployment
7476

0 commit comments

Comments
 (0)