You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/frequently-asked-questions.yml
+3-24Lines changed: 3 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ metadata:
5
5
ms.topic: faq
6
6
ms.service: azure-resource-manager
7
7
ms.subservice: templates
8
-
ms.date: 03/20/2024
8
+
ms.date: 02/12/2025
9
9
10
10
title: Frequently asked questions about ARM templates
11
11
summary: This article answers frequently asked questions about Azure Resource Manager templates (ARM templates).
@@ -35,22 +35,6 @@ sections:
35
35
36
36
We believe there are benefits to using ARM templates over other infrastructure-as-code services. To learn about those benefits, see [Why choose ARM templates?](overview.md#why-choose-arm-templates)
37
37
38
-
- name: Build 2020
39
-
questions:
40
-
- question: |
41
-
I missed your presentation at Microsoft Build 2020. Is the presentation available for viewing?
42
-
answer: |
43
-
Yes, [watch it anytime](https://mybuild.microsoft.com/sessions/82984db4-37a4-4ed3-bf8b-13298841ed18?source=sessions).
44
-
45
-
- question: |
46
-
Where can I get more information about the new features you announced at Build?
47
-
answer: |
48
-
For general information about features we're working, join our [Azure Advisors Deployments Yammer group](https://aka.ms/ARMMeet).
49
-
50
-
To learn about the new template language, [sign up for notifications](https://aka.ms/armLangUpdates).
51
-
52
-
To learn about template specs, see [Azure Resource Manager template specs](template-specs.md).
53
-
54
38
- name: Creating and testing templates
55
39
questions:
56
40
- question: |
@@ -97,7 +81,7 @@ sections:
97
81
- question: |
98
82
I've heard you're working on a new template language. Where can I find out more about it?
99
83
answer: |
100
-
To learn about the new language, see [What is Bicep (Preview)?](../bicep/overview.md).
84
+
To learn about the new language, see [What is Bicep?](../bicep/overview.md).
101
85
102
86
- question: |
103
87
Is there a plan to support creating templates in YAML?
@@ -116,7 +100,7 @@ sections:
116
100
questions:
117
101
- question: |
118
102
How are template specs and Azure Blueprints related?
119
-
answer: Azure Blueprints will use template specs in its implementation by replacing the `blueprint definition` resource with a `template spec` resource. We provide a migration path to convert the blueprint definition into a template spec, but the blueprint definition APIs will still be supported. There are no changes to the `blueprint assignment` resource. Blueprints remain a user-experience to compose a governed environment in Azure.
103
+
answer: On July 11, 2026, Blueprints (Preview) will be deprecated. Migrate your existing blueprint definitions and assignments to [Template Specs](../bicep/template-specs.md) and [Deployment Stacks](../bicep/deployment-stacks.md). Blueprint artifacts are to be converted to ARM JSON templates or Bicep files used to define deployment stacks. For more information, see [Migrate blueprints to deployment stacks](../bicep/migrate-blueprint.md).
120
104
121
105
- question: |
122
106
Do template specs replace linked templates?
@@ -173,11 +157,6 @@ sections:
173
157
answer: |
174
158
We have a [community-contributed VS Code extension](https://aka.ms/ARMVisualizer) that does a great job of visualizing your ARM template. It shows the resources you're deploying and the relationships between them.
175
159
176
-
- question: |
177
-
Can I use the template visualizer outside of VS Code?
178
-
answer: |
179
-
The template visualizer is being previewed in the portal. For more information, watch this [short session from Build](https://mybuild.microsoft.com/sessions/0525094b-1fd2-4f69-bfd6-6d2fff6ffe5f?source=sessions).
0 commit comments