404 Not found from azd init --template todo-csharp-cosmos-sql #732
-
I'm following this tutorial: I just upgraded azd prior to issuing the command
After it deploys, I go to the azure portal -> click on resource group -> click on web app -> click on browse button -> "404 not found". Siegfried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@siegfried01 Can you verify the web app resource you clicked on is prefixed with |
Beta Was this translation helpful? Give feedback.
@siegfried01 Can you verify the web app resource you clicked on is prefixed with
app-web
(the front-end web app) and notapp-api
(the backend API server)? The backendapp-api
for C# currently does not have a root endpoint mapped, which is likely why you received a 404. This is being fixed to show a Swagger UI interface definition instead.