Skip to content
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

[Hack Update] 001-IntroToKubernetes - Added minLength property to ARM template #832

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drcircuit
Copy link

This ensures the password length is 12 characters or more, if you provide a shorter password, the machine is created, but no password is set, and in order to follow the next step in the hack, you need to either delete the deployment, and make sure to redeploy with a correct length password, or change the password in the Azure Portal. This little change helps the user not make this mistake, sadly I could not find any means of validating the password complexity - ARM templates doesn't seem to have this feature, at least not to my knowledge.

@drcircuit drcircuit requested a review from a team as a code owner April 2, 2024 15:41
@jrzyshr jrzyshr changed the title Added minLength property to ARM template [Hack Update] 001-IntroToKubernetes - Added minLength property to ARM template Apr 22, 2024
@jrzyshr jrzyshr self-assigned this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants