Skip to content

Commit db522c9

Browse files
committed
Integrate callout content into article text
- rbac-guide.md: Move API version info into intro paragraph - private-link-service.md: Move private endpoint limits note to end of Prerequisites
1 parent c28c206 commit db522c9

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

articles/key-vault/general/private-link-service.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ An Azure Private Endpoint is a network interface that connects you privately and
1818

1919
For more information, see [What is Azure Private Link?](/azure/private-link/private-link-overview)
2020

21-
> [!IMPORTANT]
22-
> Azure Key Vault enforces limits on the number of private endpoints per vault. For information on these limits, see [Azure Key Vault service limits](service-limits.md).
23-
2421
## Prerequisites
2522

2623
To integrate a key vault with Azure Private Link, you'll need:
@@ -34,6 +31,8 @@ Your private endpoint and virtual network must be in the same region. When you s
3431

3532
Your private endpoint uses a private IP address in your virtual network.
3633

34+
Azure Key Vault enforces limits on the number of private endpoints per vault. For information on these limits, see [Azure Key Vault service limits](service-limits.md).
35+
3736
# [Azure portal](#tab/portal)
3837

3938
## Establish a private link connection to Key Vault using the Azure portal

articles/key-vault/general/rbac-guide.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ ms.author: mbaldwin
1616
> [!NOTE]
1717
> Key Vault resource provider supports two resource types: **vaults** and **managed HSMs**. Access control described in this article only applies to **vaults**. To learn more about access control for managed HSM, see [Managed HSM access control](../managed-hsm/access-control.md).
1818
19-
> [!IMPORTANT]
20-
> Starting with API version 2026-02-01, Azure RBAC is the default access control model for newly created key vaults. For details on this change and how to prepare, see [Prepare for Key Vault API version 2026-02-01 and later](access-control-default.md).
21-
22-
Azure role-based access control (Azure RBAC) is an authorization system built on [Azure Resource Manager](/azure/azure-resource-manager/management/overview) that provides centralized access management of Azure resources.
19+
Azure role-based access control (Azure RBAC) is an authorization system built on [Azure Resource Manager](/azure/azure-resource-manager/management/overview) that provides centralized access management of Azure resources. Starting with API version 2026-02-01, Azure RBAC is the default access control model for newly created key vaults. For details on this change and how to prepare, see [Prepare for Key Vault API version 2026-02-01 and later](access-control-default.md).
2320

2421
Azure RBAC allows users to manage keys, secrets, and certificates permissions, and provides one place to manage all permissions across all key vaults.
2522

0 commit comments

Comments
 (0)