Tag: Azure

Azure Function Filters
Azure Function Filters
Blog Posts

This feature would solve the problem of customizing or request pipeline and help common logic to share across Azure functions. If you are a .NET developer, you would have implemented ASP.NET MVC filters in your web application. The Function Filters are way similar to ASP.NET filters. In the following, let us see the various filter types… READ MORE

Azure Sentinel Connector with Palo Alto Firewalls
Azure Sentinel Connector with Palo Alto Firewalls
Blog Posts

In my previous article, I introduced Azure Sentinel basic configuration and different connector options as office 365. Another type of connector will be shown in this article which is the Palo Alto connector. This is one of the rich features of Azure Sentinel by having different connectors to Microsoft as well as another 3rd party solutions. WHY… READ MORE

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

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