Skip to content

Commit 98c763a

Browse files
authored
Merge pull request #225667 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 13e1f4f + 74c131a commit 98c763a

File tree

14 files changed

+70
-57
lines changed

14 files changed

+70
-57
lines changed

articles/active-directory-b2c/azure-ad-b2c-global-identity-funnel-based-design.md

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

articles/active-directory/governance/using-multi-stage-reviews.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Using multi-stage reviews to meet your attestation and certification needs - Azure AD
3-
description: Learn how to use multi-stage reviews to design more efficient reviews in Azure Active Directory.
2+
title: Using multi-stage reviews to meet your attestation and certification needs - Microsoft Entra
3+
description: Learn how to use multi-stage reviews to design more efficient reviews with Microsoft Entra.
44
services: active-directory
55
author: amsliu
66
manager: amycolannino
@@ -16,9 +16,9 @@ ms.reviewer: florianf
1616
ms.collection: M365-identity-device-management
1717
---
1818

19-
# Using multi-stage reviews to meet your attestation and certification needs in Azure AD
19+
# Using multi-stage reviews to meet your attestation and certification needs with Microsoft Entra
2020

21-
Azure AD Access Reviews support up to three review stages, in which multiple types of reviewers engage in determining who still needs access to company resources. These reviews could be for membership in groups or teams, access to applications, assignments to privileged roles, or access package assignments. When review administrators configure the review for automatic application of decisions, at the end of the review period, access is revoked for denied users.
21+
Microsoft Entra Access Reviews support up to three review stages, in which multiple types of reviewers engage in determining who still needs access to company resources. These reviews could be for membership in groups or teams, access to applications, assignments to privileged roles, or access package assignments. When review administrators configure the review for automatic application of decisions, at the end of the review period, access is revoked for denied users.
2222

2323
## Use cases for multi-stage reviews
2424

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
href: start-stop-nodepools.md
253253
- name: Resize node pools
254254
href: resize-node-pool.md
255-
- name: Use the Mariner container host
255+
- name: Use the Mariner container host (preview)
256256
href: use-mariner.md
257257
- name: Deploy AKS with Terraform
258258
href: /azure/developer/terraform/create-k8s-cluster-with-tf-and-aks

articles/azure-functions/storage-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The storage account connection string must be updated when you regenerate storag
4949

5050
It's possible for multiple function apps to share the same storage account without any issues. For example, in Visual Studio you can develop multiple apps using the [Azurite storage emulator](functions-develop-local.md#local-storage-emulator). In this case, the emulator acts like a single storage account. The same storage account used by your function app can also be used to store your application data. However, this approach isn't always a good idea in a production environment.
5151

52-
You may need to use separate store accounts to [avoid host ID collisions](#avoiding-host-id-collisions).
52+
You may need to use separate storage accounts to [avoid host ID collisions](#avoiding-host-id-collisions).
5353

5454
### Lifecycle management policy considerations
5555

articles/azure-monitor/logs/api/access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Use the `https://api.loganalytics.azure.com` endpoint.
118118
##### Client Credentials Token URL (POST request)
119119

120120
```http
121-
POST /<your-tenant-id>/oauth2/v2.0/token
121+
POST /<your-tenant-id>/oauth2/token
122122
Host: https://login.microsoftonline.com
123123
Content-Type: application/x-www-form-urlencoded
124124

articles/azure-resource-manager/bicep/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Let's make sure your environment is set up for working with Bicep files. To auth
1616
| | [Visual Studio and Bicep extension](#visual-studio-and-bicep-extension) | automatic |
1717
| Deploy | [Azure CLI](#azure-cli) | automatic |
1818
| | [Azure PowerShell](#azure-powershell) | [manual](#install-manually) |
19-
| | [VS Code and Bicep extension](#vs-code-and-bicep-extension) | automatic |
19+
| | [VS Code and Bicep extension](#vs-code-and-bicep-extension) | [manual](#install-manually) |
2020
| | [Air-gapped cloud](#install-on-air-gapped-cloud) | download |
2121

2222
## VS Code and Bicep extension

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,19 @@ You manage the Azure Machine Learning compute quota on your subscription separat
211211

212212
## Request quota increases
213213

214-
To raise the limit or quota above the default limit, [open an online customer support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest/) at no charge.
214+
To raise the limit or VM quota above the default limit, [open an online customer support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest/) at no charge.
215215

216216
You can't raise limits above the maximum values shown in the preceding tables. If there's no maximum limit, you can't adjust the limit for the resource.
217217

218-
When you're requesting a quota increase, select the service that you have in mind. For example, select Azure Machine Learning, Container Instances, or Storage. For Azure Machine Learning compute, you can select the **Request Quota** button while viewing the quota in the preceding steps.
218+
When you're requesting a quota increase, select the service that you have in mind. For example, select Machine Learning Service, Container Instances, or Storage. For Azure Machine Learning endpoint, you can select the **Request Quota** button while viewing the quota in the preceding steps.
219+
220+
1. Scroll to **Machine Learning Service: Virtual Machine Quota**.
221+
222+
:::image type="content" source="./media/how-to-manage-quotas/virtual-machine-quota.png" lightbox="./media/how-to-manage-quotas/virtual-machine-quota.png" alt-text="Screenshot of the VM quota details form.":::
223+
224+
2. Under **Additonal Details** specify the request details with the number of additional vCPUs required to run your Machine Learning Endpoint.
225+
226+
:::image type="content" source="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" lightbox="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" alt-text="Screenshot of the VM quota additional details form.":::
219227

220228
> [!NOTE]
221229
> [Free trial subscriptions](https://azure.microsoft.com/offers/ms-azr-0044p) are not eligible for limit or quota increases. If you have a free trial subscription, you can upgrade to a [pay-as-you-go](https://azure.microsoft.com/offers/ms-azr-0003p/) subscription. For more information, see [Upgrade Azure free trial to pay-as-you-go](../cost-management-billing/manage/upgrade-azure-subscription.md) and [Azure free account FAQ](https://azure.microsoft.com/free/free-account-faq).
@@ -227,7 +235,7 @@ When requesting the quota increase, provide the following information:
227235
1. When opening the support request, select __Machine Learning Service: Endpoint Limits__ as the __Quota type__.
228236
1. On the __Additional details__ tab, select __Enter details__ and then provide the quota you'd like to increase and the new value, the reason for the quota increase request, and __location(s)__ where you need the quota increase. Finally, select __Save and continue__ to continue.
229237

230-
:::image type="content" source="./media/how-to-manage-quotas/quota-details.png" lightbox="./media/how-to-manage-quotas/quota-details.png" alt-text="Screenshot of the quota details form.":::
238+
:::image type="content" source="./media/how-to-manage-quotas/quota-details.png" lightbox="./media/how-to-manage-quotas/quota-details.png" alt-text="Screenshot of the endpoint quota details form.":::
231239

232240
## Next steps
233241

92.9 KB
Loading
294 KB
Loading

articles/machine-learning/reference-automl-images-hyperparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following hyperparameters are for object detection and instance segmentation
110110
| `box_score_threshold` | During inference, only return proposals with a classification score greater than `box_score_threshold`. <br> Must be a float in the range [0, 1].| 0.3 |
111111
| `nms_iou_threshold` | IOU (intersection over union) threshold used in non-maximum suppression (NMS) for the prediction head. Used during inference. <br>Must be a float in the range [0, 1]. | 0.5 |
112112
| `box_detections_per_image` | Maximum number of detections per image, for all classes. <br> Must be a positive integer.| 100 |
113-
| `tile_grid_size` | The grid size to use for tiling each image. <br>*Note: tile_grid_size must not be None to enable [small object detection](how-to-use-automl-small-object-detect.md) logic*<br> Should be passed as a string in '3x2' format. Example: --tile_grid_size '3x2' | No Default |
113+
| `tile_grid_size` | The grid size to use for tiling each image. <br>*- `tile_grid_size` must not be None to enable [small object detection](how-to-use-automl-small-object-detect.md) logic.*<br>*- `tile_grid_size` is not supported for instance segmentation tasks.*<br> Should be passed as a string in '3x2' format. Example: --tile_grid_size '3x2' | No Default |
114114
| `tile_overlap_ratio` | Overlap ratio between adjacent tiles in each dimension. <br> Must be float in the range of [0, 1) | 0.25 |
115115
| `tile_predictions_nms_threshold` | The IOU threshold to use to perform NMS while merging predictions from tiles and image. Used in validation/ inference. <br> Must be float in the range of [0, 1] | 0.25 |
116116

0 commit comments

Comments
 (0)