Skip to content

Commit 24c152f

Browse files
authored
Merge pull request #201585 from maud-lv/ml-aac-privateaccess
Create private endpoint how-to
2 parents f9091bd + a1a1aca commit 24c152f

File tree

11 files changed

+219
-3
lines changed

11 files changed

+219
-3
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173
href: howto-recover-deleted-stores-in-azure-app-configuration.md
174174
- name: Disable public access
175175
href: howto-disable-public-access.md
176+
- name: Set up private access
177+
href: howto-set-up-private-access.md
176178
- name: Reference
177179
items:
178180
- name: Client libraries

articles/azure-app-configuration/howto-disable-public-access.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: how-to
8-
ms.date: 05/25/2022
8+
ms.date: 07/12/2022
99
ms.custom: template-how-to
1010
---
1111

1212
# Disable public access in Azure App Configuration
1313

14-
In this article, you'll learn how to disable public access for your Azure App Configuration store. Setting up private access can offer a better security for your configuration store.
14+
In this article, you'll learn how to disable public access for your Azure App Configuration store. Setting up private access can offer better security for your configuration store.
1515

1616
## Prerequisites
1717

@@ -76,4 +76,7 @@ az appconfig update --name <name-of-the-appconfig-store> --enable-public-network
7676
## Next steps
7777

7878
> [!div class="nextstepaction"]
79-
>[Using private endpoints for Azure App Configuration](./concept-private-endpoint.md)
79+
> [Use private endpoints for Azure App Configuration](./concept-private-endpoint.md)
80+
81+
> [!div class="nextstepaction"]
82+
> [Set up private access to an Azure App Configuration store](howto-set-up-private-access.md)

articles/azure-app-configuration/howto-set-up-private-access.md

Lines changed: 211 additions & 0 deletions
Large diffs are not rendered by default.
40.5 KB
Loading
80.4 KB
Loading
49.9 KB
Loading
36.2 KB
Loading
51.5 KB
Loading
51.6 KB
Loading
37.5 KB
Loading

0 commit comments

Comments
 (0)