az-400 Preparing for Microsoft Azure DevOps Solutions (AZ-400) In this post, I have posted the material which I used to prepare for AZ-400 (Microsoft Azure Devops Solutions) exam.
Azure Solving Azure Functions - "cannot find function:" with Event Grid Trigger Well well well... 2 posts in 1 day! (Pats myself on back...) I have been trying to automate the provisioning and deployments of Azure Functions using ARM Templates & PowerShell scripts for quite
Azure Running commands inside actual Web Container in Azure Web App for Containers A blog post on how to run commands inside the actual Web container in Azure Web App for Containers
red hat How to check if Write Barriers have been enabled/disabled while mounting a disk in Linux Some time back, I had to work with Red Hat Enterprise Linux 6.9 and as per Microsoft's documents on optimization for Linux Virtual Machines, I had to ensure that Write Barriers on
Azure How To Export Environment Variables in Azure Web App for Containers Azure Web App for Containers is a nice offering from Microsoft Azure where you could have a custom Docker image running your Web App. This is particularly beneficial when you need to run
Azure Making HTTP Requests on Azure REST API using Azure PowerShell All of the operations which you perform on Microsoft Azure are backed by a robust set of APIs. Be it accessing resources via the Portal or invoking commandlets from Azure Powershell modules, all