How to run Console Applications on Azure Pipelines

Learn how to run console apps on Azure DevOps without hosting! I came across multiple similar questions on StackOverflow for running a Console Application on Microsoft Azure. Answers mostly suggesting running the console app on WebJobs. Here I’m sharing another way of running console apps on Microsoft Azure DevOps, with Azure Pipelines. [Azure]: Run your … Read more

ssh: connect to host x.x.x.x port 22: Connection timed out

aah-connection-timeout-port-22

Did you just change some network configuration on your Ubuntu virtual machine and now you’re not able to connect? Here’s how you can fix the ssh connection. how to fix – ssh: connect to host x.x.x.x port 22: Connection timed out Background I spinned up an Ubuntu (18.04.3 LTS, Bionic Beaver) virtual machine on Azure … Read more

HTTP Error 500.0 – ANCM In-Process Handler Load Failure

With ASP.NET Core 2.2 support added to Azure Web Apps – it’s a bit tricky to host multiple applications using Virtual Directories. If you just publish your web apps using Visual Studio on different virtual, directories – not more than one will work at the time I’m writing this. You need to make certain changes … Read more

Azure DevOps

Azure DevOps

Azure DevOps is a suite of services for Managing, collaborating, building and deploying code. Azure DevOps Organizations are the starting point for Azure DevOps. You need a Microsoft account to sign-in. If you do not have one – sign up for a free account. Organizations are free up to 5 team members. An Organization can … Read more