Skip to content

Commit 4ecf314

Browse files
authored
Merge pull request #100180 from tfitzmac/0106tocchange
moved articles in toc
2 parents 151e8df + db902bb commit 4ecf314

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

articles/azure-resource-manager/templates/create-templates-use-intellij.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Deploy template - IntelliJ IDEA
33
description: Learn how to create your first Azure Resource Manager template using the IntelliJ IDEA, and how to deploy it.
44
ms.devlang: java
55
ms.date: 08/01/2019
6-
ms.topic: quickstart
6+
ms.topic: conceptual
77
#Customer intent: As a developer new to Azure deployment, I want to learn how to use the IntelliJ IDEA to create and edit Resource Manager templates, so I can use the templates to deploy Azure resources.
88
---
99

10-
# Quickstart: Create and deploy Azure Resource Manager templates by using the IntelliJ IDEA
10+
# Create and deploy Azure Resource Manager templates by using the IntelliJ IDEA
1111

1212
Learn how to deploy a Resource Manager template to Azure using the IntelliJ IDEA, and the process of editing and update the template directly from the IDE. Resource Manager templates are JSON files that define the resources you need to deploy for your solution. To understand the concepts associated with deploying and managing your Azure solutions, see [template deployment overview](overview.md).
1313

14-
![Resource Manager template quickstart portal diagram](./media/quickstart-create-templates-use-the-portal/azure-resource-manager-export-deploy-template-portal.png)
14+
![Resource Manager template portal diagram](./media/quickstart-create-templates-use-the-portal/azure-resource-manager-export-deploy-template-portal.png)
1515

1616
After completing the tutorial, you deploy an Azure Storage account. The same process can be used to deploy other Azure resources.
1717

@@ -27,7 +27,7 @@ To complete this article, you need:
2727

2828
## Deploy a Quickstart template
2929

30-
Instead of creating a template from scratch, you open a template from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/). Azure Quickstart Templates is a repository for Resource Manager templates. The template used in this quickstart is called [Create a standard storage account](https://github.com/Azure/azure-quickstart-templates/tree/master/101-storage-account-create/). It defines an Azure Storage account resource.
30+
Instead of creating a template from scratch, you open a template from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/). Azure Quickstart Templates is a repository for Resource Manager templates. The template used in this article is called [Create a standard storage account](https://github.com/Azure/azure-quickstart-templates/tree/master/101-storage-account-create/). It defines an Azure Storage account resource.
3131

3232
1. Right-click and save the [`azuredeploy.json`](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-storage-account-create/azuredeploy.json) and [`azuredeploy.parameters.json`](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-storage-account-create/azuredeploy.parameters.json) to your local computer.
3333

@@ -76,7 +76,7 @@ Instead of creating a template from scratch, you open a template from [Azure Qui
7676
7777
## Next steps
7878

79-
The main focus of this quickstart is to use IntelliJ IDEA to deploy an existing template from Azure Quickstart templates. You also learned how to view and update an existing deployment on Azure. The templates from Azure Quickstart templates might not give you everything you need. To learn more about template development, see our new beginner tutorial series:
79+
The main focus of this article is to use IntelliJ IDEA to deploy an existing template from Azure Quickstart templates. You also learned how to view and update an existing deployment on Azure. The templates from Azure Quickstart templates might not give you everything you need. To learn more about template development, see our new beginner tutorial series:
8080

8181
> [!div class="nextstepaction"]
8282
> [Beginner tutorials](./template-tutorial-create-first-template.md)

articles/azure-resource-manager/templates/create-visual-studio-deployment-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create & deploy Visual Studio resource group projects
33
description: Use Visual Studio to create an Azure resource group project and deploy the resources to Azure.
4-
ms.topic: quickstart
4+
ms.topic: conceptual
55
ms.date: 10/16/2019
66
---
77
# Creating and deploying Azure resource groups through Visual Studio
@@ -378,7 +378,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
378378

379379
## Next steps
380380

381-
In this quickstart, you learned how to create and deploy templates using Visual Studio. To learn more about template development, see our new beginner tutorial series:
381+
In this article, you learned how to create and deploy templates using Visual Studio. To learn more about template development, see our new beginner tutorial series:
382382

383383
> [!div class="nextstepaction"]
384384
> [Beginner tutorials](./template-tutorial-create-first-template.md)

articles/azure-resource-manager/templates/toc.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
href: quickstart-create-templates-use-the-portal.md
1111
- name: Create templates - VS Code
1212
href: quickstart-create-templates-use-visual-studio-code.md
13-
- name: Create templates - Visual Studio
14-
href: create-visual-studio-deployment-project.md
15-
- name: Create templates - IntelliJ IDEA
16-
href: create-templates-use-intellij.md
1713
- name: Tutorials
1814
items:
1915
- name: Beginner
@@ -101,8 +97,9 @@
10197
items:
10298
- name: Create templates
10399
items:
104-
- name: Use VS Code
105-
href: use-vs-code-to-create-template.md
100+
- name: Template file structure
101+
displayName: parameters,variables,resources,outputs,condition
102+
href: template-syntax.md
106103
- name: Write template expressions
107104
href: template-expressions.md
108105
- name: Parameters
@@ -134,6 +131,14 @@
134131
href: deploy-to-subscription.md
135132
- name: Management group level resources
136133
href: deploy-to-management-group.md
134+
- name: Use authoring tools
135+
items:
136+
- name: VS Code
137+
href: use-vs-code-to-create-template.md
138+
- name: Visual Studio
139+
href: create-visual-studio-deployment-project.md
140+
- name: IntelliJ IDEA
141+
href: create-templates-use-intellij.md
137142
- name: Deploy templates
138143
items:
139144
- name: Deploy - portal
@@ -206,9 +211,6 @@
206211
href: ../../virtual-machines/windows/troubleshoot-deploy-vm.md
207212
- name: Reference
208213
items:
209-
- name: Template file structure
210-
displayName: parameters,variables,resources,outputs,condition
211-
href: template-syntax.md
212214
- name: Template reference
213215
href: /azure/templates/
214216
- name: Template functions

0 commit comments

Comments
 (0)