Skip to content

Commit 7371816

Browse files
Merge pull request #226605 from dem108/patch-19
Clarify the role required for autoscale
2 parents d139c91 + 7052aa4 commit 7371816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/how-to-autoscale-endpoints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: sehan
1010
ms.reviewer: mopeakande
1111
ms.custom: devplatv2, cliv2, event-tier1-build-2022
1212

13-
ms.date: 11/04/2022
13+
ms.date: 02/07/2023
1414
---
1515
# Autoscale an online endpoint
1616

@@ -25,6 +25,7 @@ Today, you can manage autoscaling using either the Azure CLI, REST, ARM, or the
2525
## Prerequisites
2626

2727
* A deployed endpoint. [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md).
28+
* To use autoscale, the role `microsoft.insights/autoscalesettings/write` must be assigned to the identity that manages autoscale. You can use any built-in or custom roles that allow this action. For general guidance on managing roles for Azure Machine Learning, see [Manage users and roles](/azure/machine-learning/how-to-assign-roles). For more on autoscale settings from Azure Monitor, see [Microsoft.Insights autoscalesettings](/azure/templates/microsoft.insights/autoscalesettings).
2829

2930
## Define an autoscale profile
3031

0 commit comments

Comments
 (0)