My client secret is expired so I need to update the secret, how can I update secret in Azure key vault in Azure data factory using azure portal.
How to update new client secret in Azure key vault, and how to set expired dates
My client secret is expired so I need to update the secret, how can I update secret in Azure key vault in Azure data factory using azure portal.
How to update new client secret in Azure key vault, and how to set expired dates
Copyright © 2021 Jogjafile Inc.
Initially, I registered one Azure AD application and created client secret in it like this:
In my Azure key vault, I added one secret with above value like this:
To create new client secret in Azure AD app registration and update key vault secret value, you can run below PowerShell script in Azure Cloud Shell:
Response:
To confirm that, I checked the same in Portal where new client secret is created in Azure AD app like this:
In Azure Key vault also, secret updated successfully with new client secret value by creating new version as below: