How to move projects in a Visual Studio Solution to different folders?
I was given a simple task of moving the project folders inside a Visual Studio Solution to a different folder because even though we were using Solution Folders
guest@OMG Debugging:~ ls posts/ --sort=date
Personal notes on code, cloud, and the weird errors that show up at 3 AM.
I was given a simple task of moving the project folders inside a Visual Studio Solution to a different folder because even though we were using Solution Folders
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
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
This is just for myself when I forget in the future... An object returned by the ConvertFrom-JSON usually returns a PSObject but I need a hash table
A blog post on how to run commands inside the actual Web container in Azure Web App for Containers
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
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
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
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
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