Skip to content

Commit 9167d4d

Browse files
2 parents 0b2159f + 7e38295 commit 9167d4d

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

articles/active-directory/roles/admin-units-members-add.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 06/30/2022
12+
ms.date: 10/05/2022
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -26,7 +26,10 @@ This article describes how to add users, groups, or devices to administrative un
2626

2727
- Azure AD Premium P1 or P2 license for each administrative unit administrator
2828
- Azure AD Free licenses for administrative unit members
29-
- Privileged Role Administrator or Global Administrator
29+
- To add existing users, groups, or devices:
30+
- Privileged Role Administrator or Global Administrator
31+
- To create new groups:
32+
- Groups Administrator (scoped to the administrative unit or entire directory) or Global Administrator
3033
- Microsoft Graph PowerShell
3134
- Admin consent when using Graph explorer for Microsoft Graph API
3235

articles/active-directory/roles/permissions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ Users with this role can't change the credentials or reset MFA for members and o
16981698

16991699
Assign the Permissions Management Administrator role to users who need to do the following tasks:
17001700

1701-
- Manage all aspects of Entry Permissions Management, when the service is present
1701+
- Manage all aspects of Entra Permissions Management, when the service is present
17021702

17031703
Learn more about Permissions Management roles and polices at [View information about roles/policies](../cloud-infrastructure-entitlement-management/how-to-view-role-policy.md).
17041704

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ To create custom models, you start with configuring your project:
146146
### Labeling as tables
147147

148148
> [!NOTE]
149-
> Tables are currently only supported for custom template models. When training a custom neural model, labeled tables are ignored.
149+
> * With the release of API versions 2022-06-30-preview and later, custom template models will add support for [cross page tabular fields (tables)](../concept-custom-template.md#tabular-fields).
150+
> * With the release of API versions 2022-06-30-preview and later, custom neural models will support [tabular fields (tables)](../concept-custom-template.md#tabular-fields) and models trained with API version 2022-08-31, or later will accept tabular field labels.
150151
151152
1. Use the Delete command to delete models that aren't required.
152153

articles/container-registry/container-registry-transfer-troubleshooting.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ACR Transfer Troubleshooting
33
description: Troubleshoot ACR Transfer
44
ms.topic: article
5-
ms.date: 11/18/2021
5+
ms.date: 09/24/2022
66
ms.custom:
77
---
88

@@ -30,11 +30,12 @@ ms.custom:
3030
* **AzCopy issues**
3131
* See [Troubleshoot AzCopy issues](../storage/common/storage-use-azcopy-configure.md).
3232
* **Artifacts transfer problems**
33-
* Not all artifacts, or none, are transferred. Confirm spelling of artifacts in export run, and name of blob in export and import runs. Confirm you are transferring a maximum of 50 artifacts.
33+
* Not all artifacts, or none, are transferred. Confirm spelling of artifacts in export run, and name of blob in export and import runs. Confirm you're transferring a maximum of 50 artifacts.
3434
* Pipeline run might not have completed. An export or import run can take some time.
3535
* For other pipeline issues, provide the deployment [correlation ID](../azure-resource-manager/templates/deployment-history.md) of the export run or import run to the Azure Container Registry team.
36+
* To create ACR Transfer resources such as `exportPipelines`,` importPipelines`, and `pipelineRuns`, the user must have at least Contributor access on the ACR subscription. Otherwise, they'll see authorization to perform the transfer denied or scope is invalid errors.
3637
* **Problems pulling the image in a physically isolated environment**
37-
* If you see errors regarding foreign layers or attempts to resolve mcr.microsoft.com when attempting to pull an image in a physically isolated environment, your image manifest likely has non-distributable layers. Due to the nature of a physically isolated environment, these images will often fail to pull. You can confirm that this is the case by checking the image manifest for any references to external registries. If this is the case, you will need to push the non-distributable layers to your public cloud ACR prior to deploying an export pipeline-run for that image. For guidance on how to do this, see [How do I push non-distributable layers to a registry?](./container-registry-faq.yml#how-do-i-push-non-distributable-layers-to-a-registry-)
38+
* If you see errors regarding foreign layers or attempts to resolve mcr.microsoft.com when attempting to pull an image in a physically isolated environment, your image manifest likely has non-distributable layers. Due to the nature of a physically isolated environment, these images will often fail to pull. You can confirm that this is the case by checking the image manifest for any references to external registries. If so, you'll need to push the non-distributable layers to your public cloud ACR prior to deploying an export pipeline-run for that image. For guidance on how to do this, see [How do I push non-distributable layers to a registry?](./container-registry-faq.yml#how-do-i-push-non-distributable-layers-to-a-registry-)
3839

3940
<!-- LINKS - External -->
4041
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/

articles/expressroute/about-fastpath.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ To configure FastPath, the virtual network gateway must be either:
3535
### Virtual network (Vnet) Peering
3636
FastPath will send traffic directly to any VM deployed in a virtual network peered to the one connected to ExpressRoute, bypassing the ExpressRoute virtual network gateway. This feature is available for both IPv4 and IPv6 connectivity.
3737

38+
**FastPath support for vnet peering is only available for ExpressRoute Direct connections.**
39+
3840
> [!NOTE]
3941
> * FastPath Vnet peering connectivity is not supported for Azure Dedicated Host workloads.
4042
4143
## User Defined Routes (UDRs)
4244
FastPath will honor UDRs configured on the GatewaySubnet and send traffic directly to an Azure Firewall or third party NVA.
4345

46+
**FastPath support for UDRs is only available for ExpressRoute Direct connections**
47+
4448
> [!NOTE]
4549
> * FastPath UDR connectivity is not supported for Azure Dedicated Host workloads.
4650
> * FastPath UDR connectivity is not supported for IPv6 workloads.

articles/network-function-manager/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ You can register the Azure Stack Edge device and Network Function Manager resour
4747

4848
Check with your network function partner on the billing cycle for network functions deployed using Network Function Manager. Each partner will have a different billing policy for their network function offerings.
4949

50+
### Does Network Function Manager support move of resources?
51+
52+
Network Function Manager supports moving resources across resource groups and subscriptions in the same region. Moving network function resources cross-region is not supported due to dependencies on other regional resources.
53+
5054
## Next steps
5155

5256
For more information, see the [Overview](overview.md).

articles/storage-mover/project-manage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,5 @@ Remove-AzStorageMoverProject `
274274
## Next steps
275275

276276
After your projects are created, you can begin working with job definitions.
277-
Check back soon for a guide on how to manage job definitions.
277+
> [!div class="nextstepaction"]
278+
> [Define a migration job](job-definition-create.md)

0 commit comments

Comments
 (0)