Skip to content

Commit 172276a

Browse files
committed
add deprecation for template gallery
1 parent bb289ff commit 172276a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-resource-manager/templates/template-spec-convert.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert portal template to template spec
33
description: Describes how to convert an existing template in the Azure portal gallery to a template specs.
44
ms.topic: conceptual
5-
ms.date: 02/04/2021
5+
ms.date: 05/25/2022
66
ms.author: tomfitz
77
author: tfitzmac
88
---
@@ -12,6 +12,10 @@ The Azure portal provides a way to store Azure Resource Manager templates (ARM t
1212

1313
To see if you have any templates to convert, view the [template gallery in the portal](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Gallery%2Fmyareas%2Fgalleryitems). These templates have the resource type `Microsoft.Gallery/myareas/galleryitems`.
1414

15+
## Deprecation of portal feature
16+
17+
**The template gallery in the portal is being deprecated on March 31, 2025**. To continue using a template in the template gallery, you need to migrate it to a template spec. Use one of the methods shown in this article to migrate the template.
18+
1519
## Convert with PowerShell script
1620

1721
To simplify converting templates in the template gallery, use a PowerShell script from the Azure Quickstart Templates repo. When you run the script, you can either create a new template spec for each template or download a template that creates the template spec. The script doesn't delete the template from the template gallery.

0 commit comments

Comments
 (0)