Closed KSchlobohm closed 1 year ago
@codemillmatt - for awareness
This is happening because the MVC web app has middleware that redirects users to front door when the app is running. This redirect is added for demo purposes to help readers land on the right URI because of the way azd deploy
publishes an azurewebsites.net
URI after it is done.
Locally, we should disable the MVC middleware invoked by UseRetryTestingMiddleware
in the Statup.cs
class
This should be updated as we adjust our devOps flow for network isolation mode.
migrated to 1852507
Describe the bug When I open the solution in Visual studio and run it with F5 I am being redirected to the Front Door URI in the cloud. This is blocking my dev experience, I'd like to set a break point and work on the C# code locally to do bug fixes and new feature work as any dev would in their project.
Expected behavior Not redirected to Front Door when running locally