Over the years that I've been talking with public groups on cloud services, and Azure in particular, I will typically have at least one person in every group make a statement like this: "Azure's good, but the free tier isn't as good as AWS." I've discussed this statement with groups enough times that I thought … Continue reading Are Free Tier Cloud Services Worth The Cost?
Month: May 2018
Developer toolkit for working with Azure AD B2C JWT-protected APIs
I've blogged in the past about Azure Active Directory B2C and how you can use it as a secure turnkey consumer identity platform for your business. In this post I'm going to walk through how you can debug JWT-protected APIs where those JWTs are being issued by AAD B2C. Note that a lot of what … Continue reading Developer toolkit for working with Azure AD B2C JWT-protected APIs
Multi-environment deployments for Compiled C# Azure Functions with VSTS Release Management
This post covers an approach you can use to deploy compiled C# Functions using the tooling available in Visual Studio 2017 and various Build and Release Management Tasks contained in Visual Studio Team Services (VSTS). Note that this post discusses deploying to the v1 Functions runtime platform. I was lucky enough to speak with Damian … Continue reading Multi-environment deployments for Compiled C# Azure Functions with VSTS Release Management