microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Fix fail to add new application setting which name starts with a number #4006

Closed motm32 closed 6 months ago

motm32 commented 6 months ago

Fixes #4000.

Need to merge and release this appsettings PR first.

Seems the name validaton for containerized function apps is different than regular ones. Currently the portal doesn't have any validation but since they gave us the regex it was a pretty simple fix.