-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Version
Core Tools Version: 4.0.7317
Function Runtime Version: 4.1038.300.25164
Operating System: MacOS 15.5
Python: 3.11.9
Visual Studio Code: 1.101.2 (Universal)
Description
During Local Debugging on Python Azure Functions, I get an Error saying.
Warning
The operation was aborted. Rejecting from abort signal callback while making request.
However, the process of Debugging works as usual after the Error. I am able to Continue, Step Into, Step Over etc. as usual in the Debug mode.
Steps to reproduce
Here is what I did.
- Setup Azure Function environment on Local System.
- Setup Python without a Virtual Environment (Skip Virtual Environment).
- Create a HTTP Trigger Function http_trigger with the Default Configuration.
- Set a Breakpoint at Line Number 10.
- Start Local Debugging using Fn + F5.
- Execute the HTTP Function http_trigger from the Local Project.
- Got the Error after ~10 seconds.

Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team