Skip to content

Commit c9e63b9

Browse files
committed
update
1 parent 9d1ecf0 commit c9e63b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ To export one resource:
4646

4747
:::image type="content" source="./media/export-bicep-portal/export-single-resource.png" alt-text="Screenshot of exporting a single resource in Azure portal.":::
4848

49-
1. Select **Bicep**. The exported template is displayed, and is available to download and deploy. The Bicep file only contains the single resource. All template parameters are included when the Bicep file is generated.
49+
1. Select **Bicep**. The exported Bicep file is displayed, and is available to download and deploy. The Bicep file only contains the single resource. All template parameters are included when the Bicep file is generated.
5050

5151
## Export template after deployment
5252

53-
You can export the template that was used to deploy existing resources. The template you get is exactly the one that was used for deployment. This option can only export ARM JSON templates. After exporting, you can [decompile](./decompile.md) them into to Bicep files.
53+
You can export the template that was used to deploy existing resources. The template you get is exactly the one that was used for deployment. This option can only export ARM JSON templates. For the insturctions, see [Export template after deployment](../templates/export-template-portal.md#export-template-after-deployment). After exporting, you can [decompile](./decompile.md) them into to Bicep files.
5454

5555
## Next steps
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To export one or more resources from a resource group:
3232

3333
1. Select **Export template** from the top menu. The **Export template** from the left menu exports all the resources in the group to a template.
3434

35-
1. The exported template is displayed, and is available to download and deploy.
35+
1. Select **ARM Template**. The exported template is displayed, and is available to download and deploy.
3636

3737
:::image type="content" source="./media/export-template-portal/show-template.png" alt-text="Screenshot of the displayed exported template in Azure portal.":::
3838

includes/resource-manager-export-template-choose-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are two ways to export a template:
1212

1313
* **Export from resource group or resource**. This option generates a new template from existing resources. The exported template is a "snapshot" of the current state of the resource group. You can export an entire resource group or specific resources within that resource group.
1414

15-
* **Save from history**. This option supports exporting only ARM JSON templates. It retrieves an exact copy of the template used for deployment, allowing you to select a specific deployment from the deployment history.
15+
* **Save from history**. This option supports exporting only ARM JSON templates. It retrieves an exact copy of the template used for deployment, allowing you to select a specific deployment from the deployment history. After exporting, you can [decompile](./decompile.md) them into to Bicep files.
1616

1717
Depending on the option you choose, the exported templates have different qualities.
1818

0 commit comments

Comments
 (0)