Skip to content

Commit de1982a

Browse files
authored
Update how-to-autoscale-endpoints.md
1 parent 164a089 commit de1982a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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,7 +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 allows this action. For general guidance on managing roles for Azure Machine Learning, see [how to assign roles](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-assign-roles). For more on autoscale settings from Azure Monitor, see [Microsoft.Insights autoscalesettings](https://learn.microsoft.com/en-us/azure/templates/microsoft.insights/autoscalesettings).
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 allows this action. For general guidance on managing roles for Azure Machine Learning, see [how to assign roles](how-to-assign-roles). For more on autoscale settings from Azure Monitor, see [Microsoft.Insights autoscalesettings](https://learn.microsoft.com/azure/templates/microsoft.insights/autoscalesettings).
2929

3030
## Define an autoscale profile
3131

0 commit comments

Comments
 (0)