Skip to content

Commit db764ec

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into sanAKS
2 parents 0c92cbe + 6d87fce commit db764ec

File tree

66 files changed

+905
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+905
-901
lines changed

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: how-to
10-
ms.date: 02/27/2023
10+
ms.date: 03/08/2023
1111
ms.author: rolyon
1212
ms.custom: it-pro
1313

@@ -28,17 +28,17 @@ This article describes the key steps to configure cross-tenant synchronization u
2828

2929
![Icon for the source tenant.](./media/common/icon-tenant-source.png)<br/>**Source tenant**
3030

31-
- Azure AD Premium P1 or P2 license
32-
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings
33-
- [Hybrid Identity Administrator](../roles/permissions-reference.md#hybrid-identity-administrator) role to configure cross-tenant synchronization
34-
- [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) or [Application Administrator](../roles/permissions-reference.md#application-administrator) role to assign users to a configuration and to delete a configuration
35-
- [Global Administrator](../roles/permissions-reference.md#global-administrator) role to consent to required permissions
31+
- Azure AD Premium P1 or P2 license. For more information, see [License requirements](cross-tenant-synchronization-overview.md#license-requirements).
32+
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings.
33+
- [Hybrid Identity Administrator](../roles/permissions-reference.md#hybrid-identity-administrator) role to configure cross-tenant synchronization.
34+
- [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) or [Application Administrator](../roles/permissions-reference.md#application-administrator) role to assign users to a configuration and to delete a configuration.
35+
- [Global Administrator](../roles/permissions-reference.md#global-administrator) role to consent to required permissions.
3636

3737
![Icon for the target tenant.](./media/common/icon-tenant-target.png)<br/>**Target tenant**
3838

39-
- Azure AD Premium P1 or P2 license
40-
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings
41-
- [Global Administrator](../roles/permissions-reference.md#global-administrator) role to consent to required permissions
39+
- Azure AD Premium P1 or P2 license. For more information, see [License requirements](cross-tenant-synchronization-overview.md#license-requirements).
40+
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings.
41+
- [Global Administrator](../roles/permissions-reference.md#global-administrator) role to consent to required permissions.
4242

4343
## Step 1: Sign in to tenants and consent to permissions
4444

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: how-to
10-
ms.date: 02/06/2023
10+
ms.date: 03/08/2023
1111
ms.author: rolyon
1212
ms.custom: it-pro
1313

@@ -36,15 +36,15 @@ By the end of this article, you'll be able to:
3636

3737
![Icon for the source tenant.](./media/common/icon-tenant-source.png)<br/>**Source tenant**
3838

39-
- Azure AD Premium P1 or P2 license
40-
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings
41-
- [Hybrid Identity Administrator](../roles/permissions-reference.md#hybrid-identity-administrator) role to configure cross-tenant synchronization
42-
- [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) or [Application Administrator](../roles/permissions-reference.md#application-administrator) role to assign users to a configuration and to delete a configuration
39+
- Azure AD Premium P1 or P2 license. For more information, see [License requirements](cross-tenant-synchronization-overview.md#license-requirements).
40+
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings.
41+
- [Hybrid Identity Administrator](../roles/permissions-reference.md#hybrid-identity-administrator) role to configure cross-tenant synchronization.
42+
- [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) or [Application Administrator](../roles/permissions-reference.md#application-administrator) role to assign users to a configuration and to delete a configuration.
4343

4444
![Icon for the target tenant.](./media/common/icon-tenant-target.png)<br/>**Target tenant**
4545

46-
- Azure AD Premium P1 or P2 license
47-
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings
46+
- Azure AD Premium P1 or P2 license. For more information, see [License requirements](cross-tenant-synchronization-overview.md#license-requirements).
47+
- [Security Administrator](../roles/permissions-reference.md#security-administrator) role to configure cross-tenant access settings.
4848

4949
## Step 1: Plan your provisioning deployment
5050

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following are additional factors to consider when planning pods IP address s
5959

6060
## Network security groups
6161

62-
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][nsgs] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
62+
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][nsg] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
6363

6464
* Traffic from the node CIDR to the node CIDR on all ports and protocols
6565
* Traffic from the node CIDR to the pod CIDR on all ports and protocols (required for service traffic routing)
@@ -172,4 +172,4 @@ To learn how to utilize AKS with your own Container Network Interface (CNI) plug
172172
[az-feature-show]: /cli/azure/feature#az-feature-show
173173
[aks-egress]: limit-egress-traffic.md
174174
[aks-network-policies]: use-network-policies.md
175-
[nsg]: /azure/virtual-network/network-security-groups-overview
175+
[nsg]: ../virtual-network/network-security-groups-overview.md

articles/aks/azure-disk-csi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ The output of the command resembles the following example:
413413
- To learn how to use CSI driver for Azure Files, see [Use Azure Files with CSI driver][azure-files-csi].
414414
- To learn how to use CSI driver for Azure Blob storage, see [Use Azure Blob storage with CSI driver][azure-blob-csi].
415415
- For more information about storage best practices, see [Best practices for storage and backups in Azure Kubernetes Service][operator-best-practices-storage].
416+
- For more information about disk-based storage solutions, see [Disk-based solutions in AKS][disk-based-solutions].
416417

417418
<!-- LINKS - external -->
418419
[access-modes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
@@ -451,3 +452,4 @@ The output of the command resembles the following example:
451452
[enable-on-demand-bursting]: ../virtual-machines/disks-enable-bursting.md?tabs=azure-cli
452453
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds
453454
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md
455+
[disk-based-solutions]: /azure/cloud-adoption-framework/scenarios/app-platform/aks/storage#disk-based-solutions
Binary file not shown.
292 KB
Loading

0 commit comments

Comments
 (0)