Enterprise-Scale-APIM icon indicating copy to clipboard operation
Enterprise-Scale-APIM copied to clipboard

backend.bicep has a hardcoded storage name

Open ahmedsza opened this issue 3 years ago • 3 comments

@winmike - Not sure if you created this script. It has a hardcoded storage account name and hence will fail when others run.

ahmedsza avatar Jan 07 '22 07:01 ahmedsza

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

winmike avatar Jan 11 '22 23:01 winmike

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

ahmedsza avatar Jan 12 '22 06:01 ahmedsza

Hi @ahmedsza PR #47 backend.bicep lineno 70

winmike avatar Jan 12 '22 08:01 winmike