Azure – Get applicationId/clientId for a system-assigned identity in bicep template
I need the managed identity client id for setting up auth between an Azure Function and a service bus. I've solved it with a user-assigned identity, but would like to achieve it with a system-assigned identity. I've removed some irrelevant…