Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepfeiffer/iis-webdeploy
ARM Template for IIS+Web Deploy
https://github.com/mikepfeiffer/iis-webdeploy
Last synced: 3 months ago
JSON representation
ARM Template for IIS+Web Deploy
- Host: GitHub
- URL: https://github.com/mikepfeiffer/iis-webdeploy
- Owner: mikepfeiffer
- License: apache-2.0
- Created: 2017-03-13T20:37:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T17:26:30.000Z (about 4 years ago)
- Last Synced: 2024-05-28T02:22:37.157Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 282 KB
- Stars: 14
- Watchers: 5
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mikepfeiffer/iis-webdeploy - ARM Template for IIS+Web Deploy (PowerShell)
README
# Azure ARM Template for IIS and Web Deploy
This resource manager template deploys an IIS server running on an Azure VM. The VM is bootstrapped with a PowerShell DSC configuration located in this repo. The DSC config will install and configure IIS, ASP.NET, and create a default website. Additionally, the DSC config installs and configures the Web Deploy service so you can easily deploy code to the server from Visual Studio.