I have two subscriptions: development and prod. I want to deploy event grid
on existing azure account storage
from development subscription, but with triggered existing azure function app
from prod subscription. I have for it proper arm template, which normally works when I point to resources inside one azure subscription
. Of course I have proper separated service principles with service connections (Azure Resource Manager
) in azure devops
for deploying resources. When I use prod service connection then I have problem with write access to account storage and when I use dev service connection I have problem with write access on azure function.
Can I omit it somehow or achieve other way?