Reactjs – How can i set the app configuration values for a React app in Azure?
I have a React app deployed to Azure. Now in my code i want to use the settings from the Configuration section in my react app in Azure. At the moment i am putting values in the "launchsettings.json" file and…