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/machine-learning/how-to-autoscale-endpoints.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following snippet creates the autoscale profile:
49
49
> [!NOTE]
50
50
> For more, see the [reference page for autoscale](/cli/azure/monitor/autoscale)
51
51
52
-
# [Portal](#tab/azure-portal)
52
+
# [Studio](#tab/azure-studio)
53
53
54
54
In [Azure Machine Learning studio](https://ml.azure.com), select your workspace and then select __Endpoints__ from the left side of the page. Once the endpoints are listed, select the one you want to configure.
55
55
@@ -85,7 +85,7 @@ The rule is part of the `my-scale-settings` profile (`autoscale-name` matches th
85
85
> [!NOTE]
86
86
> For more information on the CLI syntax, see [`az monitor autoscale`](/cli/azure/monitor/autoscale).
87
87
88
-
# [Portal](#tab/azure-portal)
88
+
# [Studio](#tab/azure-studio)
89
89
90
90
In the __Rules__ section, select __Add a rule__. The __Scale rule__ page is displayed. Use the following information to populate the fields on this page:
91
91
@@ -110,7 +110,7 @@ When load is light, a scaling in rule can reduce the number of VM instances. The
In the __Rules__ section, select __Add a rule__. The __Scale rule__ page is displayed. Use the following information to populate the fields on this page:
116
116
@@ -139,7 +139,7 @@ The previous rules applied to the deployment. Now, add a rule that applies to th
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-managed-identities.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
@@ -122,7 +122,7 @@ When creating a compute cluster with the [AmlComputeProvisioningConfiguration](/
122
122
az ml compute create --name cpucluster --type <cluster name> --identity-type systemassigned
123
123
```
124
124
125
-
# [Portal](#tab/azure-portal)
125
+
# [Studio](#tab/azure-studio)
126
126
127
127
For information on configuring managed identity when creating a compute cluster in studio, see [Set up managed identity](how-to-create-attach-compute-cluster.md#set-up-managed-identity).
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-consume-web-service.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
@@ -84,7 +84,7 @@ If you know the name of the deployed service, use the [az ml service show](/cli/
84
84
az ml service show -n <service-name>
85
85
```
86
86
87
-
# [Portal](#tab/azure-portal)
87
+
# [Studio](#tab/azure-studio)
88
88
89
89
From Azure Machine Learning studio, select __Endpoints__, __Real-time endpoints__, and then the endpoint name. In details for the endpoint, the __REST endpoint__ field contains the scoring URI. The __Swagger URI__ contains the swagger URI.
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-use-managed-identities.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
@@ -119,7 +119,7 @@ When creating a compute cluster with the [AmlComputeProvisioningConfiguration](/
119
119
az ml computetarget create amlcompute --name <cluster name> -w <workspace> -g <resource group> --vm-size <vm sku> --assign-identity '[system]'
120
120
```
121
121
122
-
# [Portal](#tab/azure-portal)
122
+
# [Studio](#tab/azure-studio)
123
123
124
124
For information on configuring managed identity when creating a compute cluster in studio, see [Set up managed identity](../how-to-create-attach-compute-cluster.md#set-up-managed-identity).
0 commit comments