Getting Environment variables in .net core react app to show, using azure to set environment variables

Viewed 1040

I have set my environment variables within the configuration section of the azure web app.

however i cannot access these environment variables from process.env. within my react app.

is there another step i need to take because the app is a .net core web app using a react spa?

I have looked online and cant seem to find anything that will work for me.

I asumed these will auto get mapped if with the keyword REACT_APP at the start of my env vars

0 Answers
Related