Skip to content

Commit 95bbdc9

Browse files
authored
Merge pull request #250760 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 6cca3fa + 6bc6ceb commit 95bbdc9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/active-directory/governance/licensing-fundamentals.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ The following table shows what features are available with each license. Note t
9191
|Privileged Identity Management (PIM)|||x|x|
9292
|PIM For Groups|||x|x|
9393
|PIM CA Controls|||x|x|
94-
|Access Reviews - Basic access certifications and reviews|||x|x|
94+
|Access Reviews - Basic access certifications and reviews|||x|x|
9595
|Access reviews - PIM For Groups - Public Preview||||x|
96-
|Access reviews - Inactive Users||||x|
96+
|Access reviews - Inactive Users reviews||||x|
97+
|Access Reviews - Inactive Users recommendations|||x|x|
9798
|Access reviews - Machine learning assisted access certifications and reviews||||x|
98-
|Lifecycle Workflows (LCW) J/M/L||||x|
99+
|Lifecycle Workflows (LCW)||||x|
99100
|LCW + Custom Extensions (Logic Apps)||||x|
100101
|Identity governance dashboard - Public Preview||x|x|x|
101102
|Insights and reporting - Inactive guest accounts (Preview)||||x|
@@ -141,4 +142,4 @@ If a Microsoft Azure AD Premium P2, Microsoft Entra ID Governance, or trial lice
141142
- Privileged Identity Management will no longer send emails on role assignment changes.
142143

143144
## Next steps
144-
- [What is Microsoft Entra ID Governance?](identity-governance-overview.md)
145+
- [What is Microsoft Entra ID Governance?](identity-governance-overview.md)

articles/expressroute/expressroute-about-virtual-network-gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ For more technical resources and specific syntax requirements when using REST AP
125125

126126
## VNet-to-VNet connectivity
127127

128-
By default, connectivity between virtual networks are enabled when you link multiple virtual networks to the same ExpressRoute circuit. However, Microsoft advises against using your ExpressRoute circuit for communication between virtual networks and instead uses [VNet peering](../virtual-network/virtual-network-peering-overview.md). For more information about why VNet-to-VNet connectivity isn't recommended over ExpressRoute, see [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
128+
By default, connectivity between virtual networks is enabled when you link multiple virtual networks to the same ExpressRoute circuit. Microsoft recommends not using your ExpressRoute circuit for communication between virtual networks. Instead, it is recommended to use [VNet peering](../virtual-network/virtual-network-peering-overview.md). For more information about why VNet-to-VNet connectivity isn't recommended over ExpressRoute, see [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
129129

130130
### Virtual network peering
131131

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
2727
- Review [getting started with training on Azure Machine Learning](./how-to-train-model.md).
2828
- For more information, see this link for [VS Code](how-to-setup-vs-code.md) to set up the Azure Machine Learning extension.
2929
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all Azure Machine Learning curated training environments have these packages installed by default).
30-
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, Tensorflow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) isn't currently supported.
30+
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, TensorFlow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) isn't currently supported.
3131
- To use SSH, you need an SSH key pair. You can use the `ssh-keygen -f "<filepath>"` command to generate a public and private key pair.
3232

3333
## Interact with your job container

0 commit comments

Comments
 (0)