Tag: Azure

Use Azure to Store SQL Server Backups Offsite
Use Azure to Store SQL Server Backups Offsite
Blog Posts

You always think your environment is setup correctly and that you’re able to recover in case of a disaster. You make backups, test your backups, setup DR solutions and in the end test the DR plan (very important). But, is your SQL Server Backups usable? But have you ever considered a situation where all your… READ MORE

Working with Azure Monitor Rest API
Working with Azure Monitor Rest API
Blog Posts

It might be an edge case, or you are creating your own integration. But chances are, after fiddling around with Azure Monitor Rest API, you encounter a situation where you would have work with its API.Personally, I have numerous situations over the last years, that required me to integrate directly with Azure Management APIs In this… READ MORE

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