Skip to content

Setting up the environment for IIS Web App extension

Vladyslav Horbachov edited this page May 28, 2024 · 6 revisions

Overview

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

Configuration Components

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).

WinRM diagram drawio

Clone this wiki locally