While Debugging Azure Functions in VS code. I'm getting this error [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted Can someone please help ?

Anurag Dhuria (CA) 0 Reputation points
2023-02-01T20:04:44.2066667+00:00

While Debugging Azure Functions in VS code. I'm getting this error [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted Can someone please help ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
{count} votes

2 answers

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,506 Reputation points
    2023-02-18T06:16:44.46+00:00

    @Anurag Dhuria (CA)

    Thanks for posting this query in Q&A.

    Usually we get this error when another instance of function is running in VS code locally. Please try to debug only one instance of Function app in vscode.

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.