Skip to content

Commit 85911c9

Browse files
authored
Merge pull request #95864 from tfitzmac/1113armseo
seo improvements
2 parents af3e7f7 + e2db90c commit 85911c9

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

articles/azure-resource-manager/resource-group-authoring-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: tomfitz
1212

1313
This article describes the structure of an Azure Resource Manager template. It presents the different sections of a template and the properties that are available in those sections.
1414

15-
This article is intended for users who have some familiarity with Resource Manager templates. It provides detailed information about the structure of the template. If you want an introduction to creating a template, see [Azure Resource Manager templates](template-deployment-overview.md).
15+
This article is intended for users who have some familiarity with Resource Manager templates. It provides detailed information about the structure of the template. For a step-by-step tutorial that guides you through the process of creating a template, see [Tutorial: Create and deploy your first Azure Resource Manager template](template-tutorial-create-first-template.md).
1616

1717
## Template format
1818

articles/azure-resource-manager/resource-manager-tools-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ The warnings include:
118118

119119
## Next steps
120120

121-
- To learn more about Resource Manager and Resource Manager templates, see [Azure Resource Manager overview](./resource-group-overview.md).
121+
- To learn about creating Azure Resource Manager templates, see [Tutorial: Create and deploy your first Azure Resource Manager template](template-tutorial-create-first-template.md).
122122
- To go through a quickstart by using Visual Studio Code, see [Quickstart: Create Azure Resource Manager templates by using Visual Studio Code](./resource-manager-quickstart-create-templates-use-visual-studio-code.md)

articles/azure-resource-manager/template-deployment-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Azure Resource Manager templates
3-
description: Describes how to use Azure Resource Manager templates for deployment of resources.
2+
title: Azure Resource Manager templates overview
3+
description: Describes the benefits using Azure Resource Manager templates for deployment of resources.
44
author: tfitzmac
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
77
ms.date: 09/25/2019
88
ms.author: tomfitz
99

1010
---
11-
# Azure Resource Manager templates
11+
# Azure Resource Manager templates overview
1212

1313
With the move to the cloud, many teams have adopted agile development methods. These teams iterate quickly. They need to repeatedly deploy their solutions to the cloud, and know their infrastructure is in a reliable state. As infrastructure has become part of the iterative process, the division between operations and development has disappeared. Teams need to manage infrastructure and application code through a unified process.
1414

@@ -120,5 +120,6 @@ For information about nested templates, see [Using linked templates with Azure R
120120

121121
## Next steps
122122

123+
* For a step-by-step tutorial that guides you through the process of creating a template, see [Tutorial: Create and deploy your first Azure Resource Manager template](template-tutorial-create-first-template.md).
123124
* For information about the properties in template files, see [Understand the structure and syntax of Azure Resource Manager templates](resource-group-authoring-templates.md).
124125
* To learn about exporting templates, see [Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal](./resource-manager-quickstart-create-templates-use-the-portal.md).

articles/azure-resource-manager/template-tutorial-create-first-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Create and deploy your first Azure Resource Manager template
3-
description: Describes the steps to create your first Azure Resource Manager template. You learn about the template file syntax and how to deploy a storage account.
2+
title: Tutorial - Create & deploy Azure Resource Manager template
3+
description: Create your first Azure Resource Manager template. In the tutorial, you learn about the template file syntax and how to deploy a storage account.
44
author: mumian
55
manager: carmonmills
66

@@ -15,7 +15,7 @@ ms.author: jgao
1515

1616
# Tutorial: Create and deploy your first Azure Resource Manager template
1717

18-
This tutorial introduces you to Resource Manager templates. It shows you how to create a starter template and deploy it to Azure. You'll learn about the structure of the template and the tools you'll need for working with templates. It takes about **12 minutes** to complete this tutorial, but the actual time will vary based on how many tools you need to install.
18+
This tutorial introduces you to Azure Resource Manager templates. It shows you how to create a starter template and deploy it to Azure. You'll learn about the structure of the template and the tools you'll need for working with templates. It takes about **12 minutes** to complete this tutorial, but the actual time will vary based on how many tools you need to install.
1919

2020
This tutorial is the first of a series. As you progress through the series, you modify the starting template step-by-step until you've explored all of the core parts of a Resource Manager template. These elements are the building blocks for much more complex templates. We hope by the end of the series you're confident creating your own templates and ready to automate your deployments with templates.
2121

0 commit comments

Comments
 (0)