### 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. <img width="928" height="230" alt="Image" src="https://github.com/user-attachments/assets/ea716cd0-f7db-4e9b-8743-1a449bf052bd" /> 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. 1. Setup Azure Function environment on Local System. 2. Setup Python **without** a Virtual Environment (Skip Virtual Environment). 3. Create a HTTP Trigger Function **http_trigger** with the Default Configuration. 4. Set a Breakpoint at Line Number 10. 5. Start Local Debugging using Fn + F5. <img width="1552" height="915" alt="Image" src="https://github.com/user-attachments/assets/bdce5dc8-b94c-48d4-ae73-baa59d3e0539" /> 6. Execute the HTTP Function **http_trigger** from the Local Project. <img width="1552" height="915" alt="Image" src="https://github.com/user-attachments/assets/fe04b585-360f-48f4-beb0-2d4e0a3f4bfb" /> 7. Got the Error after ~10 seconds. <img width="1552" height="915" alt="Image" src="https://github.com/user-attachments/assets/8f6859a4-01fd-4169-8fae-e786dba17368" />
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.