Tag: Azure

Azure Week
Azure Week
Blog Posts

To help you excel with Microsoft Azure, and given the sheer number of possibilities and considerations, the European SharePoint, Office 365 & Azure Conference presents Azure Week – one unmissable week of free, online Azure Learning. ‘Azure Week’ will showcase key learnings and deep expertise from a selection of our ‘Azure @ ESPC19’ Expert Speakers,… READ MORE

Purge Azure CDN with Event Grid and Azure Automation
Purge Azure CDN with Event Grid and Azure Automation
Blog Posts

In this post, I demonstrate how to automatically purge content from an Azure Content Delivery Network (CDN) using Event Grid and Azure Automation.  I am writing this post with two audiences in mind.  First, if you have a CDN and need to purge old content every time content is updated or removed from a source,… READ MORE

How to configure an Azure CDN
How to configure an Azure CDN
Blog Posts

A Content Delivery Network, or CDN, is a globally distributed network for delivering, well, content.  Content can include images, videos, CSS and any other asset used for providing web services.  The advantages to a CDN include: caching data closer to the users to increase web site performance, improving reliability by leveraging a global caching network… READ MORE

What is Azure B-Series Compute?
What is Azure B-Series Compute?
Blog Posts

Back in 2017, Microsoft announced the introduction of B-Series compute. Since then, the service offering hasn’t changed a huge amount but it is one of the most consistently misunderstood VM SKUs available. Part of this is how they are displayed on the portal. Classed alongside the D series as “General purpose” but with a much… READ MORE

How to enable verbose logging for Azure Functions?
How to enable verbose logging for Azure Functions?
Blog Posts

This post describes how you can easily enable debug/verbose information for your Azure Functions for a lightweight and built-in way to extract just a bit more information out of your Azure Function executions. There’s different methods available for Azure and your local development environment. Problem Azure Functions are awesome. But by default, your tools on… READ MORE

Deploy AKS and Traefik with an Azure DevOps YAML pipeline
Deploy AKS and Traefik with an Azure DevOps YAML pipeline
Blog Posts

This post is a companion to the following GitHub repository:https://github.com/gbaeke/aks-traefik-azure-deploy. The repository contains ARM templates to deploy an AD integrated Kubernetes cluster and an IP address plus a Helm chart to deploy Traefik. Traefik is configured to use the deployed IP address. In addition to those files, the repository also contains the YAML pipeline, ready… READ MORE

Learning Hugo on Azure - Part 1
Learning Hugo on Azure – Part 1
Blog Posts

Introduction If you have not heard of Hugo Static Site Generator then I am happy you are here. Static site generators are the “new black” in web site development. If you are here to read how I did it then you might want to skim over this post and jump into the next one (once I write… READ MORE