I have created an APP using Angular 8 and deployed on Azure as a web app (AppService) on windows OS.
I have created an AppSetting called MyAppSetting. When I tried to access the app setting in angular 8 as process.env.APPSETTING_MyAppSetting
or process.env.MyAppSetting,
it is showing as undefined.
How to access app setting values in Angular 8 deployed on Azure?