Skip to content

Commit 690a3ec

Browse files
authored
Merge pull request #79676 from mumian/0613-adm
0613 adm
2 parents ee56fa4 + 8c57aa5 commit 690a3ec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-resource-manager/deployment-manager-tutorial.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ ms.author: jgao
1919

2020
# Tutorial: Use Azure Deployment Manager with Resource Manager templates (Public preview)
2121

22-
Learn how to use [Azure Deployment Manager](./deployment-manager-overview.md) to deploy your applications across multiple regions. To use Deployment Manager, you need to create two templates:
22+
Learn how to use [Azure Deployment Manager](./deployment-manager-overview.md) to deploy your applications across multiple regions. If you prefer a faster approach, [Azure Deployment Manager quickstart](https://github.com/Azure-Samples/adm-quickstart) creates the required configurations in your subscription and customizes the artifacts to deploy an application across multiple regions. The quickstart performs the same tasks as it does in this tutorial.
23+
24+
To use Deployment Manager, you need to create two templates:
2325

2426
* **A topology template**: describes the Azure resources the make up your applications and where to deploy them.
2527
* **A rollout template**: describes the steps to take when deploying your applications.
@@ -43,9 +45,8 @@ This tutorial covers the following tasks:
4345
4446
Additional resources:
4547

46-
- The [Azure Deployment Manager REST API reference](https://docs.microsoft.com/rest/api/deploymentmanager/).
47-
- [Tutorial: Use health check in Azure Deployment Manager](./deployment-manager-tutorial-health-check.md).
48-
- [An Azure Deployment Manager sample](https://github.com/Azure-Samples/adm-quickstart).
48+
* The [Azure Deployment Manager REST API reference](https://docs.microsoft.com/rest/api/deploymentmanager/).
49+
* [Tutorial: Use health check in Azure Deployment Manager](./deployment-manager-tutorial-health-check.md).
4950

5051
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
5152

0 commit comments

Comments
 (0)