Azure / AzureMonitorStarterPacks

A project to create a framework for workloads and services monitoring in Azure
MIT License
51 stars 21 forks source link

not a valid storage account name #171

Open michel-kamp-work opened 2 months ago

michel-kamp-work commented 2 months ago

during the 'Install Azure Monitor Starter Packs' wizard the name for the new Storage Account is not checked correctly

I got the deployment error: azuremonitorstarterpacks01 is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only. (Code: AccountNameInvalid, Target: azuremonitorstarterpacks01)

but the check on the wizard page is done as : Only alphanumeric characters are allowed, and the value must be 1-30 characters long.