paladique / Workshop-DataInAzure

Supplemental Guide to Data in Azure Lecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add random string to storage account name

soeirodefaria opened this issue · comments

The ARM template concatenates the word 'storage' and the resource name the user gives. I just experienced students from the same session having problems because the storage account name already existed. Since storage account names need to unique across Azure, I'd suggest adding a random string in the name

@soeirodefaria Thanks for the feedback and attending the workshop, this has been fixed!