Azure Serverless Conference Session
If you missed it, this was my Azure serverless conference session available on Channel9!
If you missed it, this was my Azure serverless conference session available on Channel9!
In our last exciting episode, we deployed the solution to AWS EKS. This time, we’ll deploy to Azure AKS! AWS EKS with Fargate turned out to be a lot more difficult to get up and running than I expected, even...
In Part 3, we deployed the services to Docker using Docker Compose. In this part, we’re going to do the same with Kubernetes. As an aside, I love Elliot Kim’s hot take on Kubernetes: A few weeks ago I decided...
In Part 2, we created the Dockerfile and deployed the Functions app to a container. Now we want to put it all together with Dapr. We’re going to start with a bit of housekeeping and reorganizing our project. Step 1:...
In Part 1, we created the basic Functions Hello World app. At this point, Dapr and Functions are running in separate processes on the local machine with Dapr acting as a forwarding proxy. Now our goal is to containerize the...
This series of articles will discuss how to build Functions based microservices running in Dapr. The goal is to break down each and every step and help folks new to Docker and containers better understand just exactly what’s happening under...
In this video, I want to talk about two different approaches to building highly scalable, modern web applications and APIs. I’ve been a big fan of Function as a Service technologies such as AWS Lambda, Azure Functions, and Google Cloud...
Since the very beginning of the COVID pandemic, the German news outlet Deutsche Welle has been providing some of the best global coverage on the topic. DW’s coverage of COVID available on YouTube is particularly good as it provides relevant...
If you’re looking to try out GraphQL with Azure Functions and CosmosDB, look no further. I wanted to take the time to put together a fully functioning sandbox project which you can download and tinker with as there are a...
If you’re building Azure Functions, you generally have two options when it comes to implementing authentication and authorization: Use the App Service Authentication integration which is great if you are using one of the standard identity providers (Azure AD, Microsoft...