This demontrates how to write and deploy a simple website extension.
- Clone this repository.
- Run
build.cmd
. This will zip the extension files inartifacts\Release\zip
folder. - Copy
Deployment Trigger Url
from Azure portal for your website (in CONFIGURE TAB when you have git enabled). - 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>/filecounter
.
- Clone this repository.
- Run
build.cmd
. You'll get a nupkg file under artifacts\Release