Skip to content

Commit 44699ed

Browse files
authored
Merge pull request #192822 from tfitzmac/0324pl
added multi-tenant not supported
2 parents 09a1cc8 + 8e8ea79 commit 44699ed

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/azure-resource-manager/management/create-private-link-access-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create private link for managing resources - Azure portal
33
description: Use Azure portal to create private link for managing resources.
44
ms.topic: conceptual
5-
ms.date: 07/29/2021
5+
ms.date: 03/24/2022
66
---
77

88
# Use portal to create private link for managing Azure resources (preview)

articles/azure-resource-manager/management/create-private-link-access-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage resources through private link
33
description: Restrict management access for resource to private link
44
ms.topic: conceptual
5-
ms.date: 07/29/2021
5+
ms.date: 03/24/2022
66
---
77

88
# Use REST API to create private link for managing Azure resources (preview)

includes/resource-manager-create-rmpl.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: tfitzmac
33
ms.service: azure-resource-manager
44
ms.topic: include
5-
ms.date: 09/20/2021
5+
ms.date: 03/24/2022
66
ms.author: tomfitz
77
---
88

@@ -31,6 +31,11 @@ The following image shows how to construct a solution that restricts access for
3131

3232
The private link association extends the root management group. The private link association and the private endpoints reference the resource management private link.
3333

34+
> [!IMPORTANT]
35+
> Multi-tenant accounts aren't currently supported for managing resources through a private link. You can't connect private link associations on different tenants to a single resource management private link.
36+
>
37+
> If your account accesses more than one tenant, define a private link for only one of them.
38+
3439
## Workflow
3540

3641
To set up a private link for resources, use the following steps. The steps are described in greater detail later in this article.

0 commit comments

Comments
 (0)