Enterprise-Scale-APIM
Enterprise-Scale-APIM copied to clipboard
backend.bicep has a hardcoded storage name
@winmike - Not sure if you created this script. It has a hardcoded storage account name and hence will fail when others run.
Not sure about hardcoded account name. Here's the code: var storageAccounts_saapimcsbackend_name = toLower('st${deploymentDateTime}') DateTimestamp should be pretty unique. Can post here the error message? I cannot repro
Hi @winmike . In what branch was this. I found the issue in the appgateway branch, and I get the feeling that this branch picked up something "old" from main. https://github.com/cykreng/Enterprise-Scale-APIM/pull/54/commits/973750fd74bab8bb4dd92664e037d6574570662f shows the diff
Hi @ahmedsza PR #47 backend.bicep lineno 70