Skip to content

Commit

Permalink
use lower-case container names as required by azure (#208)
Browse files Browse the repository at this point in the history
[Bug Fixes]

* Container name suffix must be generated as lower-case for Azure.
  • Loading branch information
tpoland authored Sep 22, 2022
1 parent 35629ea commit 4d2f17a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overlay/blobstore/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
bosh-variables:
environment: (( grab params.blobstore_environment || params.azure_environment || "AzureCloud" ))

# Per https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage a key cannot
# contain upper case so override here to exclude upper case
variables:
- name: cc_directory_key
type: password
options:
exclude_upper: true

# Credhub Secrets
# blobstore_storage_account_name
# blobstore_storage_access_key
Expand Down

0 comments on commit 4d2f17a

Please sign in to comment.