Building a responsive password manager in Power Apps – setting up the Azure Key Vault service
Password managers are tools to handle all your credentials from a central location, protecting them using a primary password and encryption. They can save both personal and work-related credentials for services we use every day.
We are going to leverage Microsoft Azure services to build our application. Azure is a platform that aims to help organizations meet their business needs with a wide range of cloud services.
Microsoft Azure offers a service that is called Azure Key Vault, which provides a "safe" to hold both credentials and certificates most securely by encrypting this information in hardware security modules. For more information, see https://azure.microsoft.com/en-us/services/key-vault/
Explanation and overview
To access our data source, we will use the Azure Key Vault connector, which is just one in the ever-growing list of connectors available for canvas...