Skip to content

Commit 6810b2d

Browse files
authored
Merge pull request #58099 from msangapu/AppSvcLimits
Added App Service Certificates. Removed ASE v1 link in footnote #5.
2 parents a9fd360 + ac05d44 commit 6810b2d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

includes/azure-websites-limits.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
| Application architecture |32-bit |32-bit |32-bit/64-bit |32-bit/64-bit |32-bit/64-bit |32-bit/64-bit |
1313
| Web Sockets per instance<sup>7</sup> |5 |35 |350 |Unlimited |Unlimited |Unlimited |
1414
| Concurrent [debugger connections](../articles/app-service/web-sites-dotnet-troubleshoot-visual-studio.md) per application |1 |1 |1 |5 |5 |5 |
15+
| App Service Certificates per Subscription<sup>10</sup>| Not supported | Not supported |10 |10 |10 |10 |
16+
| Custom domains per app</a> |0 (azurewebsites.net subdomain only)|500 |500 |500 |500 |500 |
1517
| Custom domain [SSL support](../articles/app-service/app-service-web-tutorial-custom-ssl.md) |Not supported. Wildcard certificate for *.azurewebsites.net available by default.|Not supported. Wildcard certificate for *.azurewebsites.net available by default.|Unlimited SNI SSL connections |Unlimited SNI SSL and 1 IP SSL connections included |Unlimited SNI SSL and 1 IP SSL connections included | Unlimited SNI SSL and 1 IP SSL connections included|
1618
| Integrated Load Balancer | |X |X |X |X |X<sup>9</sup> |
1719
| [Always On](../articles/app-service/web-sites-configure.md) | | |X |X |X |X |
@@ -21,16 +23,15 @@
2123
| [Azure Scheduler](https://azure.microsoft.com/services/scheduler/) support | |X |X |X |X |X |
2224
| [Endpoint monitoring](../articles/app-service/web-sites-monitor.md) | | |X |X |X |X |
2325
| [Staging Slots](../articles/app-service/web-sites-staged-publishing.md) | | | |5 |20 |20 |
24-
| Custom domains per app</a> |0 (azurewebsites.net subdomain only)|500 |500 |500 |500 |500 |
25-
| SLA | | |99.9% |99.95%|99.95%|99.95%|
26+
| SLA | | |99.9% |99.95%|99.95%|99.95%|
2627

27-
<sup>1</sup>Apps and storage quotas are per App Service plan unless noted otherwise.
28-
<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.
29-
<sup>3</sup>Dedicated instances can be of different sizes. See [App Service Pricing](https://azure.microsoft.com/pricing/details/app-service/) for more details.
30-
<sup>4</sup>More allowed upon request.
31-
<sup>5</sup>The storage limit is the total content size across all apps in the
32-
same App Service plan. More storage options are available in [App Service Environment](../articles/app-service/environment/app-service-web-configure-an-app-service-environment.md#storage)
33-
<sup>6</sup>These resources are constrained by physical resources on the dedicated instances (the instance size and the number of instances).
34-
<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.
35-
<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.
36-
<sup>9</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.
28+
<sup>1</sup> Apps and storage quotas are per App Service plan unless noted otherwise.
29+
<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.
30+
<sup>3</sup> Dedicated instances can be of different sizes. See [App Service Pricing](https://azure.microsoft.com/pricing/details/app-service/) for more details.
31+
<sup>4</sup> More allowed upon request.
32+
<sup>5</sup> The storage limit is the total content size across all apps in the same App Service plan.
33+
<sup>6</sup> These resources are constrained by physical resources on the dedicated instances (the instance size and the number of instances).
34+
<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.
35+
<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.
36+
<sup>9</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.
37+
<sup>10</sup> The App Service Certificate quota limit per subscription can be increased via a support request to a maximum limit of 200.

0 commit comments

Comments
 (0)