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/create-templates-use-intellij.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Deploy template - IntelliJ IDEA
3
3
description: Learn how to create your first Azure Resource Manager template using the IntelliJ IDEA, and how to deploy it.
4
4
ms.devlang: java
5
5
ms.date: 08/01/2019
6
-
ms.topic: quickstart
6
+
ms.topic: conceptual
7
7
#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.
8
8
---
9
9
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
11
11
12
12
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).
After completing the tutorial, you deploy an Azure Storage account. The same process can be used to deploy other Azure resources.
17
17
@@ -27,7 +27,7 @@ To complete this article, you need:
27
27
28
28
## Deploy a Quickstart template
29
29
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.
31
31
32
32
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.
33
33
@@ -76,7 +76,7 @@ Instead of creating a template from scratch, you open a template from [Azure Qui
76
76
77
77
## Next steps
78
78
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:
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/create-visual-studio-deployment-project.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create & deploy Visual Studio resource group projects
3
3
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
5
5
ms.date: 10/16/2019
6
6
---
7
7
# 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
378
378
379
379
## Next steps
380
380
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:
0 commit comments