Azure – How to deploy to multiple resource groups within a single bicep file?
I have a bicep file where I want to create an event topic from a given resource group (let's say resource-group-a) and I want to connect to that within a different resource group (let's say resource-group-b). Almost all my resources…