Project Structure
davidfowl edited this page Dec 21, 2011
·
2 revisions
Pages 74
- Home
- Accessing files via ftp
- Accessing the kudu service
- Admin site
- Analyzing a git client trace
- Anatomy of a git request
- App Service Editor
- Azure runtime environment
- Azure Site Extensions
- Azure Web App sandbox
- Azure Web Sites Development Stacks
- Blog posts and screencasts
- Configurable settings
- Continuous deployment
- Contributing
- Cool user tweets
- Cool WebJobs tweets
- Custom Deployment Script
- Customizing deployments
- Deploy locally built private kudu to azure
- Deploying from GitHub
- Deploying inplace and without repository
- Deploying Perl apps
- Deploying to a server
- Deployment
- Deployment branch
- Deployment credentials
- Deployment Environment
- Deployment hooks
- Deployment Logic Flow
- Deployment vs runtime issues
- Diagnostic Log Stream
- File structure on azure
- Full stopping a Web App
- Functions API
- Getting started
- Git workflow
- Information about other Azure Web Apps features
- Investigating continuous deployment
- Investigating issues
- Investigating msdeploy ARM failures
- Isolating WebJobs and Deployment script issues
- Known issues
- Kudu architecture
- Kudu console
- Kudu deployment configuration prototype
- Kudu deployment script .cmd
- Make sure all your files are committed
- Make sure site correctly deploys locally
- Managing settings and secrets
- Manually triggering a deployment
- MySQL in app (preview)
- Post Deployment Action Hooks
- Process list and minidump
- Process Threads list and minidump gcdump diagsession
- Project governance model
- Project Structure
- Reporting WebJobs issues
- Reporting your site name without posting it publicly
- REST API
- Running tests
- Setting up a VSTS account so it can deploy to a Web App
- Test your ASP.NET Core repo locally
- Troubleshooting Node errors
- Troubleshooting PHP errors
- Understanding site swaps
- Using a custom web.config for Node apps
- Using a git repo to report an issue
- Version history
- VSTS vs Kudu deployments
- Web hooks
- WebJobs
- WebJobs API
- Xdt transform samples
- Show 59 more pages…
Clone this wiki locally
Kudu Project Structure
- Kudu.Client - Client APIs for Kudu web services
- Kudu.Core - Core Kudu API. Includes source control management, deployment management etc.
- Kudu.Contracts - Interfaces that Kudu.Client and Kudu.Core share.
- Kudu.SiteManagement - IIS Site management layer (CRUD operations for IIS sites).
- Kudu.Web - Front end to manage Kudu site (UI etc)
- Kudu.Services - Kudu's web service layer. Exposes services like deployment, editing and source control management over http.
- Kudu.Services.Web - The host project for the Kudu.Services.
- Kudu.Setup - Builds an msi for Kudu.Services.Web.