Csharp Posts
-
Going beyond Azure AI Text to Speech Maximum Media Duration of 10 Minutes
In this post we look at how to go beyond the processed audio has exceeded the configured maximum media duration of 600000ms error message when using Azure…
-
Azure Metrics in Teams with Azure Functions and Adaptive Card Tables
Azure has many useful metrics, and we can set up email alerts but it can be easy for these to get lots. In this article, I will show you how to create…
-
Festive Tech Calender - Building a Word Search in C#
An overview of the BlueBoxes.WordSearchBuilder Nuget package and how to use it to build a word search.…
-
Enhancing Accessibility, Building a Read This Page feature with Azure Speech Service and C#
In this post we have seen how we can quickly use the Azure Speech Service and it's C# SDK to take the text files that make up this blog and generate MP3…
-
How to use Azure Management APIs in C# with Azure.Identity
Azure offers a wide range of management APIs to automate a range of actions that can be performed in the Azure portal. These include things like stopping…
-
Festive Tech Calender - Building a Festive Poll with SignalR
This year for the Festive Tech Calender I have created a christmas themed poll sample that is updated in real time using serverless SignalR, Azure functions…
-
Templating HTML Emails in Azure Functions
Sending emails in Azure Functions is relatively straightforward using the SendGrid output binding. There is even a visual studio SendGrid template connecting…