In Azure Devops Variable Groups you do something like:
FileRepo = 'FolderA' LogFile = '$(FileRepo)/Log.txt'
Is this possible in Azure App Configuration?
*UPDATE: When using the App Configration as an Azure Devops Task extenstion, $() references will work during pipelines.