Currently I have created an Azure APIM Instance and the URL looks as below.
https://abc-test.azure-api.net
I want to use this APIM instance to Support Dev and QA environment. So I want to setup URL like below
https://abc-test.azure-api.net/dev/API/User/1
https://abc-test.azure-api.net/qa/API/User/1
So based on the environment variable, I will set the back end URL. Setting the back end URL is straight forward. But constructing above APIM URL is where I am not sure.