forked from projectkudu/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
amitapl edited this page Oct 17, 2012
·
103 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 2d7d44422e8af6ab0041ec267fcee33e75cafa25
- 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
- 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
- Coding Guidelines We use the coding guidelines used by AspNetWebStack