Skip to content

Commit 12ef639

Browse files
committed
fix Studio tab names
1 parent 55b4a29 commit 12ef639

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following snippet creates the autoscale profile:
4949
> [!NOTE]
5050
> For more, see the [reference page for autoscale](/cli/azure/monitor/autoscale)
5151
52-
# [Portal](#tab/azure-portal)
52+
# [Studio](#tab/azure-studio)
5353

5454
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.
5555

@@ -85,7 +85,7 @@ The rule is part of the `my-scale-settings` profile (`autoscale-name` matches th
8585
> [!NOTE]
8686
> For more information on the CLI syntax, see [`az monitor autoscale`](/cli/azure/monitor/autoscale).
8787
88-
# [Portal](#tab/azure-portal)
88+
# [Studio](#tab/azure-studio)
8989

9090
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:
9191

@@ -110,7 +110,7 @@ When load is light, a scaling in rule can reduce the number of VM instances. The
110110

111111
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-autoscale.sh" ID="scale_in_on_cpu_util" :::
112112

113-
# [Portal](#tab/azure-portal)
113+
# [Studio](#tab/azure-studio)
114114

115115
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:
116116

@@ -139,7 +139,7 @@ The previous rules applied to the deployment. Now, add a rule that applies to th
139139

140140
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-autoscale.sh" ID="scale_up_on_request_latency" :::
141141

142-
# [Portal](#tab/azure-portal)
142+
# [Studio](#tab/azure-studio)
143143

144144
From the bottom of the page, select __+ Add a scale condition__.
145145

@@ -167,7 +167,7 @@ You can also create rules that apply only on certain days or at certain times. I
167167

168168
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-autoscale.sh" ID="weekend_profile" :::
169169

170-
# [Portal](#tab/azure-portal)
170+
# [Studio](#tab/azure-studio)
171171

172172
From the bottom of the page, select __+ Add a scale condition__. On the new scale condition, use the following information to populate the fields:
173173

articles/machine-learning/how-to-use-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ When creating a compute cluster with the [AmlComputeProvisioningConfiguration](/
122122
az ml compute create --name cpucluster --type <cluster name> --identity-type systemassigned
123123
```
124124

125-
# [Portal](#tab/azure-portal)
125+
# [Studio](#tab/azure-studio)
126126

127127
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).
128128

articles/machine-learning/v1/how-to-consume-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you know the name of the deployed service, use the [az ml service show](/cli/
8484
az ml service show -n <service-name>
8585
```
8686

87-
# [Portal](#tab/azure-portal)
87+
# [Studio](#tab/azure-studio)
8888

8989
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.
9090

articles/machine-learning/v1/how-to-use-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ When creating a compute cluster with the [AmlComputeProvisioningConfiguration](/
119119
az ml computetarget create amlcompute --name <cluster name> -w <workspace> -g <resource group> --vm-size <vm sku> --assign-identity '[system]'
120120
```
121121

122-
# [Portal](#tab/azure-portal)
122+
# [Studio](#tab/azure-studio)
123123

124124
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).
125125

0 commit comments

Comments
 (0)