Skip to content

Commit 590fac2

Browse files
Merge pull request #2232 from dem108/patch-2
add section for autoscaling for AI Foundry
2 parents dbde7df + eb62bf5 commit 590fac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-studio/how-to/deploy-models-managed.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ response_json = json.loads(response)
151151
print(json.dumps(response_json, indent=2))
152152
```
153153

154+
## Configure Autoscaling
155+
156+
To configure autoscaling for deployments, you can go to Azure Portal, locate the Azure resource typed `Machine learning online deployment` in the resource group of the AI project, and use Scaling menu under Setting. For more information on autoscaling, see [Autoscale online endpoints](/azure/machine-learning/how-to-autoscale-endpoints) in the Azure Machine Learning documentation.
157+
154158
## Delete the deployment endpoint
155159

156160
To delete deployments in Azure AI Foundry portal, select the **Delete** button on the top panel of the deployment details page.

0 commit comments

Comments
 (0)