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…