azure

2023: Top SRE Tools

Introduction Source: UnSplash When choosing new tools for your Site Reliability Engineering needs, there are several factors you will need to consider, which will define your IT operations. In this article, I tell you about the most popular and sought-out tools that Site Reliability …

How I Passed the Azure Developer Associate Certification Exam

If you are looking at writing your Azure Developer Associate exam, and gaining the Azure Developer Certification, then this guide right here should come in really handy. Getting Started In this guide, I will be telling you how I studied for, and passed, my Azure Developer Associate certification …

Manipulating GitHub Wiki Data With Azure Functions

Image: Daily Host News' blog This article is part of #ServerlessSeptember. You’ll find other helpful articles, detailed tutorials, and videos in this all-things-Serverless content collection. New articles from community members and cloud advocates are published every week from Monday to …

A Definitive Introduction to DevOps and the Azure DevOps Suite

Preface: This article would get you to know exactly what DevOps is, guide you through a real-world application of DevOps, get you in sync with Azure Cloud DevOps practices with a step-by-step guide, and finally walk you through the process of creating an Azure DevOps organization account on the …

Azure Front Door: An Overview

This is a gentle brief of the Azure Front Door service offering from Microsoft Azure. Azure Front Door, as the appellation implies, serves as a tunnel that routes connection to your backend networks scalably. The service isn’t really for everyone, as it’s mostly useful for large …

The Proven Way to Become a Cloud Engineer in 2022!

Yeah right! It’s 2022, and the first month of the new year (and the year 2022) is running to an end already. “Why not dive right into cloud computing?" - Yes, I know what you’ve been thinking :wink: As it stands, cloud computing is the hottest skill to have, right after …

FIXED: Azure - Resource provider not registered for the subscription

The Problem If you have been following any tutorial around creating bots on Azure, and you hit the weird roadblock that tells you; Resource provider Microsoft.BotService not registered for the subscription Fret not, ‘cause you have just stumbled on the fix! The Solution Now, let us walk …

What is serverless? A Gentle Introduction to Azure Functions (Part 3)

Source: Daily Host News' blog This is the third part of my series on an introduction to serverless computing and Azure Functions. In this part, I would be walking you through how to create and setup a webhook on GitHub, connect this webhook with our newly created API (we would be making changes to …