Skip to content

Commit 1170b49

Browse files
Merge pull request #188484 from ekmineev/master
Add documentation on Resource moves across regions - for ARR
2 parents 95de18c + aa46f39 commit 1170b49

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

articles/remote-rendering/how-tos/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.topic: how-to
99

1010
# Configure authentication
1111

12-
Azure Remote Rendering uses the same authentication mechanism as [Azure Spatial Anchors (ASA)](../../spatial-anchors/concepts/authentication.md?tabs=csharp). Clients need to set *one* of the following to call the REST APIs successfully:
12+
Azure Remote Rendering uses the same authentication mechanism as [Azure Spatial Anchors (ASA)](../../spatial-anchors/concepts/authentication.md?tabs=csharp). To access a given Azure Remote Rendering account, clients need to obtain an access token from Azure Mixed Reality Security Token Service (STS). Tokens obtained from STS have a lifetime of 24 hours. Clients need to set *one* of the following to call the REST APIs successfully:
1313

14-
* **AccountKey**: can be obtained in the "Keys" tab for the Remote Rendering account on the Azure portal. Account Keys are only recommend for development/prototyping.
14+
* **AccountKey**: can be obtained in the "Keys" tab for the Remote Rendering account on the Azure portal. Account Keys are only recommended for development/prototyping.
1515
![Account ID](./media/azure-account-primary-key.png)
1616

1717
* **AccountDomain**: can be obtained in the "Overview" tab for the Remote Rendering account on the Azure portal.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Move an Azure Remote Rendering account between regions
3+
description: Move an Azure Remote Rendering account between regions
4+
author: ekmineev
5+
6+
ms.author: ekmineev
7+
ms.date: 02/01/2022
8+
ms.topic: how-to
9+
ms.custom: subject-moving-resources
10+
#Customer intent: As an Azure service administrator, I want to move my service resources to another Azure region.
11+
---
12+
13+
# Move a Remote Rendering account between regions
14+
15+
This article describes how to move a Remote Rendering account to a different Azure region. While a Remote Rendering account can be used to connect to any [region where Remote Rendering service is available](../reference/regions.md), there are reasons to move your resources to another region. For example, to meet internal policy and governance requirements, or in response to capacity planning requirements.
16+
17+
## Prerequisites
18+
19+
* Make sure that the Remote Rendering account is in the Azure region from which you want to move.
20+
* Remote Rendering accounts can't be moved between regions. You'll have to associate a new Remote Rendering account in your source code to point to the target region, and link your storage account with new Remote Rendering account.
21+
22+
## Prepare and move
23+
24+
### Create a new Remote Rendering account in the target region
25+
26+
Follow steps to create and configure [an Azure Remote Rendering Account](create-an-account.md).
27+
28+
### Update your source code
29+
30+
The next step is to associate your new Remote Rendering account in your source code. Take note of the **Account Key**, **Account ID**, and **Account Domain** values, and use them to update your apps or web services source code.
31+
32+
## Verify
33+
34+
Run your app or web service and verify it's still functional after the move.
35+
36+
## Clean up
37+
38+
To complete the move of the Remote Rendering account, delete the source Remote Rendering or resource group. To do so, select the Remote Rendering account or resource group from your dashboard in the portal and select "Delete" at the top of each page.
39+
40+
## Next steps
41+
42+
In this tutorial, you moved a Remote Rendering account from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
43+
44+
> [!div class="nextstepaction"]
45+
> [Move resources to a new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md)

articles/remote-rendering/how-tos/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
href: tokens.md
55
- name: Configure authentication
66
href: authentication.md
7+
- name: Move an Azure Remote Rendering account between regions
8+
href: move-remote-rendering-account.md
79
- name: Use the Azure Frontend APIs for authentication
810
href: frontend-apis.md
911
- name: Use the session management REST API

0 commit comments

Comments
 (0)