I did some work with a customer last week to integrate Functions with Key Vault without using the public IP of the Key Vault. This setup worked perfectly, although there were a couple of steps involved. To document those steps, I decided to write this post. In this post we’ll build a new Azure Function […]
Category: Software Development
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. […]
Introduction to Dapr
It’s already been about 6 months since Microsoft announced Dapr. Dapr, or Distributed Application Runtime, is an open source project with the goal to enable developers to write microservices. That’s a nice goal, and in this blog we’ll explore what this means. Since its launch, I’ve heard more and more about Dapr. As with every […]
Git branching explained
I am not a developer. I’m more of an infrastructure person, who delves into development sometimes. As part of a hackathon last week, my team and I ended up needing to do branches in git, and I had to shamefully admit that I always check-in to master. Most developers will be shooting me the same […]
Simple Kubernetes blue-green deployments
I had a great week this week at Ignite. There were a couple of nice announcements that I want to dive into soon (Azure Arc being one of them). If you have doubted about attending Ignite before, I can highly recommend it for a couple of reasons: There is a great atmosphere, and there a […]