Fokko commented on a change in pull request #4121: [AIRFLOW-2568] Azure Container Instances operator URL: https://github.com/apache/incubator-airflow/pull/4121#discussion_r234454702
########## File path: docs/integration.rst ########## @@ -186,6 +186,43 @@ AzureDataLakeStorageListOperator .. autoclass:: airflow.contrib.operators.adls_list_operator.AzureDataLakeStorageListOperator +Azure Container Instances +''''''''''''''''''''''''' + +Azure Container Instances provides a method to run a docker container without having to worry +about managing infrastructure. The AzureContainerInstanceHook requires a service principal. The +credentials for this principal can either be defined in the extra field `key_path`, as an +environment variable named `AZURE_AUTH_LOCATION`, +or by providing a login/password and tenantId in extras. + +The AzureContainerRegistryHook requires a host/login/password to be defined in the connection. + +- :ref:`AzureContainerInstancesOperator` : Start/Monitor a new ACI. +- :ref:`AzureContainerInstanceHook` : Wrapper around a single ACI. +- :ref:`AzureContainerRegistryHook` : Wrapper around a ACR +- :ref:`AzureContainerVolumeHook` : Wrapper around Container Volumes + +AzureContainerInstancesOperator +""""""""""""""""""""""""""""""" + +.. autoclass:: airflow.contrib.operators.azure_container_instances_operator.AzureContainerInstancesOperator + +AzureContainerInstanceHook +"""""""""""""""""""""""""" + +.. autoclass:: airflow.contrib.hooks.azure_container_hook.AzureContainerInstanceHook Review comment: I don't think these resolve? ---------------------------------------------------------------- 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
