Microsoft has just released two new features for Azure Key Vault:
It is now possible to use newly introduced RBAC rules to control access to your Key Vault data. The new roles include, among others: “Key Vault Reader” (read metadata about secrets, certificated, etc.) and “Key Vault User” (read the contents of the actual secrets).
Read more about this in the Azure documentation pages.
Key Vault can now publish events to Azure Event Grid as a first-party publisher. A great use case is that a subscriber (e.g., a Function or a Logic App) can receive an event when a certificate is about to expire!
Read more about this in the Azure documentation pages.
Both of these new features are in public preview.