Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Getting Started with Git and Azure DevOps: The Ultimate Guide
Getting Started with Git and Azure DevOps: The Ultimate Guide
Blog Posts

According to the State of DevOps 2019, best practice use of version control is one of the foundations for improving Software Delivery and Operational (SDO) Performance. In this first part of a three part guide, you’ll be working with Git and Azure DevOps to setup a repository which you’ll use for source control. Source control, also… READ MORE

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