Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 5.46 KB

azure-websites-limits.md

File metadata and controls

41 lines (39 loc) · 5.46 KB
Resource Free Shared (Preview) Basic Standard Premium (Preview)
Web, mobile, or API apps per App Service plan1 10 100 Unlimited2 Unlimited2 Unlimited2
Logic apps per App Service plan1 10 10 10 20 per core 20 per core
App Service plan 1 per region 10 per resource group 100 per resource group 100 per resource group 100 per resource group
Compute instance type Shared Shared Dedicated3 Dedicated3 Dedicated3

Scale-Out (max instances) 1 shared 1 shared 3 dedicated3 10 dedicated3 20 dedicated (50 in ASE)3,4
Storage5 1 GB5 1 GB5 10 GB5 50 GB5 500 GB4,5

CPU time (5 min)6 3 minutes 3 minutes Unlimited, pay at standard rates Unlimited, pay at standard rates Unlimited, pay at standard rates
CPU time (day)6 60 minutes 240 minutes Unlimited, pay at standard rates Unlimited, pay at standard rates Unlimited, pay at standard rates
Memory (1 hour) 1024 MB per App Service plan 1024 MB per app N/A N/A N/A
Bandwidth 165 MB Unlimited, data transfer rates apply Unlimited, data transfer rates apply Unlimited, data transfer rates apply Unlimited, data transfer rates apply
Application architecture 32-bit 32-bit 32-bit/64-bit 32-bit/64-bit 32-bit/64-bit
Web Sockets per instance7 5 35 350 Unlimited Unlimited
Concurrent debugger connections per application 1 1 1 5 5
azurewebsites.net subdomain with FTP/S and SSL X X X X X
Custom domain support X X X X
Custom domain SSL support Unlimited Unlimited, 5 SNI SSL and 1 IP SSL connections included Unlimited, 5 SNI SSL and 1 IP SSL connections included
Integrated Load Balancer X X X X
Always On X X X
Scheduled Backups Once per day Once every 5 minutes8
Auto Scale X X X
WebJobs9 X X X X X
Azure Scheduler support X X X X
Endpoint monitoring X X X
Staging Slots 5 20
Custom domains per app 500 500 500 500
SLA

99.9% 99.95%10 99.95%10

1Apps and storage quotas are per App Service plan unless noted otherwise.
2The actual number of apps that you can host on these machines depends on the activity of the apps, the size of the machine instances, and the corresponding resource utilization.
3Dedicated instances can be of different sizes. See App Service Pricing for more details.
4Premium tier allows up to 50 computes instances (subject to availability) and 500 GB of disk space when using App Service Environments, and 20 compute instances and 250 GB storage otherwise.
5The storage limit is the total content size across all apps in the same App Service plan. More storage options are available in App Service Environment
6These resources are constrained by physical resources on the dedicated instances (the instance size and the number of instances).
7If you scale an app in the Basic tier to two instances, you have 350 concurrent connections for each of the two instances.
8Premium tier allows backup intervals down up to every 5 minutes when using App Service Environments, and 50 times per day otherwise.
9Run custom executables and/or scripts on demand, on a schedule, or continuously as a background task within your App Service instance. Always On is required for continuous WebJobs execution. Azure Scheduler Free or Standard is required for scheduled WebJobs. There is no predefined limit on the number of WebJobs that can run in an App Service instance, but there are practical limits that depend on what the application code is trying to do.
10SLA of 99.95% provided for deployments that use multiple instances with Azure Traffic Manager configured for failover.