diff --git a/articles/azure-subscription-service-limits.md b/articles/azure-subscription-service-limits.md index d62f2b702dc00..1d5788caf0e87 100644 --- a/articles/azure-subscription-service-limits.md +++ b/articles/azure-subscription-service-limits.md @@ -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) @@ -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)] @@ -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. diff --git a/includes/azure-cognitive-services-limits.md b/includes/azure-cognitive-services-limits.md new file mode 100644 index 0000000000000..b7fd33b15c998 --- /dev/null +++ b/includes/azure-cognitive-services-limits.md @@ -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. |