github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/docs/storage-drivers/azure.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Microsoft Azure storage driver"
     4  description = "Explains how to use the Azure storage drivers"
     5  keywords = ["registry, service, driver, images, storage,  azure"]
     6  +++
     7  <![end-metadata]-->
     8  
     9  
    10  # Microsoft Azure storage driver
    11  
    12  An implementation of the `storagedriver.StorageDriver` interface which uses [Microsoft Azure Blob Storage][azure-blob-storage] for object storage.
    13  
    14  ## Parameters
    15  
    16  The following parameters must be used to authenticate and configure the storage driver (case-sensitive):
    17  
    18  * `accountname`: Name of the Azure Storage Account.
    19  * `accountkey`: Primary or Secondary Key for the Storage Account.
    20  * `container`: Name of the root storage container in which all registry data will be stored. Must comply the storage container name [requirements][create-container-api].
    21  * `realm`: (optional) Domain name suffix for the Storage Service API endpoint. Defaults to `core.windows.net`. For example realm for "Azure in China" would be `core.chinacloudapi.cn` and realm for "Azure Government" would be `core.usgovcloudapi.net`.
    22  
    23  [azure-blob-storage]: http://azure.microsoft.com/en-us/services/storage/
    24  [create-container-api]: https://msdn.microsoft.com/en-us/library/azure/dd179468.aspx