September 15, 2020 · 4 min read
With the new Azure Static Web Apps, you can include Azure Functions as a part of your deployment which gives you the best of both worlds when you deploy static sites. Crazy performance, but access to Azure Functions when you absolutely need to write a little bit of code.
August 11, 2020 · 2 min read
When deploying to Azure Static Web Apps, a common question that comes up is 'How do I do 301 redirects?'. Let's explore how in this simple tutorial.
August 5, 2020 · 4 min read
I've spent a little bit of time working with Azure Static Web Apps in their preview phase, and it's an amazing solution to a couple core problems I had with deploying static apps.