Add azure config container example (#11152)
* Add azure config container example I was getting errors on setting up azure, this was because I was putting the full https url into the container field. There error wasn't helpful and nor was the docs. * Update azure.md Reword the registry azure container example.
This commit is contained in:
parent
5636e34037
commit
eaeb31604e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic
|
||||||
|:--------------|:---------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:---------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `accountname` | yes | Name of the Azure Storage Account. |
|
| `accountname` | yes | Name of the Azure Storage Account. |
|
||||||
| `accountkey` | yes | Primary or Secondary Key for the 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](https://docs.microsoft.com/rest/api/storageservices/fileservices/naming-and-referencing-containers--blobs--and-metadata). |
|
| `container` | yes | Name of the Azure root storage container in which all registry data is stored. Must comply the storage container name [requirements](https://docs.microsoft.com/rest/api/storageservices/fileservices/naming-and-referencing-containers--blobs--and-metadata). For example, if your url is `https://myaccount.blob.core.windows.net/myblob` use the container value of `myblob`.|
|
||||||
| `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`. |
|
| `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`. |
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue