PowerShell Script to Update a Cloud Service (Extended Support) Deployment

Overview This post is a continuation of my previous post on Updating a Cloud Service (Extended Support) and Powershell Script to create a new Cloud Services (Extended Support) Deployment. In the previous posts, I covered all the steps necessary to manually update a Cloud Services resource from the Azure Portal as well as create a… Continue reading PowerShell Script to Update a Cloud Service (Extended Support) Deployment

PowerShell Script to create a new Cloud Service (Extended Support) Deployment

As a follow-on to my previous post that covered Creating a Cloud Service (Extended Support) Deployment, this post covers doing the same thing but using a PowerShell script to automate it. To follow along, first, create a Cloud Service project that you can deploy to Azure. You can follow along until just before the heading… Continue reading PowerShell Script to create a new Cloud Service (Extended Support) Deployment

Updating a Cloud Service (Extended Support) Deployment

Overview  This post is a continuation of my previous post where I explained how to Create a Cloud Service (Extended Support) Deployment. In this post, I’ll walk you through the steps to update that deployment using another “swappable” Cloud Service resource. If you do not know how to deploy a Cloud Service (Extended Support) resource… Continue reading Updating a Cloud Service (Extended Support) Deployment

Creating a Cloud Service (Extended Support) Deployment

Overview  Microsoft has announced that Cloud Services (classic) will be retired on 31 August 2024. Their recommendation is to move to a new deployment model based on ARM called Cloud Services (extended support).  While many things remain the same in the new deployment model, there is one notable and major difference – Cloud Service resources… Continue reading Creating a Cloud Service (Extended Support) Deployment

Running a .NET 6 ASP.NET Application on Azure Cloud Services

I have a project where I need to migrate a large and complicated ASP.NET application running on .NET Framework to .NET 6. This migration is further complicated by the fact that the application is currently running in production using Microsoft Azure’s Cloud Services offering. This is an older form of deployment which predates the newer App Service. Unfortunately, Cloud Services does not ship with native .NET… Continue reading Running a .NET 6 ASP.NET Application on Azure Cloud Services