ARM templates. Gov cloud storage test

This commit is contained in:
danielmkn
2021-01-21 10:51:11 -08:00
parent 4db9012ddd
commit 3fe4d066aa

View File

@@ -233,7 +233,7 @@ cat <<EOF >/var/opt/jfrog/artifactory/etc/artifactory/binarystore.xml
<provider id="azure-blob-storage" type="azure-blob-storage"> <provider id="azure-blob-storage" type="azure-blob-storage">
<accountName>${STORAGE_ACCT}</accountName> <accountName>${STORAGE_ACCT}</accountName>
<accountKey>${STORAGE_ACCT_KEY}</accountKey> <accountKey>${STORAGE_ACCT_KEY}</accountKey>
<endpoint>https://${STORAGE_ACCT}.blob.core.windows.net/</endpoint> <endpoint>https://${STORAGE_ACCT}.blob.core.usgovcloudapi.net/</endpoint>
<containerName>${STORAGE_CONTAINER}</containerName> <containerName>${STORAGE_CONTAINER}</containerName>
</provider> </provider>
</config> </config>