Simplify secret keys management for M365 applications with Azure Key Vault and Azure Managed Identity
Azure Key Vault simplifies a lot of things when it comes to secrets, passwords, certificate management. There are a lot of different ways of using it for different apps or services. In this post I'm going to cover below scenario: - we have a service, running in the background, which connects to SharePoint API and performs some operations. As a good example,....