diff --git a/docs/integrations/cloud/azure-app-configuration.mdx b/docs/integrations/cloud/azure-app-configuration.mdx
index ace4a993f..25d1042af 100644
--- a/docs/integrations/cloud/azure-app-configuration.mdx
+++ b/docs/integrations/cloud/azure-app-configuration.mdx
@@ -30,7 +30,7 @@ description: "How to sync secrets from Infisical to Azure App Configuration"
Press create integration to start syncing secrets to Azure App Configuration.
-
+
The Azure App Configuration integration requires the following permissions to be set on the user / service principal
for Infisical to sync secrets to Azure App Configuration: `Read Key-Value`, `Write Key-Value`, `Delete Key-Value`.
@@ -38,7 +38,7 @@ description: "How to sync secrets from Infisical to Azure App Configuration"
**App Configuration Data Reader** role for read-only access or **App Configuration Data Contributor** role for read/write access.
-
+
#### Azure references
@@ -75,7 +75,7 @@ description: "How to sync secrets from Infisical to Azure App Configuration"
Navigate to Azure Active Directory > App registrations to create a new application.
-
+
Azure Active Directory is now Microsoft Entra ID.

@@ -91,7 +91,7 @@ description: "How to sync secrets from Infisical to Azure App Configuration"
After registration, set the API permissions of the app to include the following Azure App Configuration permissions: KeyValue.Delete, KeyValue.Read, and KeyValue.Write.

-
+
Obtain the **Application (Client) ID** in Overview and generate a **Client Secret** in Certificate & secrets for your Azure application.