Skip to content

Commit 216ad25

Browse files
authored
Merge pull request #205598 from Muksvso/abcde
Preview tags taken out from soft delete and Disable Keys access docs
2 parents c040c21 + ed6bfce commit 216ad25

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
href: overview-managed-identity.md
144144
- name: Security baseline
145145
href: /security/benchmark/azure/baselines/app-config-security-baseline?toc=/azure/azure-app-configuration/TOC.json
146-
- name: Disable access key authentication (preview)
146+
- name: Disable access key authentication
147147
href: howto-disable-access-key-authentication.md
148148
- name: Security controls by Azure Policy
149149
href: ./security-controls-policy.md
@@ -169,7 +169,7 @@
169169
href: howto-convert-to-the-new-spring-boot.md
170170
- name: Move a resource between Azure regions
171171
href: howto-move-resource-between-regions.md
172-
- name: Recover App Configuration stores (Preview)
172+
- name: Recover App Configuration stores
173173
href: howto-recover-deleted-stores-in-azure-app-configuration.md
174174
- name: Disable public access
175175
href: howto-disable-public-access.md

articles/azure-app-configuration/howto-disable-access-key-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Disable access key authentication for an Azure App Configuration instance (preview)
2+
title: Disable access key authentication for an Azure App Configuration instance
33
titleSuffix: Azure App Configuration
4-
description: Learn how to disable access key authentication for an Azure App Configuration instance (preview)
4+
description: Learn how to disable access key authentication for an Azure App Configuration instance
55
ms.service: azure-app-configuration
66
author: jimmyca15
77
ms.author: jimmyca
88
ms.topic: how-to
99
ms.date: 5/14/2021
1010
---
1111

12-
# Disable access key authentication for an Azure App Configuration instance (preview)
12+
# Disable access key authentication for an Azure App Configuration instance
1313

1414
Every request to an Azure App Configuration resource must be authenticated. By default, requests can be authenticated with either Azure Active Directory (Azure AD) credentials, or by using an access key. Of these two types of authentication schemes, Azure AD provides superior security and ease of use over access keys, and is recommended by Microsoft. To require clients to use Azure AD to authenticate requests, you can disable the usage of access keys for an Azure App Configuration resource.
1515

@@ -96,7 +96,7 @@ Be careful to restrict assignment of these roles only to those who require the a
9696
9797
## Limitations
9898

99-
The capability to disable access key authentication is available as a preview. The following limitations are currently in place.
99+
The capability to disable access key authentication has the following limitation:
100100

101101
### ARM template access
102102

articles/azure-app-configuration/howto-recover-deleted-stores-in-azure-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Recover Azure App Configuration stores (Preview)
2+
title: Recover Azure App Configuration stores
33
description: Recover/Purge Azure App Configuration soft deleted Stores
44
author: muksvso
55
ms.author: mubatra
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 03/01/2022
1010
---
1111

12-
# Recover Azure App Configuration stores (Preview)
12+
# Recover Azure App Configuration stores
1313

1414
This article covers the soft delete feature of Azure App Configuration stores. You'll learn about how to set retention policy, enable purge protection, recover and purge a soft-deleted store.
1515

0 commit comments

Comments
 (0)