Hello,
I am new to Azure, I use the Azure free edition as benchmark .
I develop web api service , that using Blob and DocumentDb as DAL, the web api work perfect on my local machine.
In my azure account I open App service and I deploy the web api on azure (by publish) .
When I try to surf to my site by the url that given by azure I received the following crash error :
An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:8081
Exception Details: System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
127.0.0.1:8081
I check on my project I didn't find any mention to that port or address!!.
Please help my to understand that problem!
MAK