Skip to content

Commit 1317cff

Browse files
committed
update per comments
1 parent 5e2ac22 commit 1317cff

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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). To access a given Azure Remote Rendering account, clients need to first 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:
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

1414
* **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.
1515
![Account ID](./media/azure-account-primary-key.png)

articles/remote-rendering/how-tos/move-remote-rendering-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: subject-moving-resources
1212

1313
# Move a Remote Rendering account between regions
1414

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, 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.
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.
1616

1717
## Prerequisites
1818

@@ -35,7 +35,7 @@ Run your app or web service and verify it's still functional after the move.
3535

3636
## Clean up
3737

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.
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.
3939

4040
## Next steps
4141

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)