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
Next, give assign the `Storage Blob Data Reader` role to the endpoint. The Role Definition is retrieved by name and passed along with the Principal ID of the endpoint. The role is applied at the scope of the storage account created above and allows the endpoint to read the file.
560
+
Next, assign the `Storage Blob Data Reader` role to the endpoint. The Role Definition is retrieved by name and passed along with the Principal ID of the endpoint. The role is applied at the scope of the storage account created above and allows the endpoint to read the file.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-attach-kubernetes-to-workspace.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
@@ -117,7 +117,7 @@ Attaching a Kubernetes cluster makes it available to your workspace for training
117
117
118
118
### [Azure SDK](#tab/sdk)
119
119
120
-
The following python SDK v2 code show how to attach an AKS and Azure Arc-enabled Kubernetes cluster, and use it as a compute target with managed identity enabled.
120
+
The following python SDK v2 code shows how to attach an AKS and Azure Arc-enabled Kubernetes cluster, and use it as a compute target with managed identity enabled.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-quotas.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
@@ -131,8 +131,8 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
131
131
132
132
|**Resource**|**Limit**|
133
133
| --- | --- |
134
-
| Endpoint name|Endpoint names must <li> Begin with a letter <li> Be 3-32 characters in length <li> Only consist of letters and numbers <sup>1</sup>|
135
-
| Deployment name|Deployment names must <li> Begin with a letter <li> Be 3-32 characters in length <li> Only consist of letters and numbers <sup>1</sup> |
134
+
| Endpoint name|Same as [managed online endpoint](#azure-machine-learning-managed-online-endpoints)|
135
+
| Deployment name|Same as [managed online endpoint](#azure-machine-learning-managed-online-endpoints)|
136
136
| Number of endpoints per subscription | 50 |
137
137
| Number of deployments per subscription | 200 |
138
138
| Number of deployments per endpoint | 20 |
@@ -233,11 +233,11 @@ When you're requesting a quota increase, select the service that you have in min
233
233
234
234
1. Scroll to **Machine Learning Service: Virtual Machine Quota**.
235
235
236
-
:::image type="content" source="./media/how-to-manage-quotas/virtual-machine-quota.png" lightbox="./media/how-to-manage-quotas/virtual-machine-quota.png" alt-text="Screenshot of the VM quota details form.":::
236
+
:::image type="content" source="./media/how-to-manage-quotas/virtual-machine-quota.png" lightbox="./media/how-to-manage-quotas/virtual-machine-quota.png" alt-text="Screenshot of the VM quota details.":::
237
237
238
-
2. Under **Additonal Details** specify the request details with the number of additional vCPUs required to run your Machine Learning Endpoint.
238
+
2. Under **Additional Details** specify the request details with the number of additional vCPUs required to run your Machine Learning Endpoint.
239
239
240
-
:::image type="content" source="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" lightbox="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" alt-text="Screenshot of the VM quota additional details form.":::
240
+
:::image type="content" source="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" lightbox="./media/how-to-manage-quotas/vm-quota-request-additional-info.png" alt-text="Screenshot of the VM quota additional details.":::
241
241
242
242
> [!NOTE]
243
243
> [Free trial subscriptions](https://azure.microsoft.com/offers/ms-azr-0044p) are not eligible for limit or quota increases. If you have a free trial subscription, you can upgrade to a [pay-as-you-go](https://azure.microsoft.com/offers/ms-azr-0003p/) subscription. For more information, see [Upgrade Azure free trial to pay-as-you-go](../cost-management-billing/manage/upgrade-azure-subscription.md) and [Azure free account FAQ](https://azure.microsoft.com/free/free-account-faq).
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-enable-data-collection.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,18 @@ Once collection is enabled, the data you collect helps you:
32
32
33
33
* The model data collection feature can only work with Ubuntu 18.04 image.
34
34
35
+
>[!IMPORTANT]
36
+
>
37
+
> As of 03/10/2023, the Ubuntu 18.04 image is now deprecated. **Support for Ubuntu 18.04 images will be dropped starting January 2023 when it reaches EOL on April 30, 2023.**
38
+
>
39
+
> The MDC feature is incompatible with any other image than Ubuntu 18.04, which is no available after the Ubuntu 18.04 image is deprecated.
0 commit comments