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.

Azure VNet Peering VS VNet Gateways
Azure VNet Peering VS VNet Gateways
Blog Posts

A virtual network is nothing but, like On-premises network which we use switches and routers to communicate with servers and clients as same as Azure VNet is also used for communicating with azure resources. (Virtual Machine, Databases, etc.) Before we start you have to know more about the vNet and the Subnet and how it… 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

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE

Set the Default Branch on your Azure DevOps Repos
Set the Default Branch on your Azure DevOps Repos
Blog Posts

Lets talk Azure DevOps Repos! Introduction « Breaking News » the Git project has decided to use as default branch main instead of master. As very well described in the following article, Microsoft has set on november 2020 the default branch of all new Azure DevOps Repos to be main instead of master. “Microsoft is joining the Git project (statement, code change) and multiple vendors including… READ MORE

Release Notes with Azure Functions and Azure DevOps
Release Notes with Azure Functions and Azure DevOps
Blog Posts

Introduction It does not matter what kind of project you run, there is always nice to have release notes. Collection of implemented user stories, features, and solved bugs. Of course, after each release, we can write these release notes manually but there is a better way to automate this process. In one of the projects… READ MORE