Skip to content

Commit 847e06f

Browse files
committed
Azure China
1 parent 4eab04c commit 847e06f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-relay/authenticate-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/22/2022
99
Azure Relay supports using Azure Active Directory (Azure AD) to authorize requests to Azure Relay entities (Hybrid Connections, WCF Relays). With Azure AD, you can use Azure role-based access control (Azure RBAC) to grant permissions to a security principal, which may be a user, group, or application service principal. To learn more about roles and role assignments, see [Understanding the different roles](../role-based-access-control/overview.md).
1010

1111
> [!NOTE]
12-
> This feature is generally available in all regions except Azure China.
12+
> This feature is generally available in all regions except Microsoft Azure operated by 21Vianet (Azure China).
1313
1414

1515
[!INCLUDE [relay-roles](./includes/relay-roles.md)]

articles/azure-relay/authenticate-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 07/22/2022
1111
With managed identities, the Azure platform manages this runtime identity. You don't need to store and protect access keys in your application code or configuration, either for the identity itself, or for the resources you need to access. A Relay client app running inside an Azure App Service application or in a virtual machine with enabled managed entities for Azure resources support doesn't need to handle SAS rules and keys, or any other access tokens. The client app only needs the endpoint address of the Relay namespace. When the app connects, Relay binds the managed entity's context to the client in an operation that is shown in an example later in this article. Once it's associated with a managed identity, your Relay client can do all authorized operations. Authorization is granted by associating a managed entity with Relay roles.
1212

1313
> [!NOTE]
14-
> This feature is generally available in all regions except Azure China.
14+
> This feature is generally available in all regions except Microsoft Azure operated by 21Vianet (Azure China).
1515
1616
[!INCLUDE [relay-roles](./includes/relay-roles.md)]
1717

0 commit comments

Comments
 (0)