Azure Virtual Machine password validation
Whether you're using Azure CLI or, more specifically, Azure SDK to create a Virtual Machine, you may want to validate the given credentials before sending a request to create the VM. Otherwise, it could cost to send a full request with invalid data.
To do so, you can use this RegEx to validate your...
Submitted by qho - 6 years ago