Year: 2025

Version control for Azure Logic Apps with PowerShell

Version control for Azure Logic Apps with PowerShell

Whenever people develop Azure Logic Apps, they tend to forget to do one thing: commit the changes into a version control system. To address these pain points, I wrote a script to read the latest changes from Azure and check them into version control.

Creating audiobooks with Azure AI Speech

Creating audiobooks with Azure AI Speech

There are two ways to convert text into speech using the Azure AI Speech service. For creating long audiobook-like files, split the content into multiple inputs, do the synthesis in batches, and finally concatenate the resulting audio files.