azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Core Tools should block settings value with invalid name in `local.settings.json`
As the following screenshot, Azure Functions can accept only letters, numbers (0-9), periods ("."), and underscores ("_") as appsetting name.
But core tools can accept other characters from those, like half-width space.
It's better to match both of them.