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
After you register the model you want to use, you can deploy it using the managed online endpoint [deploy-managed-online-endpoint](how-to-deploy-managed-online-endpoint-sdk-v2.md)
567
569
@@ -598,6 +600,7 @@ az ml online-endpoint create --file .\create_endpoint.yml --workspace-name [YOUR
By default the current deployment isset to receive 0% traffic. you can set the traffic percentage current deployment should receive. Sum of traffic percentages of all the deployments with one end point should not exceed 100%.
@@ -663,7 +668,8 @@ az ml online-endpoint update --name 'od-fridge-items-endpoint' --traffic 'od-fri
Alternatively You can deploy the model from the [Azure Machine Learning studio UI](https://ml.azure.com/).
669
675
Navigate to the model you wish to deploy in the **Models** tab of the automated ML run and click on **Deploy**and select **Deploy to real-time endpoint** .
After you register the model you want to use, you can deploy it using the managed online endpoint [deploy-managed-online-endpoint](how-to-deploy-managed-online-endpoint-sdk-v2.md)
By default the current deployment is set to receive 0% traffic. you can set the traffic percentage current deployment should receive. Sum of traffic percentages of all the deployments with one end point should not exceed 100%.
@@ -522,22 +528,39 @@ az ml online-endpoint update --name 'od-fridge-items-endpoint' --traffic 'od-fri
0 commit comments