How deployment downtime maintenance page enabled/disabled for React APP in azure?
I want to enable/disable maintenance page for my react application in Azure without deployment. Approach followed: added one variable in .env file (REACT_APP_IS_MAINTENANCE_PAGE_ENABLED= 0) and same key in App settings of Environment variables in azure App, but unable to read…