---
title: "How to Monitor Azure App Services Advanced Installation"
slug: "azure-installation-manually-configure-app-services-site-extension"
description: "Integrate Retrace agent for .NET on shared IIS config. Install StackifyHttpModule manually via NuGet, update web.config & redeploy for accurate monitoring."
updated: 2018-08-21T18:46:06Z
published: 2018-08-21T18:46:07Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manually Install App Service Site Extension

The easiest way to install Retrace for Azure App Services is via the Site Extension. This guide describes how to do it all manually and it is not recommended if you can use the Site Extension.

## Create folder path for the site extension

D:\home\SiteExtensions\Stackify.AzureWebApps Do not put any files in the site extension folder.

## Create folder path for WebJob

D:\home\site\wwwroot\App_Data\jobs\continuous\StackifyWebJob Save the two files attached to this article in that folder:

- [WebJobsync.exe](https://prefix.blob.core.windows.net/webjob/WebJobSync.exe)
- [run.ps1](https://prefix.blob.core.windows.net/webjob/run.ps1)

These two steps will install the webjob. The webjob will install the applicationHost config transform in the site extension folder, Stackify HTTP Module, and the actual Stackify monitoring agent to D:\local\Stackify\StackifyWebJob
