Simple WebSite Extension
This demontrates how to enable simple website extension.
- Clone this repository.
- Run
build.cmd. This will zip the extension files inartifacts\Release\zipfolder. - Copy
Deployment Trigger Urlfrom Azure portal for your website (in CONFIGURE TAB). - Upload extension to your website by
artifacts\Release\zip\DeployExtension.cmd "<deploy-trigger-url>". - Restart your site. You may use Portal to do so.
- You can now access this simple extension via
<scm-url>/simple.
That's it.