vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Azure Functions extension for VS Code
Does this occur consistently? Repro steps: 1. 2. Action: azureFunctions.createFunctionApp Error type: SubscriptionNotFound Error Message: Subscription redacted:id was not found. Version: 1.7.4 OS: win32 OS Release: 10.0.22000 Product: Visual Studio...
Functions Language: Python SKU Mode: Consumption(Dynamic) Functions Platform: (Linux) Bindings\Triggers: Blob Trigger Deployment method: VS code Region: US Gov Virginia Repro steps: 1. create a Python Linux Consumption function app...
This is from the StackOverflow user and after reproducing from our end we faced the same issue after installing the latest update. https://stackoverflow.com/questions/73271028/not-able-to-add-new-azure-function-in-vscode **Steps:** 1. Install/Update the latest VS Code...
Adds support for the new Python language model, where bindings are attributes within the application code rather than in separate JSON files.
When clicking "Execute Function Now", the request body is set to { "name": "Azure" } by default. There is sample.dat in function directory but it looks like it doesn't read...
For create function from functions template, but I got follow message, and failed. it appears pop up with 'Failed to get latest templates: CloseBraceExpected near line "328", column "4"' and...
We are seeing issues with a move to V4 of the runtime along with .NET6.0. When attempting to set breakpoints and debug, the function builds and then kicks off `func:...
Issue Type: Bug When I select F5 to start debugging my Azure Functions, the GUI shows "host start" task spinning for several seconds, then the Terminal displays this message: Azure...
When developing an Azure Function in Visual Studio Code debugging is not working as expected. When setting a breakpoint in a default example c# http triggered Function it does not...
**OS:** Win 10 and Linux **Build Version:** 20210304.27 **PowerShell:** 7.1.2 **Repro Steps:** 1. Create a PowerShell project and set a breakpoint in it. 2. Debug this project. 3. Copy the...