Vercel is the home of Next.js, but will it run your .NET based Jamstack site?
ionicons-v5-c 2 minutes 15 seconds read
These are my lessons learned developing ARM templates. I discuss the tooling and guidelines that I recommend to people coming into a project with ARM templates.
ionicons-v5-c 7 minutes 45 seconds read
Using OpenAPI specifications to deploy APIs to Azure API Management on demand enables a flexible workflow that fits in nicely with CI/CD.
ionicons-v5-c 6 minutes read
The Azure API Management portal is open source and includes useful scripts to automate migration of changes between multiple environments.
ionicons-v5-c 2 minutes read
I built a comment system from scratch on Azure because I want to add something to the Jamstack on .NET ecosystem.
ionicons-v5-c 4 minutes 45 seconds read
It took me 2 years and sparked a bunch of side projects but I'm very pleased to show off my new site.
ionicons-v5-c 5 minutes 15 seconds read
Using firewall rules on an application gateway is a good idea but you may run into false positives causing unwanted blocking. Here's how you can analyze and fix the problem.
ionicons-v5-c 1 minutes 45 seconds read
Generic integration test to verify all functions can be instantiated by the function host. This helps prevent problems when using the .NET Core default dependency injection container with Azure Functions.
ionicons-v5-c 1 minute read
Use the ASP.NET Core TestServer to verify all controllers can be created by the dependency injection container.