This post will show you how to use PowerShell on a Windows Server 2019 machine to enable IIS site redirect.
IIS
Use Azure Pipelines to Deploy IIS Server
The following blog post will show you an Azure Pipeline that deploys an application to an IIS Website hosted on a virtual machine.
How To Run ASP.NET 5 Websites On IIS Server
ASP.NET 5 (formally Core) is the latest release of the ASP.NET web development framework by Microsoft. ASP.NET 5 is cross-platform, which means it can be run on any operating system with support for .NET frameworks, unlike previous versions that were only available for Windows operating systems.
Stop IIS Website With PowerShell
Administrators can use PowerShell to stop IIS websites on Windows Server machines. This is much faster than using IIS Manager, which takes longer for the website to completely close down.