Skip to content

Commit fab324f

Browse files
committed
add more info
1 parent f7de8d9 commit fab324f

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

articles/machine-learning/how-to-access-resources-from-endpoints-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Then, get the Principal ID of the System-assigned managed identity:
557557
558558
[!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/online/managed/managed-identities/online-endpoints-managed-identity-sai.ipynb?name=6-get-sai-details)]
559559
560-
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.
561561
562562
[!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/online/managed/managed-identities/online-endpoints-managed-identity-sai.ipynb?name=6-give-permission-user-storage-account)]
563563

articles/machine-learning/how-to-attach-kubernetes-to-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Attaching a Kubernetes cluster makes it available to your workspace for training
117117

118118
### [Azure SDK](#tab/sdk)
119119

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.
121121

122122
**AKS cluster**
123123

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
131131

132132
| **Resource** | **Limit** |
133133
| --- | --- |
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)|
136136
| Number of endpoints per subscription | 50 |
137137
| Number of deployments per subscription | 200 |
138138
| 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
233233

234234
1. Scroll to **Machine Learning Service: Virtual Machine Quota**.
235235

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.":::
237237

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.
239239

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.":::
241241

242242
> [!NOTE]
243243
> [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).

articles/machine-learning/v1/how-to-enable-data-collection.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@ Once collection is enabled, the data you collect helps you:
3232

3333
* The model data collection feature can only work with Ubuntu 18.04 image.
3434

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.
40+
>
41+
> mMore information you can refer to:
42+
> * [openmpi3.1.2-ubuntu18.04 release-notes](https://github.com/Azure/AzureML-Containers/blob/master/base/cpu/openmpi3.1.2-ubuntu18.04/release-notes.md)
43+
> * [data science virtual machine release notes](../data-science-virtual-machine/release-notes.md#september-20-2022)
44+
3545
>[!NOTE]
46+
>
3647
> The data collection feature is currently in preview, any preview features are not recommended for production workloads.
3748
3849
## What is collected and where it goes

0 commit comments

Comments
 (0)