Update azure-app-configuration.mdx

This commit is contained in:
Maidul Islam
2025-02-05 19:22:05 -05:00
committed by GitHub
parent 598e5c0be5
commit 9ce465b3e2

View File

@@ -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.
<Note>
<Warning>
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.
</Note>
</Step>
</Warning>
<Step title="Additional Configuration">
#### Azure references
@@ -75,7 +75,7 @@ description: "How to sync secrets from Infisical to Azure App Configuration"
<Step title="Create an application in Azure">
Navigate to Azure Active Directory > App registrations to create a new application.
<Warning>
<Info>
Azure Active Directory is now Microsoft Entra ID.
</Info>
![integrations Azure app config](../../images/integrations/azure-app-configuration/config-aad.png)
@@ -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.
![integrations Azure app config](../../images/integrations/azure-app-configuration/app-api-permissions.png)
</Warning>
</Step>
<Step title="Add your application credentials to Infisical">
Obtain the **Application (Client) ID** in Overview and generate a **Client Secret** in Certificate & secrets for your Azure application.