-
Notifications
You must be signed in to change notification settings - Fork 419
Setting up the environment for IIS Web App extension
Vladyslav Horbachov edited this page May 28, 2024
·
6 revisions
This guide provides detailed instructions on setting up a testing environment for Azure DevOps extensions IIS Web App Deployment Using WinRM.
The environment setup is described in two scenarios: Manual and Automatic
This testing infrastructure involves setting up two primary virtual machines:
Build Agent VM: This machine acts as the job agent for Azure DevOps, handling build and deployment tasks.
IIS Server VM: This server hosts the Internet Information Services (IIS) for deploying and serving the web application.
Both VMs should be configured within the same Virtual Network (VNET).