Skip to content

Commit a87b878

Browse files
committed
incorporate PM feedback
1 parent 6a71d8d commit a87b878

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Export Bicep files in Azure portal
33
description: Use Azure portal to export a Bicep file from resources in your subscription.
44
ms.topic: how-to
55
ms.custom: devx-track-arm-template
6-
ms.date: 02/21/2025
6+
ms.date: 02/25/2025
77
---
88

99
# Use Azure portal to export a Bicep file
@@ -12,8 +12,6 @@ ms.date: 02/21/2025
1212

1313
Currently, Bicep files can only be exported from the Azure portal. However, you can export ARM JSON templates via [Azure CLI](../templates/export-template-cli.md) or [Azure PowerShell](../templates/export-template-powershell.md) and then [decompile](./decompile.md) them into to Bicep files.
1414

15-
[!INCLUDE [Export template choose option](../../../includes/resource-manager-export-template-choose-option.md)]
16-
1715
[!INCLUDE [Export template limitations](../../../includes/resource-manager-export-template-limitations.md)]
1816

1917
## Export Bicep file from a resource group
@@ -48,6 +46,10 @@ To export one resource:
4846

4947
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.
5048

49+
## Export template after deployment
50+
51+
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](../articles/azure-resource-manager/bicep/decompile.md) them into to Bicep files. For more information about saving from history and the export options, see [Choose the right export option](../templates/export-template-portal.md#choose-the-right-export-option).
52+
5153
## Next steps
5254

5355
* Learn how to export ARM JSON templates with [Azure CLI](../templates/export-template-cli.md), [Azure PowerShell](../templates/export-template-powershell.md), or [REST API](/rest/api/resources/resourcegroups/exporttemplate).

0 commit comments

Comments
 (0)