-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Site Extension for Azure Web Apps #112
Comments
Sample Project: https://github.com/projectkudu/FileCounterSiteExtension |
Is Kudu a host program that lives within Azure and loads extensions? Or did you just use it as template code? |
This is Kudu that runs all the extensions. I found out that this will only work for sites that deploy using Git (which makes sense). Next we need to have the Web app read off the local repository. |
To deploy to an Azure website as an extension you currently need to:
Publishing: creates directory in /SiteExtension/PublishProfiles/... |
I have just confirmed that we can read the Git repository from the web app. I just need some help wiring up this directory as being the source directory! |
Does every website/web app have a git repository? I will run try tomorrow morning on my website. |
Check out |
Kudu Site Extensions: https://github.com/projectkudu/kudu/wiki/Azure-Site-Extensions
The text was updated successfully, but these errors were encountered: