forked from projectkudu/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Diagnostic Log Stream
suwatch edited this page Nov 28, 2012
·
23 revisions
- Post to the Azure Git Deployment forum on MSDN
- Go to the Kudu room on JabbR
- Ping @davidebbo or @davidfowl on Twitter
If you are using git to push to an Azure Web Site, this is the section you'll care most about.
- The changeset that's currently live in Azure is 94d69abe1cd0bc822635f0b4dc12e459fae4ef04
- Publishing a website with Git (official documentation ftom windowsazure.com)
- Customizing Deployments: choosing which folder or project to deploy to the web site
- Deployment branch: choosing the branch that gets deployed when you push
- Managing settings and secrets: how to modify the values when the app is deployed
- Managing database connections in Azure Web Sites
- Deployment hooks: how to take over the deployment logic for a site
- Accessing files via FTP
- Kudu architecture
- REST API
- Enabling continuous deployment from Github, Codeplex and Bitbucket
- File structure on Azure
- Understanding deployment credentials
- How Kudu deploys sites
Read this is you are interested in contributing to Kudu
- Getting Started
- Blog post: Developing Kudu locally and on Azure
- Project Structure
- Running Tests
- Git workflow for contributors
- Coding Guidelines We use the coding guidelines used by AspNetWebStack