I'm developing a PWA SPA with React Web, and practically everything is in .js.
I need to create environment variables in the Azure Portal, and as shown below I have already created some:
However, I can't use it in my project that is already hosted on the Azure Portal:
Any tip is welcome. I am sorry for my english.
The problem was resolved, I needed to make a request to the Azure Portal specialist team to restart the service after setting the environment variables.