Azure Unable to start/init Azure Storage Emulator after fresh installation Azure Storage Emulator is an important piece of my developer toolkit and I recently got a new laptop from work and while I was getting it setup, I installed the Azure Storage Emulator from the official download page over here. You could argue why
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 some time and this error literally took few hours of my
Azure OpenSSL Hanging Up When Trying to Convert Certificates on Windows This post is more about me needing this again in the future because I keep on forgetting this from time to time. I was recently trying to convert certificates from PEM format to PFX format so that they could be uploaded to the Azure
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 the disk(s) was disabled. Red Hat says that the benefits
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
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 are powered by Azure REST APIs behind the scenes. The problem
Azure Installing New Relic PHP Agent in Azure Web App for Containers In this post, I would install and then configure New Relic's PHP agent to work with Azure Web App for Containers. The custom container image is based on Debian but
Web App for Containers Setting up Logrotate, Rsyslog, Cron & Anacron in Stateful Azure Web App for Containers I had been trying to set up Cron & Anacron in Azure Web App for Containers (Stateful) for some time. I call them these Web App for Containers as stateful
Articles How to access Website using FTP in Windows In this post, I would be showing how to connect to a website using FTP (File Transfer Protocol) to access/modify the files without using any kind of software on