Using Azure AI Speech SDK with Go
In this blog post I'll provide some examples and observations on how to set up and use the Azure AI Speech service from a Go application.…
Read moreIn this blog post I'll provide some examples and observations on how to set up and use the Azure AI Speech service from a Go application.…
Read moreA look into a simple approach to automating deployments to Azure that can be run locally using powershell. Also includes thoughts on Azure Developer CLI (azd)…
Read moreI've recently been working on implementing Azure AD B2C from scratch, and wanted to write down some thoughts about how to implement the monitoring for new tenants.…
Read moreIn parts 1 and 2 of this series, I've looked at the different ways of getting more out of your Azure Workbooks on the visual and data side. The last thing I want to talk about is the Development and DevOps flows of the workbooks…
Read moreContinuing from the previous post, let's get into some of the more advanced things to get more out of your workbooks. Some of these might need further development on your part, but hopefully you'll be able to get an overview of how you could use the same techniques to fit your own use cases.…
Read moreHere are some of my tips for beginners and intermediate users thinking of getting started with Azure Workbooks.…
Read moreExciting times! This Monday I was notified that my nomination for the Microsoft Most Valuable Professional (MVP) award had been evaluated and I was awarded the title in the Azure category. If you're not from the Microsoft scene, you might not be familiar with what this is, so let's take a look.…
Read moreWe recently ran into an issue with our requirement to pull an imported SSL certificate from a key vault that was located in a separate subscription from our function app consumption plan. Here's how we ended up solving this issue.…
Read moreI recently passed the AZ-500: Azure Security Engineer Associate certification, and thought that now that most of the world is under some level of COVID-19 related quarantine, what better way to spend one's time than study for a certification test. This study guide aims to help with that process.…
Read moreWe recently changed some of our application resource structures. During this change, we ran into an error message "The publish branch is out of sync with the collaboration branch. This is likely due to publishing outside of Git mode." during our publish. Here's how we solved the issue.…
Read moreLast week Microsoft announced that Azure Private Link is now generally available on a limited quantity of services. I dug in to how the portal is doing the deployment of Private Endpoints for Azure Storage and how to automate it. Here's how you can do it too.…
Read moreA short look into what the process is like, what benefits there are and what might go wrong.…
Read moreI've recently run into several situations where something that is configurable from the Azure Portal is not anywhere in the ARM documentation. This blog post will go through my process of figuring out how to implement those in ARM anyway.…
Read moreWe wanted to generate migration scripts in our build steps and then separately run them against our SQL database in the release pipeline. This was fairly straightforward on paper, but in our situation turned out to include some gotchas I was not aware of before.…
Read moreI've recently had the opportunity to get a bit more familiar with Azure Data Factory V2. Here are some of my findings regarding the DevOps side of the product.…
Read more