Follow the steps below to create Azure Key Vault credentials with the Azure web console.
Registering an Azure AD Application
Register an Azure AD (Active Directory) application as explained below.
To register an Azure AD application
- Log in to the Azure Portal at https://portal.azure.com
- Navigate to Azure Active Directory → App registrations
- Click New registration
- Enter a name – for example: "KeyVault-Discovery-Plugin".
- Select Accounts in this organizational directory only for supported account types.
- Click Register
- On the application overview page, note the Application (client) ID and Directory (tenant) ID.
Creating a client secret
Create a client secret as explained below.
To create a client secret
- In your registered application, navigate to Certificates & secrets
- Click New client secret
- Enter a description – for example: "Discovery Plugin Secret".
- Select an expiration period – for example: 6 months, 12 months, 24 months, or custom.
- Click Add.
- Immediately copy the secret Value.
You won't be able to see this value again.
- Use this value as
clientSecretin the plugin configuration
Granting permissions to Key Vault
Grant permissions to your Key Vault in Azure.
To grant permissions to Key Value
- Navigate to your Key Vault in the Azure Portal
- Click Access policies in the left menu
- Click Create (or + Add Access Policy on older portal versions)
- Select the following permissions:
- Certificate permissions: Get, List
- Key permissions: Get, List
- Secret permissions: Get, List
- Click Next and search for your application name
- Select your application and click Next
- Review and click Create to save the access policy