Skip to content

Commit 6f882fc

Browse files
authored
Update how-to-deploy-azure-container-instance.md
1 parent 71b6ff6 commit 6f882fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/v1/how-to-deploy-azure-container-instance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ For information on quota and region availability for ACI, see [Quotas and region
5252

5353
## Limitations
5454

55-
When your Azure Machine Learning workspace is configured with a private endpoint, deploying to Azure Container Instances in a virtual network isn't supported. Instead, consider using a [Managed online endpoint with network isolation](../how-to-secure-online-endpoint.md).
55+
> [!NOTE]
56+
> * Deploying Azure Container Instances in a virtual network is not supported. Instead, for network isolation, consider using [managed online endpoints](../how-to-secure-online-endpoint.md).
57+
> * To ensure effective support, it is essential to supply the necessary logs for your ACI containers. Without these logs, technical support cannot be guaranteed. It is recommended to use log analytics tools by specifying [`enable_app_insights=True`](https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice.aciwebservice#variables) in your deployment configuration to manage and analyze your ACI container logs efficiently.
5658
5759
## Deploy to ACI
5860

0 commit comments

Comments
 (0)