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.

Power Up your Automation with Azure Functions and PowerShell
Power Up your Automation with Azure Functions and PowerShell
Webinars

Azure PowerShell functions are a great option for all your Azure administration, event driven scripts and interaction with data in storage accounts or databases. But how do you use them? In this talk, We will take a look at the possibilities, structures and connections with some real-world examples as our guide. After that, let’s see… READ MORE

Why you should be using Azure Sentinel as an MSSP
Why you should be using Azure Sentinel as an MSSP
Blog Posts

If you have been following me on Twitter or my blog, it’s no secret that I absolutely love Azure Sentinel. It’s on the fastest moving product within the Microsoft Security stack and provides some awesome capabilities. But unfortunately, a lot of people seem to be afraid of it. When you start talking about a ‘SIEM’… READ MORE

Configure a Backup for your Azure App Service
Configure a Backup for your Azure App Service
Blog Posts

The Backup feature in Azure App Service allows us to easily create app backups manually or on a schedule. You can restore the app to a snapshot of a previous state by overwriting the existing app or restoring to another app. Refer the below steps to schedule your backup: 1. Go to your App service… READ MORE

The fastest way to get started with Microsoft Azure
The fastest way to get started with Microsoft Azure
Blog Posts

Microsoft Azure is multiplying and updating very frequently with several new services. You can see releases of new Azure services very often. Old Azure services are getting updated with new features. And, many services are moving from public preview to general availability, and there are a lot more. Sometimes, this information is overwhelming when you are just getting… READ MORE

Azure Functions out-of-process and authentication with Azure AD
Azure Functions out-of-process and authentication with Azure AD
Blog Posts

Last year I managed to get Microsoft.Identity.Web running with Azure Functions. During the time, Microsoft released a new model for hosting Functions on .NET called out-of-process . This is used to run Functions in .NET 5.0, will be available with 6.0 and will be the only model available since .NET 7.0 as per roadmap. The out-of-process model comes with… READ MORE