Skip to content

Commit cadf781

Browse files
Mike KenyonDavis W. Frank
authored andcommitted
Adding name restrictions docs for Azure containers
Signed-off-by: Davis W. Frank <[email protected]>
1 parent 2c9f4a8 commit cadf781

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

common/cc-blobstore-config.html.md.erb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,12 @@ To configure your blobstores to use Azure Storage credentials, do the following:
386386

387387
1. Replace `YOUR-AZURE-STORAGE-ACCOUNT-NAME` and `YOUR-AZURE-STORAGE-ACCESS-KEY` with your Azure Storage credentials.
388388

389-
1. Replace `YOUR-AZURE-BUILDPACK-CONTAINER`, `YOUR-AZURE-DROPLET-CONTAINER`, `YOUR-AZURE-PACKAGE-CONTAINER`, and `YOUR-AZURE-RESOURCE-CONTAINER` with the names of your Cloud Storage containers.
389+
1. Replace `YOUR-AZURE-BUILDPACK-CONTAINER`, `YOUR-AZURE-DROPLET-CONTAINER`,
390+
`YOUR-AZURE-PACKAGE-CONTAINER`, and `YOUR-AZURE-RESOURCE-CONTAINER`
391+
with the names of your Cloud Storage containers.
392+
Azure container names must consist of
393+
only lowercase alphanumeric characters and hyphens.
394+
See [Azure's storage name restrictions][azure-name-restrictions].
390395

391396
1. You can provide further configuration through the `fog_connection` hash, which is passed through to the Fog gem.
392397

@@ -494,3 +499,6 @@ To configure your blobstores to use the WebDAV protocol, perform the steps below
494499
* Replace <code>WEBDAV-BASIC-AUTH-USER</code> and <code>WEBDAV-BASIC-AUTH-PASSWORD</code> with Basic AUTH credentials that Cloud Controller can use to communicate with your WebDAV installation.
495500

496501
1. Create a <code>webdav_config</code> hash to provide further configuration.
502+
503+
504+
[azure-name-restrictions]: https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#storage

0 commit comments

Comments
 (0)