How to use the ACS samples in production on Azure?

Alex 0 Reputation points
2024-09-04T16:19:14.4333333+00:00

I'd like to ask a question please that's slightly related to this one: https://video2.skills-academy.com/en-us/answers/questions/1650723/ivr-azure-communication-services-bot-deployment

I'm also using the same sample. It was easy enough to set up running locally in Visual Studio with DevTunnels.

It was also straightforward to publish to Azure (I think). It's running there as a web app and it can answer calls (via the trigger), but then it gets stuck.

It does answer the call, but then sticks on this line:

var answer_result = await answerCallResult.WaitForEventProcessorAsync();

I've enabled debugging/logging, but I seem to be able to do is confirm what I already know. It sticks on exactly this line.

Presumably there's some additional configuration I need to do on Azure? I've tried enabling all the relevant security/IAM options I can think of, but now I'm stuck. Please can anything give me some pointers to help?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
847 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.