Why is Azure creating an appsettings.Production.json file?
I have no appsettings.production.json file in my application (I might have once had it but if so, it was deleted months ago).
How do I determine if my Blazor app is running on the prod or dev slot?
I have a Blazor Server application. I need to determine if my app is running on the production or dev slot. How do I do that?