I am trying to make a regex for the azure virtual machines admin passwords But it contains fault ones and the errors don't specify which ones are the fault ones and also on the azure portal there is no information on which characters you cant use
this is the regex:
[^!@$#%^&*()_+\-=\[\]{};'':"\\|,.<>\/? ]
After a Microsoft Support ticket, the Microsoft support told me that [\W_]
should be what i am trying to achieve. it isn't perfect but it seems to work for now.