diff --git a/docs/storage-drivers/azure.md b/docs/storage-drivers/azure.md index c66f86c1d..03b55498e 100644 --- a/docs/storage-drivers/azure.md +++ b/docs/storage-drivers/azure.md @@ -8,59 +8,12 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic ## Parameters -
Parameter | -Required | -Description | -
---|---|---|
- accountname
- |
- - yes - | -- Name of the Azure Storage Account. - | -
- accountkey
- |
- - yes - | -- Primary or Secondary Key for the Storage Account. - | -
- container
- |
- - yes - | -- Name of the Azure root storage container in which all registry data will be stored. Must comply the storage container name requirements. - | -
- realm
- |
- - no - | -
- Domain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be core.chinacloudapi.cn and realm for "Azure Government" would be core.usgovcloudapi.net . By default, this
- is core.windows.net .
- |
-