Azure – What's the resource group equivalent of subscriptionResourceId and managementGroupResourceId in Bicep?
In Bicep, I can use subscriptionResourceId() or managementGroupResourceId() to refer to a resource at the subscription or management group level, respectively. In the following code, I'm using subscriptionResourceId() to create a (RBAC) role assignment at the subscription level for a…