An App Configuration is planned to manage groups of key-values for each environnements (with labels).
If we have a subscription for each environnement, we need to have only one App Configuration to store data for all environnement (with labels). So, we need to be able to export App Configuration to App Service in another subscription/resourcegroup.
It is possible manually in Azure Portal, but not by automation with Azure CLI or Azure PowerShell.
az appconfig kv export can work only in the same resource group ! So it is unusable.