A demonstration of Azure Communication Services capabilities in a Blazor app.
- An Azure account with an active subscription. Create an account for free.
- An active Azure Communication Services resource. Create a Communication Services resource.
- .NET 6 SDK Download
- Add configuration (either in appsettings.json or user secrets)
{
"CommunicationConfiguration": {
"Endpoint": "https://<your_communication_resource>.communication.azure.com/",
"AccessKey": "<your_access_key>"
}
}
dotnet run
- Open the app in multiple incognito windows to test sending and receiving chat messages