Skip to content

Commit

Permalink
Updating Azure limits
Browse files Browse the repository at this point in the history
  • Loading branch information
erhopf committed Jul 31, 2019
1 parent 577723b commit 3ad4abd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion articles/azure-subscription-service-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ In the following list of limits, a new table reflects any differences in limits
* [Automation](#automation-limits)
* [Azure Cache for Redis](#azure-cache-for-redis-limits)
* [Azure Cloud Services](#azure-cloud-services-limits)
* [Azure Cognitive Services](#azure-cognitive-services-limits)
* [Azure Cosmos DB](#azure-cosmos-db-limits)
* [Azure Database for MySQL](#azure-database-for-mysql)
* [Azure Database for PostgreSQL](#azure-database-for-postgresql)
Expand Down Expand Up @@ -181,7 +182,7 @@ The following table applies to v1, v2, Standard, and WAF SKUs unless otherwise s

For more information on storage account limits, see [Azure Storage scalability and performance targets](storage/common/storage-scalability-targets.md).

#### Storage resource provider limits
#### Storage resource provider limits

[!INCLUDE [azure-storage-limits-azure-resource-manager](../includes/azure-storage-limits-azure-resource-manager.md)]

Expand Down Expand Up @@ -221,6 +222,9 @@ For more information, see [Virtual machine sizes](virtual-machines/linux/sizes.m
### Azure Cloud Services limits
[!INCLUDE [azure-cloud-services-limits](../includes/azure-cloud-services-limits.md)]

### Azure Cognitive Services limits
[!INCLUDE [azure-cloud-services-limits](../includes/azure-cognitive-services-limits.md)]

### App Service limits
The following App Service limits include limits for Web Apps, Mobile Apps, and API Apps.

Expand Down
14 changes: 14 additions & 0 deletions includes/azure-cognitive-services-limits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
author: erhopf
ms.service: cognitive-services
ms.topic: include
ms.date: 07/30/2019
ms.author: erhopf
---

The following limits are for the number of Cognitive Services resources per Azure subscription. Each of the Cognitive Services may have additional limitations, for more information see [Azure Cognitive Services](https://docs.microsoft.com/azure/cognitive-services/).

| Type | Limit | Example |
|------|-------|---------|
| A mixture of Cognitive Services resources | Maximum of 200 total Cognitive Services resources. | 100 Computer Vision resources in West US 2, 50 Speech Service resources in West US, and 50 Text Analytics resources in East US. |
| A single type of Cognitive Services resources. | Maximum of 100 resources per region, with a maximum of 200 total Cognitive Services resources. | 100 Computer Vision resources in West US 2, and 100 Computer Vision resources in East US. |

0 comments on commit 3ad4abd

Please sign in to comment.