Hi all,
I need your help to fix following error: the service principal with id 'XXXXXXX' for application *** does not have permission to access the path 'https://10.0.6.41:21109/providers/Microsoft.BusinessAppPlatform/environments/XXXXXXXXXXX/copyTo?api-version=2020-08-01' in tenant XXXXXXXXXX/.
It occurs during Copy environment step of DevOps Pipeline below:
Where I chose Service principal as Auth type using an App Id having those API permission:
Furthermore, the app has System Admin role on both envs (source and target).
Thanks a lot!