Skip to content

Commit df5e98a

Browse files
Update for correctness
1 parent 28cc736 commit df5e98a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Disabling access key authentication will delete all access keys. If any running
2121

2222
> [!WARNING]
2323
> If any clients are currently accessing data in your Azure App Configuration resource with access keys, then Microsoft recommends that you migrate those clients to [Microsoft Entra ID](./concept-enable-rbac.md) before disabling access key authentication.
24-
> Additionally, it is recommended to read the [limitations](#limitations) section below to verify the limitations won't affect the intended usage of the resource.
2524
2625
# [Azure portal](#tab/portal)
2726

articles/azure-app-configuration/quickstart-deployment-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must have permissions to manage Azure App Configuration resources. Azure rol
2727
- The Azure Resource Manager Owner role
2828
- The Azure Resource Manager Contributor role
2929

30-
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concetp-enable-rbac.md).
30+
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concept-enable-rbac.md).
3131

3232
## Manage Azure App Configuration data in deployment
3333

@@ -51,7 +51,7 @@ To configure ARM authentication mode of Azure App Configuration resource in the
5151
---
5252

5353
> [!NOTE]
54-
> Local authentication mode is for backward compatibility and has several limitations. It does not support proper auditing for accessing data in deployment. Under local authentication mode, key-value data access inside an ARM template/Bicep/Terraform is disabled if [access key authentication is disabled](./howto-disable-access-key-authentication.md#limitations). Azure App Configuration data plane permissions are not required for accessing data under local authentication mode.
54+
> Local authentication mode is for backward compatibility and has several limitations. It does not support proper auditing for accessing data in deployment. Under local authentication mode, key-value data access inside an ARM template/Bicep/Terraform is disabled if [access key authentication is disabled](./howto-disable-access-key-authentication.md). Azure App Configuration data plane permissions are not required for accessing data under local authentication mode.
5555
5656
### Azure App Configuration Authorization
5757

@@ -60,7 +60,7 @@ In addition to the permissions required for managing Azure App Configuration res
6060
- App Configuration Data Owner
6161
- App Configuration Data Reader
6262

63-
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concetp-enable-rbac.md).
63+
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concept-enable-rbac.md).
6464

6565
### ARM private access
6666

@@ -77,7 +77,7 @@ To configure ARM private access of Azure App Configuration resource in the Azure
7777

7878
3. Check **Enable Azure Resource Manager Private Access** under **Private Access**.
7979

80-
:::image type="content" border="true" source="./media/quickstarts/deployment/enable-arm-private-access.png" alt-text="Screenshot showing pass-through authentication mode being selected under Azure Resource Manager Authentication Mode":::
80+
:::image type="content" border="true" source="./media/quickstarts/deployment/enable-arm-private-access.png" alt-text="Screenshot showing Enable Azure Resource Manager Private Access is checked":::
8181

8282
> [!NOTE]
8383
> ARM private access can only be enabled under pass-through authentication mode.

0 commit comments

Comments
 (0)