Skip to content

Commit a1c935a

Browse files
committed
update image links
1 parent 2494527 commit a1c935a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ To export one or more resources from a resource group:
2424

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

27-
:::image type="content" source="./media/export-template-portal/select-all-resources.png" alt-text="Screenshot of selecting all resources for export in Azure portal.":::
27+
:::image type="content" source="./media/export-bicep-portal/select-all-resources.png" alt-text="Screenshot of selecting all resources for export in Azure portal.":::
2828

2929
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.
3030

3131
1. The exported template is displayed, and is available to download and deploy.
3232

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

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

@@ -44,7 +44,7 @@ To export one resource:
4444

4545
1. For that resource, select **Export template** in the left pane.
4646

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

4949
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 are included when the template is generated. If you’d like to author your own parameters, toggle this checkbox to not include them.
5050

@@ -56,15 +56,15 @@ You can export the template that was used to deploy existing resources. The temp
5656

5757
1. Select the link under **Deployments**.
5858

59-
:::image type="content" source="./media/export-template-portal/select-deployment-history.png" alt-text="Screenshot of selecting deployment history in Azure portal.":::
59+
:::image type="content" source="./media/export-bicep-portal/select-deployment-history.png" alt-text="Screenshot of selecting deployment history in Azure portal.":::
6060

6161
1. Select one of the deployments from the deployment history.
6262

63-
:::image type="content" source="./media/export-template-portal/select-details.png" alt-text="Screenshot of selecting a specific deployment from deployment history in Azure portal.":::
63+
:::image type="content" source="./media/export-bicep-portal/select-details.png" alt-text="Screenshot of selecting a specific deployment from deployment history in Azure portal.":::
6464

6565
1. Select **Template**. The template used for this deployment is displayed, and is available for download.
6666

67-
:::image type="content" source="./media/export-template-portal/show-template-from-history.png" alt-text="Screenshot of selecting the template used for a specific deployment in Azure portal.":::
67+
:::image type="content" source="./media/export-bicep-portal/show-template-from-history.png" alt-text="Screenshot of selecting the template used for a specific deployment in Azure portal.":::
6868

6969
## Next steps
7070

0 commit comments

Comments
 (0)