Azure DevOps Extensions IIS Web App Secure

Azure DevOps Extensions are add-ons that can be used to customize and extend your DevOps experience with Azure DevOps Server and Azure Devops Online.
They are written with standard technologies - Markup, Typscript, Powershell.

IIS Web App Secure Task

IIS Web App Secure contains 1 task that apply security settings on an IIS server in the Azure Devops Release Pipeline.

When we use the standard out of the box IIS web app deploy tasks default security is again applied on all files / directories based on the root folder in which the app is deployed.

IIS Web App Secure is a custom task based on msdeploy to apply specific security to your needs to apply custom seucrity on a file or folder of your choosing after the deploy.
Should the need arrise to apply more than 1 security setting, this task can be reapplied multiple times.
This is a task that is run during the deploy process.

IIS Web app Secure Details:


For more details on how to install and configure this extension click here.