microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

appservice: Fix containerized function app name validation to exclude uppercase letters #1754

Closed motm32 closed 1 month ago

motm32 commented 1 month ago

This is what the name validation on the portal now says: image

It matches the validation from container apps so using the regular expression from there.