Skip to content

Commit 2f94ce1

Browse files
authored
Merge pull request #294541 from mumian/0212-arm-faq
update the ARM faq
2 parents d4344a3 + ef9c2ed commit 2f94ce1

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

articles/azure-resource-manager/templates/frequently-asked-questions.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.topic: faq
66
ms.service: azure-resource-manager
77
ms.subservice: templates
8-
ms.date: 03/20/2024
8+
ms.date: 02/12/2025
99

1010
title: Frequently asked questions about ARM templates
1111
summary: This article answers frequently asked questions about Azure Resource Manager templates (ARM templates).
@@ -35,22 +35,6 @@ sections:
3535
3636
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)
3737
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-
5438
- name: Creating and testing templates
5539
questions:
5640
- question: |
@@ -97,7 +81,7 @@ sections:
9781
- question: |
9882
I've heard you're working on a new template language. Where can I find out more about it?
9983
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).
10185
10286
- question: |
10387
Is there a plan to support creating templates in YAML?
@@ -116,7 +100,7 @@ sections:
116100
questions:
117101
- question: |
118102
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).
120104
121105
- question: |
122106
Do template specs replace linked templates?
@@ -173,11 +157,6 @@ sections:
173157
answer: |
174158
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.
175159
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).
180-
181160
- name: Deployment limits
182161
questions:
183162
- question: |

0 commit comments

Comments
 (0)