mik-laj commented on a change in pull request #4530: [AIRFLOW-3282] Implement
Azure Kubernetes Service Operator
URL: https://github.com/apache/airflow/pull/4530#discussion_r256590452
##########
File path: airflow/utils/db.py
##########
@@ -284,6 +284,10 @@ def initdb():
Connection(
conn_id='azure_container_instances_default',
conn_type='azure_container_instances',
extra='{"tenantId": "<TENANT>", "subscriptionId": "<SUBSCRIPTION
ID>" }'))
+ merge_conn(
Review comment:
I think you should create one connection for all Azure services ex.
`azure_default`. Look at:
https://github.com/apache/airflow/pull/4494/files#r249418220
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services