Adventures in AAD B2C: Part 3

So we went about setup up, breaking and re-setting up Microsoft Account logins for our AAD B2C WinUI 3 App. Now let's try enabling an Azure Active Directory Tenant to allow us to login to our B2C app using our organizational identities. I follow this documentation to setup the new IdP inside my B2C tenant. … Continue reading Adventures in AAD B2C: Part 3

Advertisement

Azure Functions + EventGrid Subscriptions With Terraform

I think I figured it out. I have been working with Serverless Microservices Architecture on Azure for quite some time. I’ve been trying to leverage Terraform to effectively manage the extensive configuration of PaaS services on Azure. Due to immaturity of the Terraform AzureRM provider I’ve encountered well-documented challenges. This is the last major hurdle … Continue reading Azure Functions + EventGrid Subscriptions With Terraform

Standalone Cluster On a Single Machine: Same Rules Apply

I am running a stand alone service fabric cluster on a single, albeit beefy, physical server. This cluster has three virtual nodes. That’s because I am using a modified version of the Unsecure.DevCluster configuration template. There are other templates that will allow you to deploy to multiple physical (or virtual) machines but I don’t see … Continue reading Standalone Cluster On a Single Machine: Same Rules Apply