ACS - Issue with call connection using INTRA identity
Hello, I'm working on a POC using ACS. If i use the connection string of my acs resource i can make an external call, receive the callback events etc... Part of the POC is to transfer the call to Teams user. According to my research, in this scenario the connection should be done using intra. My acs resource is registered with with Microsoft Entra ID but i get the error below:
"Code": "7510",
"Message": "Denied by the resource provider.",
"Target": "/calling/callConnections"Apparently, we need to grant "ACS Call Automation Administrator" role to my acs resource but we dont see that role anywhere. How can we add this role?