You deploy a production Azure Function app that connects to an Azure SQL Database.
The solution must provide the follow ng functionality:
* Prevent secrets from being exposed in source control.
* Support secret rotation without redeploying the function app.
* Avoid downtime during credential updates.
You need to configure secure and maintainable secret management. What should you configure?
Currently there are no comments in this discussion, be the first to comment!