Azure Web Api Resource Not Found

I have a web api application that I deployed to a virtual machine running in Windows Server 2012 sql edition.

I am trying to move it from vm to Azure websites.

I can debug the application on my local development computer by connecting it to the new sql repository and everything works fine.

I can also run it on the vm it is currently in.

When I deploy Azure websites, however, when I try to make a web api call, I get:

The resource you are looking for has been deleted, changed its name, or is temporarily unavailable.

I tried debugging the site, but it never hits any entry points that I can imagine to set a breakpoint.

Can someone please help me figure out what's going on?

+4
source share

All Articles