Is there a better way to deploy a web application (hosted on IIS windows) to Azure Scaleset using Azure DevOps other than Immutable image? I assume for every deployment if the pipeline needs to create an image it would take too much time to create the image and deploy especially if there is a need to deploy a hot fix.
has any one tried if deployment group works with azure Scaleset?