-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment error with complex password generator #2904
Deployment error with complex password generator #2904
Comments
I think this might be related to #2440 - does your password contain a dollar-sign? |
It contains and & sign
Karl
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
|
I see, that might also be the culprit - could you try to deploy without the & sign in the password? We will explore how to avoid issues with special characters, I would guess implementing escaping is required for the passing of the parameter to the custom script extension. |
Yep worked.
Karl
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
|
@AzureJedi The issue of using special characters in the password is now resolved. It is now also possible to not specify a password, and an auto-generated password will be used which you can find the in the Key Vault in the ArcBox resource group (the documentation is updated to reflect this). |
Whilst using a complex password generator the bootstrap fails if there is an & in the password as per teh screenshot
The text was updated successfully, but these errors were encountered: