Deploy Keycloak Container with Pulumi in Azure

Introduction This is the third part of my series explaining Pulumi using C#. In the first two posts, we introduced the basics and demonstrated how to deploy an SQL Database in Azure. This time, I will showcase how to set up a Container Registry, publish a provisioned Keycloak container, and run the container in an Azure Container App. As a result, we’ll have a publicly accessible Keycloak instance running, which can be used to authenticate and authorize users. ...

January 16, 2025 · 10 min · 2028 words · Ralf Gnädinger