A Guide to Configuring Ping URL Tests and Health Checks with Azure Monitor Application Insights.Jan 24, 2024·6 min read
Migrating Terraform State to Remote State in TerraformIntroduction In this blog, we will learn how to import Azure resources into Terraform state, view objects in Terraform state, and migrate your state to Terraform Cloud. Before we dive deep, lets understand some important concept about Terraform Migra...Jun 15, 2024·5 min read
From Visual Studio to Azure Functions: A Comprehensive Guide to Creating a Function App Calculator, Publishing to Azure Portal, and Pushing to GitHubJul 15, 2023·7 min read
A Guide to the Creation of a Consumption workflow in Azure Logic AppsIn this blog post, we will learn how to create an automated workflow that integrates two services, an RSS feed for New York Times website and an email account. Before we begin let's take a quick look at Serverless in Azure, Azure Function App Vs. Log...Jul 14, 2023·5 min read
A Detailed List of Common Commands in LinuxA) sudo su The "sudo su" command is used to gain privileges and switch to the root user. You are then prompted to input your password, thereafter you are in. B) apt update This command ensures that your system has the latest information about availa...Jun 30, 2023·4 min read
How to Create a Linux Virtual Machine in 2minutes Using Custom TemplateIntroduction When it comes to deploying and managing infrastructure in the cloud, Azure offers a tool called custom templates. These templates act as blueprints, enabling you to define and automate the creation of your Azure resources. Deploying reso...Jun 29, 2023·4 min read
A Guide To Creating A Web APP Using Azure CLIIn this blog post, we will dive into the world of Azure CLI and create a web application. But that's not all—we'll take it a step further with the creation of deployment slots for our Web Application within the Azure App Service. Join me as we unlock...Jun 22, 2023·5 min read
How to Create an Index File in GitBash and Push it to GitHubIn this interesting guide, I'll take you on a step-by-step journey to master the art of creating index files using GitBash – a command-line interface. I'll also walk you through the process of pushing your index files to GitHub, the world's largest c...Jun 22, 2023·4 min read
How to Capture a VM Image, Store in a Compute Gallery and Create a Virtual Machine Scale SetIn this blog post, I will guide you through the process of capturing a virtual machine and transforming it into an image. We will then explore the steps to save this image in the compute gallery, which we previously established in my blog post A Revi...Jun 17, 2023·5 min read