You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/azure-websites-limits.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
|[App Service plan](../articles/app-service/azure-web-sites-web-hosting-plans-in-depth-overview.md)|1 per region |10 per resource group |100 per resource group |100 per resource group |100 per resource group |***|
5
5
| Compute instance type |Shared |Shared |Dedicated<sup>3</sup> |Dedicated<sup>3</sup> |Dedicated<sup>3</sup></p> |Dedicated<sup>3</sup>|
| CPU time (5 min)<sup>6</sup> |3 minutes |3 minutes |Unlimited, pay at standard [rates](https://azure.microsoft.com/pricing/details/app-service/)</a> |Unlimited, pay at standard rates |Unlimited, pay at standard rates |Unlimited, pay at standard rates|
9
9
| CPU time (day)<sup>6</sup> |60 minutes |240 minutes |Unlimited, pay at standard [rates](https://azure.microsoft.com/pricing/details/app-service/)</a> |Unlimited, pay at standard rates |Unlimited, pay at standard rates |Unlimited, pay at standard rates |
10
10
| Memory (1 hour) |1024 MB per App Service plan |1024 MB per app |N/A |N/A |N/A |N/A |
|[azurewebsites.net subdomain with FTP/S and SSL](../articles/app-service/app-service-web-tutorial-custom-ssl.md)|X |X |X |X |X |X |
16
16
|[Custom domain](../articles/app-service/app-service-web-tutorial-custom-domain.md) support ||X |X |X |X |X |
17
-
| Custom domain [SSL support](../articles/app-service/app-service-web-tutorial-custom-ssl.md)|||Unlimited SNI SSL connections |Unlimited SNI SSL and 1 IP SSL connections included |Unlimited SNI SSL and 1 IP SSL connections included |***|
18
-
| Integrated Load Balancer ||X |X |X |X |***|
17
+
| Custom domain [SSL support](../articles/app-service/app-service-web-tutorial-custom-ssl.md)|||Unlimited SNI SSL connections |Unlimited SNI SSL and 1 IP SSL connections included |Unlimited SNI SSL and 1 IP SSL connections included ||
|[Scheduled Backups](../articles/app-service/web-sites-backup.md)|||| Scheduled backups every 2 hours, a max of 12 backups per day (manual + scheduled) | Scheduled backups every hour, a max of 50 backups per day (manual + scheduled) |***|
20
+
|[Scheduled Backups](../articles/app-service/web-sites-backup.md)|||| Scheduled backups every 2 hours, a max of 12 backups per day (manual + scheduled) | Scheduled backups every hour, a max of 50 backups per day (manual + scheduled) ||
<sup>1</sup>Apps and storage quotas are per App Service plan unless noted otherwise.
30
30
<sup>2</sup>The 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.
@@ -36,4 +36,4 @@ same App Service plan. More storage options are available in [App Service Enviro
36
36
<sup>7</sup>If you scale an app in the Basic tier to two instances, you have 350 concurrent connections for each of the two instances.
37
37
<sup>8</sup>Run 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.
38
38
<sup>9</sup>SLA of 99.95% provided for deployments that use multiple instances with Azure Traffic Manager configured for failover.
39
-
39
+
<sup>10</sup>App Service Isolated SKUs have the ability to be internally load balanced (ILB) with Azure Load Balancer, which means no public connectivity from the internet. As a result, some features of an ILB Isolated App Service must be used from machines that have direct access to the ILB network endpoint.
0 commit comments