2.6 KiB
		
	
	
	
	
			
		
		
	
	
			2.6 KiB
		
	
	
	
	
| description | keywords | title | 
|---|---|---|
| Explains how to use the Azure storage drivers | registry, service, driver, images, storage, azure | Microsoft Azure storage driver | 
An implementation of the storagedriver.StorageDriver interface which uses Microsoft Azure Blob Storage for object storage.
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 is stored. Must comply the storage container name requirements. For example, if your url is https://myaccount.blob.core.windows.net/myblobuse the container value ofmyblob. | 
| realm | no | Domain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be core.chinacloudapi.cnand realm for "Azure Government" would becore.usgovcloudapi.net. By default, this iscore.windows.net. | 
Related information
- To get information about azure-blob-storage, visit the Microsoft website.
- You can use Microsoft's Blob Service REST API to create a storage container.