Skip to content

Commit 1eb2c04

Browse files
authored
fix link
1 parent 6f882fc commit 1eb2c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For information on quota and region availability for ACI, see [Quotas and region
5454

5555
> [!NOTE]
5656
> * 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.
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`](/python/api/azureml-core/azureml.core.webservice.aciwebservice#variables) in your deployment configuration to manage and analyze your ACI container logs efficiently.
5858
5959
## Deploy to ACI
6060

0 commit comments

Comments
 (0)