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
One of the keys to diagnose the issues is to look at the trace files. Kudu service as well as its application write traces to Logfiles folder (see File structure on Azure). Logstream endpoint (/logstream) enables developers to view live traces as they happen in the system allowing the real-time diagnostics.
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