ayushri05 opened a new issue #14382: URL: https://github.com/apache/airflow/issues/14382
Hi, My requirement is to run the Azure container Instance in my Azure Instance and run the container Image. I user the AzureContainerInstanceOperator and the doccumentation from Astronomer for the same. I created the Airflow connection with the type Azure Container Instance , client Id, Client secret, Tenant Id and subscription Id as given in the doc. I have also added the parameter values in the DAG task ‘run_container’ like registry_conn_id = <Azure container registry Id>  resource_group=<Resource group Name>, name=<Container Insance Name>, image=<registry login server/image name>, region=<Resource group location from Azure> fail_if_exists=False I refreshed the airflow, triggered the DAG. But my DAG is still showing as running. Nothing changed since triggered. I also don’t see any task logs in Airflow. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
