blob: 072a5c341194e4f9e3f4b01b97a5a04a6681d57e [file] [log] [blame]
:mod:`airflow.contrib.hooks.azure_container_registry_hook`
==========================================================
.. py:module:: airflow.contrib.hooks.azure_container_registry_hook
Module Contents
---------------
.. py:class:: AzureContainerRegistryHook(conn_id='azure_registry')
Bases::class:`airflow.hooks.base_hook.BaseHook`
A hook to communicate with a Azure Container Registry.
:param conn_id: connection id of a service principal which will be used
to start the container instance
:type conn_id: str
.. method:: get_conn(self)