genuine environments separation
There should be a way to truly enable running an app in development mode while still running the production mode.
Currently Atlas App Services only enables a single state of the app
("no environment" / "testing" / "development" / "QA" / "production").
If an app is currently running in production and there is a need to test new changes on the web, i.e. API requests, the app needs to return to "development" state.
But what if the production state cannot be changed since the app serves using clients?!?!
There is no why to bypass this except for duplicating the entire app, which is not straight forward since no duplication option is available and secrets cannot be downloaded from the git repo.
Meaning manually copy-pasting, and this does not include any changes update. Absolutely inconceivable for an actual practice over time.
Thank you.