Azure Private Link allows you to connect to public services over a private connection. I have already written about using Private Link with blob and the Azure Kubernetes Service. You can also use Private Link to expose your own custom services, and act as a service provider. This means you would build a service in […]
Tag: azure
Using Form Recognizer to recognize custom forms
One of my learning goals for this half year was to learn more about AI. Although I’m focusing my learning mainly on low-level AI (Python, ML, Data Science), I was pretty happy to get involved in a customer project using the Microsoft Form Recognizer. This blog post will cover the Form Recognizer and it’s functionality. […]
Creating nested VM using KVM on Azure
I am working with a customer that has the use case of running nested virtual machines on Azure. They’re using KVM and QEMU today, and I wanted to prove out that it is possible to run VMs using KVM and QEMU on Azure. KVM is a technology that allows you to run full virtual machines […]
How to connect VNETs in different Azure regions?
When discussing Azure networking, a question that frequently comes up is how to connect different Azure regions. More specifically, this question typically boils down to how to connect VNETs that are in different regions. There are three options to achieve this connection, which we’ll discuss in this post: Global VNET peering VNET-to-VNET connection Expressroute Although […]
Changing from Let’s Encrypt to an App Service Managed Certificate
A couple of months ago, I moved my blog from wordpress.com to my own hosting on Azure. Afterwards, I setup SSL using a Let’s Encrypt free certificate. This process is using an opensource plugin into App Service to communicate to Let’s Encrypt. Recently, Microsoft announced free certificates for App Service custom domains. These certs are […]