Relative Content

Tag Archive for azureazure-sdk-.netazure-sdkazure-communication-services

How to track Azure Communication Services phone number purchase operation asynchronously using Azure.Communication.PhoneNumbers SDK?

I’m using the Azure.Communication.PhoneNumbers SDK version 1.1.0 for C# to purchase phone numbers in Azure Communication Services (ACS). I’m following this guide which demonstrates how to perform the purchase operation and wait for result. This approach works, but the purchase operation can take between 50 seconds to over 2 minutes to complete, which is too long to block the client (Http request).