@Amlan Sengupta
Based off my research, it looks like Last Pass is a password management company, and you'd like to store User IDs (I'm assuming login IDs?) and passwords in the Azure Key Vault (AKV).
- Are you trying to save these IDs and passwords as Secrets within the AKV?
- What's your overall goal for storing these within the Vault?
- Have you looked in to the Microsoft Authenticator app?
If you're trying to just store these values within the AKV, you can leverage our - Set and retrieve a secret from Azure Key Vault documentation to create secrets via PS, CLI, or the Azure Portal.
If you have any other questions, please let me know.
Thank you!