You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/governance/using-multi-stage-reviews.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: active-directory
5
5
author: amsliu
6
6
manager: amycolannino
@@ -16,9 +16,9 @@ ms.reviewer: florianf
16
16
ms.collection: M365-identity-device-management
17
17
---
18
18
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
20
20
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.
Copy file name to clipboardExpand all lines: articles/azure-functions/storage-considerations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The storage account connection string must be updated when you regenerate storag
49
49
50
50
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.
51
51
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).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-quotas.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,11 +211,19 @@ You manage the Azure Machine Learning compute quota on your subscription separat
211
211
212
212
## Request quota increases
213
213
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.
215
215
216
216
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.
217
217
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.":::
219
227
220
228
> [!NOTE]
221
229
> [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:
227
235
1. When opening the support request, select __Machine Learning Service: Endpoint Limits__ as the __Quota type__.
228
236
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.
229
237
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.":::
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-automl-images-hyperparameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ The following hyperparameters are for object detection and instance segmentation
110
110
|`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 |
111
111
|`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 |
112
112
|`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 |
114
114
|`tile_overlap_ratio`| Overlap ratio between adjacent tiles in each dimension. <br> Must be float in the range of [0, 1) | 0.25 |
115
115
|`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 |
0 commit comments