Tag: Azure

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

Azure Administrator Questions and Answers
Azure Administrator Questions and Answers
Ebooks

Are you preparing yourself for Azure Administrator interview? You are at right place. Microsoft Azure Administrator Interview Questions & Answers book is best suited for beginners and professionals. It is intended for anyone who is looking to make a career in Azure as Administrator. This book covers the mainly following topics along with their case… READ MORE

Setting Up Azure Key Vault with an Azure Website (Web API)
Setting Up Azure Key Vault with an Azure Website (Web API)
Blog Posts

Series: 1. Securing React App with Azure AD  2. Setting Up Azure Key Vault with an Azure Website (Web API) *this post 3. Leveraging Office Pnp Core to run multi tenant specific operations (Create modern site, etc) 4. Creating communication sites templates and applying them to new sites in different tenants. As you know from my previous post, I need… READ MORE