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/deployment-manager-overview.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Safe deployment across regions - Azure Deployment Manager
3
3
description: Describes how to deploy a service over many regions with Azure Deployment Manager. It shows safe deployment practices to verify the stability of your deployment before rolling out to all regions.
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/deployment-manager-tutorial.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use Azure Deployment Manager with Resource Manager templates | Microsoft Docs
3
3
description: Use Resource Manager templates with Azure Deployment Manager to deploy Azure resources.
4
4
author: mumian
5
-
ms.date: 10/10/2019
5
+
ms.date: 11/21/2019
6
6
ms.topic: tutorial
7
7
ms.author: jgao
8
8
@@ -182,9 +182,6 @@ Later in the tutorial, you deploy a rollout. A user-assigned managed identity is
182
182
183
183
You need to create a user-assigned managed identity and configure the access control for your subscription.
184
184
185
-
> [!IMPORTANT]
186
-
> The user-assigned managed identity must be in the same location as the [rollout](#create-the-rollout-template). Currently, the Deployment Manager resources, including rollout, can only be created in either Central US or East US 2. However, this is only true for the Deployment Manager resources (such as the service topology, services, service units, rollout, and steps). Your target resources can be deployed to any supported Azure region. In this tutorial, for example, the Deployment Manager resources are deployed to Central US, but the services are deployed to East US and West US. This restriction will be lifted in the future.
187
-
188
185
1. Sign in to the [Azure portal](https://portal.azure.com).
189
186
2. Create a [user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md).
190
187
3. From the portal, select **Subscriptions** from the left menu, and then select your subscription.
@@ -207,7 +204,7 @@ Open **\ADMTemplates\CreateADMServiceTopology.json**.
207
204
The template contains the following parameters:
208
205
209
206
***projectName**: This name is used to create the names for the Deployment Manager resources. For example, using "jdoe", the service topology name is **jdoe**ServiceTopology. The resource names are defined in the variables section of this template.
210
-
***azureResourcelocation**: To simplify the tutorial, all resources share this location unless it is specified otherwise. Currently, Azure Deployment Manager resources can only be created in either **Central US** or **East US 2**.
207
+
***azureResourcelocation**: To simplify the tutorial, all resources share this location unless it is specified otherwise.
211
208
***artifactSourceSASLocation**: The SAS URI to the Blob container where service unit template and parameters files are stored for deployment. See [Prepare the artifacts](#prepare-the-artifacts).
212
209
***templateArtifactRoot**: The offset path from the Blob container where the templates and parameters are stored. The default value is **templates/1.0.0.0**. Don't change this value unless you want to change the folder structure explained in [Prepare the artifacts](#prepare-the-artifacts). Relative paths are used in this tutorial. The full path is constructed by concatenating **artifactSourceSASLocation**, **templateArtifactRoot**, and **templateArtifactSourceRelativePath** (or **parametersArtifactSourceRelativePath**).
213
210
***targetSubscriptionID**: The subscription ID to which the Deployment Manager resources are going to be deployed and billed. Use your subscription ID in this tutorial.
@@ -262,7 +259,7 @@ The template contains the following parameters:
***projectName**: This name is used to create the names for the Deployment Manager resources. For example, using "jdoe", the rollout name is **jdoe**Rollout. The names are defined in the variables section of the template.
265
-
***azureResourcelocation**: To simplify the tutorial, all Deployment Manager resources share this location unless it is specified otherwise. Currently, Azure Deployment Manager resources can only be created in either **Central US** or **East US 2**.
262
+
***azureResourcelocation**: To simplify the tutorial, all Deployment Manager resources share this location unless it is specified otherwise.
266
263
***artifactSourceSASLocation**: The SAS URI to the root directory (the Blob container) where service unit template and parameters files are stored for deployment. See [Prepare the artifacts](#prepare-the-artifacts).
267
264
***binaryArtifactRoot**: The default value is **binaries/1.0.0.0**. Don't change this value unless you want to change the folder structure explained in [Prepare the artifacts](#prepare-the-artifacts). Relative paths are used in this tutorial. The full path is constructed by concatenating **artifactSourceSASLocation**, **binaryArtifactRoot**, and the **deployPackageUri** specified in the CreateWebApplicationParameters.json. See [Prepare the artifacts](#prepare-the-artifacts).
268
265
***managedIdentityID**: The user-assigned managed identity that performs the deployment actions. See [Create the user-assigned managed identity](#create-the-user-assigned-managed-identity).
@@ -304,7 +301,7 @@ You create a parameters file used with the rollout template.
304
301
2. Fill the parameter values:
305
302
306
303
***projectName**: Enter a string with 4-5 characters. This name is used to create unique azure resource names.
307
-
***azureResourceLocation**: Currently, Azure Deployment Manager resources can only be created in either **Central US** or **East US 2**.
304
+
***azureResourceLocation**: Specify an Azure location.
308
305
***artifactSourceSASLocation**: Enter the SAS URI to the root directory (the Blob container) where service unit template and parameters files are stored for deployment. See [Prepare the artifacts](#prepare-the-artifacts).
309
306
***binaryArtifactRoot**: Unless you change the folder structure of the artifacts, use **binaries/1.0.0.0** in this tutorial.
310
307
***managedIdentityID**: Enter the user-assigned managed identity. See [Create the user-assigned managed identity](#create-the-user-assigned-managed-identity). The syntax is:
0 commit comments