Skip to content

Commit 7bf34d2

Browse files
committed
Add max number of private endpoints and max number of stores
1 parent 3f63e7b commit 7bf34d2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

articles/azure-app-configuration/concept-private-endpoint.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Using private endpoints for your App Configuration store enables you to:
1919
- Increase security for the virtual network (VNet) ensuring data doesn't escape from the VNet.
2020
- Securely connect to the App Configuration store from on-premises networks that connect to the VNet using [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md) or [ExpressRoutes](../expressroute/expressroute-locations.md) with private-peering.
2121

22+
Private endpoints availability varies by App Configuration tier:
23+
- **Free tier**: Not available
24+
- **Developer tier**: Up to 1 private endpoint
25+
- **Standard tier**: Up to 10 private endpoints
26+
- **Premium tier**: Up to 100 private endpoints
27+
28+
For more information about pricing, see [Azure App Configuration pricing](https://azure.microsoft.com/pricing/details/app-configuration/).
29+
2230
## Conceptual overview
2331

2432
A private endpoint is a special network interface for an Azure service in your [Virtual Network](../virtual-network/virtual-networks-overview.md) (VNet). When you create a private endpoint for your App Configuration store, it provides secure connectivity between clients on your VNet and your configuration store. The private endpoint is assigned an IP address from the IP address range of your VNet. The connection between the private endpoint and the configuration store uses a secure private link.

articles/azure-app-configuration/quickstart-azure-app-configuration-create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ az appconfig create --location centralus --name <name> --resource-group AppConfi
6969

7070
---
7171

72+
> [!NOTE]
73+
> App Configuration store limits vary by tier:
74+
> - **Free tier**: Limited to 3 stores per subscription
75+
> - **Developer, Standard, and Premium tiers**: Unlimited stores per subscription
76+
>
77+
> For more information, see [Azure App Configuration pricing](https://azure.microsoft.com/pricing/details/app-configuration/).
7278
If you're following another tutorial to use the App Configuration store, you can go back to your original tutorial as the store should be ready. To continue with this tutorial, follow the steps below.
7379

7480
## Create a key-value

0 commit comments

Comments
 (0)