Creating a Portfolio Using Azure Static Web Apps

Creating a Portfolio Using Azure Static Web Apps

2022-04-20

Related Content

Deploying Static sites to Azure the cheap and performant way

Deploying Static sites to Azure the cheap and performant way

2022-04-02

Did you know that static content can help you build performant sites that easily scale globally? Better yet, they can be incredibly cost-effective! Join Chris, as he talks through - * The JAMstack (not related to Paddington bear - I promise!) and why you should care about it * Static Site Generators such as Hugo * Azure Hosting Options - Azure Storage vs Azure Static Web Apps * Combining Static sites with Serverless APIs

Deploying Static sites to Azure the cheap and performant way

Deploying Static sites to Azure the cheap and performant way

2022-03-22

Did you know that static content can help you build performant sites that easily scale globally? Better yet, they can be incredibly cost-effective! Join Chris, as he talks through - * The JAMstack (not related to Paddington bear - I promise!) and why you should care about it * Static Site Generators such as Hugo * Azure Hosting Options - Azure Storage vs Azure Static Web Apps * Combining Static sites with Serverless APIs

Using GitHub Actions, Azure Functions, Azure API Management and Google Analytics to display top posts on a Hugo Static Site

2022-03-13 · 20 min

In this post, I show how I use GitHub Actions to call an Azure Function (through Azure API Management) that interacts with Google Analytics as part of the process to build my Hugo Static Site. The end result is that top posts are pulled into the Static Site Generation build process, rather than calling the Google Analytics API through JavaScript at runtime.