Skip to content

Commit 5db8b5d

Browse files
authored
Merge pull request #112178 from tfitzmac/0421limits
added key vault with private link limits
2 parents 56d833c + 3f2ffbf commit 5db8b5d

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure subscription limits and quotas
33
description: Provides a list of common Azure subscription and service limits, quotas, and constraints. This article includes information on how to increase limits along with maximum values.
44
ms.topic: conceptual
5-
ms.date: 04/03/2020
5+
ms.date: 04/21/2020
66
---
77

88
# Azure subscription and service limits, quotas, and constraints

includes/key-vault-limits.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
author: rothja
33
ms.service: cost-management-billing
44
ms.topic: include
5-
ms.date: 11/09/2018
5+
ms.date: 04/21/2020
66
ms.author: jroth
77
---
88

9-
#### Key transactions (maximum transactions allowed in 10 seconds, per vault per region<sup>1</sup>):
9+
### Key transactions (maximum transactions allowed in 10 seconds, per vault per region<sup>1</sup>):
1010

1111
|Key type|HSM key<br>CREATE key|HSM key<br>All other transactions|Software key<br>CREATE key|Software key<br>All other transactions|
1212
|:---|---:|---:|---:|---:|
@@ -29,11 +29,19 @@ ms.author: jroth
2929
> - 125 RSA 4,096-bit HSM-key GET transactions
3030
> - 124 RSA 4,096-bit HSM-key GET transactions and 8 RSA 2,048-bit HSM-key GET transactions
3131
32-
#### Secrets, managed storage account keys, and vault transactions:
32+
### Secrets, managed storage account keys, and vault transactions:
33+
3334
| Transactions type | Maximum transactions allowed in 10 seconds, per vault per region<sup>1</sup> |
3435
| --- | --- |
3536
| All transactions |2,000 |
3637

3738
For information on how to handle throttling when these limits are exceeded, see [Azure Key Vault throttling guidance](../articles/key-vault/key-vault-ovw-throttling.md).
3839

3940
<sup>1</sup> A subscription-wide limit for all transaction types is five times per key vault limit. For example, HSM-other transactions per subscription are limited to 5,000 transactions in 10 seconds per subscription.
41+
42+
### Azure Private Link integration
43+
44+
| Resource | Limit |
45+
| -------- | ----- |
46+
| Private endpoints per key vault | 64 |
47+
| Key vaults with private endpoints per subscription | 64 |

includes/private-link-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: virtual-network
55
author: KumudD
66
ms.service: virtual-network
77
ms.topic: include
8-
ms.date: 09/10/2019
8+
ms.date: 04/21/2020
99
ms.author: kumud
1010
ms.custom: include file
1111
---
@@ -20,6 +20,6 @@ ms.custom: include file
2020
|Number of private link service per subscription       | 800 |
2121
|Number of IP Configurations on a private link service    | 8 (This number is for the NAT IP addresses used per PLS) |
2222
|Number of private endpoints on the same private link service  | 1000 |
23-
24-
23+
|Number of private endpoints per key vault | 64 |
24+
|Number of key vaults with private endpoints per subscription | 64 |
2525

0 commit comments

Comments
 (0)