vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error occurs when creating a Blob trigger function with "Add BlobTrigger function to the Blueprint" creation type
OS: All Azure Resources extension: 20231114.2 Azure Functions Extension Version: v1.13.1
Repro Steps:
- Create a Python V2 project with HTTP trigger.
- F1 -> Azure Functions: Create Function... -> Blob trigger -> Add BlobTrigger function to the Blueprint -> Select "function_app.py" file -> Open -> Fill the default value for the rest steps.
- Check whether no error occurs.
Expect: No error occurs.
Actual:
An error occurs.
More Info:
- This issue doesn't reproduce when creating Blob trigger function with other creation types.
- This issue doesn't reproduce for other templates.
We should double check to see if this is a template error, if so we may need to file an upstream issue with their team.