I am trying to create local admin account for my lab machines with unique passwords. I have around 25 machines in the lab. I am looking out if there is any way where we can store the password in Azure keyvault and if password is rotated in azure key vault, the authentication should pick up the updated password and authorize the user. I have to rotate password too often, usually once in couple of days. The end user would receive the password with which he can login.
This is a too complex task to put it into a simple answer. You have to divide your problem into some smaller ones. Here here the building blocks I would see:
All of these steps have to be divided on their own and or not trivial. Also some additional features could make sense like
Nevertheless, this is a complex project that needs at least several weeks to be implemented correctly, even if you know how all these techniques are working.