I have an Azure Function App which sends emails and sms messages based on data received from an endpoint. Recently I've been asked to include phone calling for high priority issues. I haven't been able to find any resources or hints on how to handle this with using Azure resources.
Is this even possible with Azure resources? If not, can somebody point me in the right direction for how to accomplish this?