Kylea650 opened a new issue, #39149:
URL: https://github.com/apache/airflow/issues/39149

   ### Description
   
   When creating a container using the AzureContainerInstanceOperator, it would 
be good to have the ability to provide DNS configuration and to be able to hook 
up an existing log analytics workspace.
   
   Example from Azure SDK:
   
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerinstance/azure-mgmt-containerinstance/generated_samples/container_groups_create_or_update.py
 
   
   ### Use case/motivation
   
   When creating a container instance in a subnet/vnet, azure does not 
automatically resolve DNS (as it does for VMs). So we need to pass the custom 
name servers when creating the container group as per: 
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-custom-dns
 
   
   These settings already exist in the mgmt api used by the 
ContainerGroupsOperator so should be an easy addition.
   
   additionally, it would nice to be able to hook up an existing log analytics 
workspace when creating a container instance. This is also available in the 
mgmt api.
   
   happy to submit a PR.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to