Skip to content

Commit 8c2e7ba

Browse files
author
Mangesh Sangapu
committed
Minor updates
1 parent 4314ba7 commit 8c2e7ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/azure-websites-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ms.author: jroth
3636
<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.
3737
<sup>3</sup>Dedicated instances can be of different sizes. For more information, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
3838
<sup>4</sup>More are allowed upon request.
39-
<sup>5</sup>The storage limit is the total content size across all apps in the same App Service plan.
39+
<sup>5</sup>The storage limit is the total content size across all apps in the same App service plan. The total content size of all apps across all App service plans in a single resource group and region cannot exceed 500GB.
4040
<sup>6</sup>These resources are constrained by physical resources on the dedicated instances (the instance size and the number of instances).
4141
<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. For Standard tier and above, there are no theoretical limits to web sockets, but other factors can limit the number of web sockets. For example, maximum concurrent requests allowed (defined by `maxConcurrentRequestsPerCpu`) are: 7,500 per small VM, 15,000 per medium VM (7,500 x 2 cores), and 75,000 per large VM (18,750 x 4 cores).
4242
<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's no predefined limit on the number of WebJobs that can run in an App Service instance. There are practical limits that depend on what the application code is trying to do.

includes/get-client-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Alternatively go to the [Azure Storage PHP Client Library][php-sdk-github] on Gi
2626

2727
[php-sdk-github]: https://github.com/Azure/azure-storage-php
2828
[install-git]: http://git-scm.com/book/en/Getting-Started-Installing-Git
29-
[download-SDK-PHP]: ../articles/php-download-sdk.md
29+
[download-SDK-PHP]: https://github.com/Azure/azure-sdk-for-php
3030
[composer-phar]: http://getcomposer.org/composer.phar

0 commit comments

Comments
 (0)