-
Notifications
You must be signed in to change notification settings - Fork 14
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
Aks updated doc #60
base: main
Are you sure you want to change the base?
Aks updated doc #60
Conversation
export SSL_EMAIL_ADDRESS="$(az account show --query user.name --output tsv)" | ||
export MY_RESOURCE_GROUP_NAME="myAKSResourceGroup$RANDOM_ID" | ||
export MY_RESOURCE_GROUP_NAME="myResourceGroup$RANDOM_ID" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this back to myAKSResourceGroup$RANDOM_ID? It can get confusing with many exec docs if they all have the same prefix name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
ie.log
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this and the kubectl file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
```bash | ||
echo "You can now visit your web server at https://$FQDN" | ||
``` | ||
|
||
## Next Steps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should tell the user to visit the site at the end once it's ready. Like:
echo "You can now visit your web server at $IP_ADDRESS"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Updated it to resemble the current MS Learn reference AKS doc: https://learn.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli