What I am interested in is reading the output parameters of another deployment in a different resource group. My ARM templates are something like:
Are you using Azure DevOps Release Pipelines? You could just set the output to be created as variables so you can re-use them in the same or a different stage.
We use these extensions on our projects