Problem with new "Try Advanced Messaging" on Azure "Communication Service"

Fernando Zago 5 Reputation points
2023-11-28T17:47:30.21+00:00

Using this Article:

https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/advanced-messaging/whatsapp/whatsapp-sandbox-quickstart

It works, but I cant find the required field (channelRegistrationId) for sending it using the SDK

<PackageReference Include="Azure.Communication.Messages" Version="1.0.0-beta.1" />

I cant find the channelRegistrationId and is required for sending a message via SDK.
According this documentation (https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/advanced-messaging/whatsapp/get-started?pivots=development-environment-vs%2Cclient-operating-system-linux#set-channel-registration-id), should be shown in the "Channels" page.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,223 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 1,120 Reputation points Microsoft External Staff
    2023-11-29T12:09:15.2866667+00:00

    Hi @Fernando Zago ,

    I hope this article can be of help to you.

    https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/advanced-messaging/whatsapp/get-started?pivots=development-environment-vs%2Cclient-operating-system-linux#set-channel-registration-id

    Set channel registration ID

    The Channel Registration ID GUID was created during channel registration. You can look it up in the portal on the Channels tab of your Azure Communication Services resource.

    Screenshot that shows an Azure Communication Services resource in the Azure portal, viewing the 'Channels' tab. Attention is placed on the copy action of the 'Channel ID' field.

    Assign it to a variable called channelRegistrationId

    C#Copy

    string channelRegistrationId = "<your channel registration id GUID>";
    
    

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.