vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error occurs when executing "Deploy to Function App..." command with "+ Create new function app..." selected
OS: Win 11 Build Version: 20250613.1 Regression: Previous Release
Repro Steps:
- Create a Python project.
- F1 -> Select "Azure Functions: Deploy to Function App..." -> Select "+ Create new function app..." to create a new Python function app to deploy.
- Check whether no error occurs when executing "Deploy to Function App..." command with "+ Create new function app..." selected.
Expect: No error occurs when executing "Deploy to Function App..." command with "+ Create new function app..." selected.
Actual:
An error occurs when executing "Deploy to Function App..." command with "+ Create new function app..." selected.
More Info:
- This issue does not reproduce on the previous released Function extension v1.17.2.
- This issue also reproduces on the current released Function extension v1.17.3.
- This issue does not reproduce if selecting an existing function app to deploy.
- This issue also reproduces when executing "Deploy to Azure..." command with "+ Create new function app..." selected.