Machine Learning and AI for Software Developers
Machine learning (ML) and artificial intelligence (AI) are transforming the way software is written and, more importantly, what software is capable of. Developers are accustomed to writing code that solves […]
Project Santa Cruz Part 2: Capturing Images to Train a Model
After three very busy weeks of trying to get a few things done on other projects, I had a chance to circle back around for project Santa Cruz, also known […]
Kubernetes, DAPR, and Azure Identity Example – Part V
Continuing from part IV of our series, this post will incorporate the DAPR runtime services into the application. The source related to this post is contained in the azure-and-dapr-identity-example repo. […]
Kubernetes, DAPR, and Azure Identity Example – Part IV
Continuing from part III of our series, this post will walk through setting up simple back-end services, including a configuration service as well as services that require user authentication. It […]
Kubernetes, DAPR, and Azure Identity Example – Part III
Continuing from part II of our series, we will next walk through setting up user authentication using Azure Active Directory. The source related to this post is contained in the […]
Kubernetes, Dapr, and Azure Identity Example – Part II
Continuing from part I of our series, we will next step through building a simple, front end web application, deploying it to the Kubernetes cluster, then exposing it to the […]
Kubernetes, Dapr, and Azure Identity Example – Part I
Introduction In this series of posts, we will walk you through setting up a static website (SPA), user authentication using Azure Active Directory (AAD), and simple authenticated services, all within […]
Creating a Tagging Strategy for Azure
Azure has many controls out of the box that helps tailor the experience to an organization on Azure. Such controls include Azure Management Groups for organizing subscriptions, Azure AD with […]
Azure Policy as Fast as Possible
Azure out of the box comes with a number of controls that allow users to shape permission on Azure through roles and role assignments. These roles control what actions a […]