When I tried to deploy Aspire to Azure, I found that all services would return 404

scixing 60 Reputation points MVP
2025-06-01T14:07:01.84+00:00

Everything looks normal, but I am unable to access any other applications except for the dashboard

User's image

User's image

User's image

User's image

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
692 questions
{count} votes

Accepted answer
  1. Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
    2025-06-05T09:14:02.4466667+00:00

    Hello scixing,

    After set to WithExternalHttpEndpoint issue has been resolved.

    Copy

    builder.AddProject<Projects.BlazorApp1>("blazorapp1")
    .WithExternalHttpEndpoints();
    
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.