Closed diefergil closed 2 months ago
Can you share the application logs?
The problem was resolved. I had to update the config json from the function. The number was wrong.
Sorry for making noise!
Don't worry.
Is there something I can improve to avoid someone else making the same mistake?
A command in the Makefile to update and view the application configuration using the config.yaml would help a lot.
Also something to verify that all systems are working and are reachable.
I'm sure it can be monitored somewhere, but this is my first time using Azure.
Great job by the way!
Done: 2e0011b190a72125968baaf7a0f8db19daec457d.
You can type make name=my-rg sync-local-config
to sync the config local config file from the Azure env.
Thank you! 😊
I am attempting to initiate an outbound call using Azure Communication Services via the POST endpoint of my function app, but I am not receiving any calls, and no events seem to be triggered in the Communication Services.
Steps to reproduce
The response is a 201 Created with the call_id, indicating that the call initiation was processed.
However, no call is received by the target number, and no events seem to be logged or triggered in Azure Communication Services.