OS: Win10
Azure Resource Extension Build Version: 20220518.13
Azure Function Extension build Version: 20220517.4
Repro Steps:
- Right click "Function App" Node -> Create Function App in Azure -> Enter a function app name contains "--", e.g. "elsa--test".
- Check whether there is a validation when entering a function app name contains "--".
Actual:
- There is no validation when entering a function app name contains "--".

- Fail to create the function app with an error.

Suggestion:
It would be better if add a validation when entering a function app name contains "--".