Skip to content

Conversation

@naman-msft
Copy link
Collaborator

@naman-msft naman-msft commented Apr 4, 2024

Updated it to resemble the current MS Learn reference AKS doc: https://learn.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli

@naman-msft naman-msft requested review from mbifeld and rayoef April 4, 2024 01:34
export NETWORK_PREFIX="$(($RANDOM % 254 + 1))"
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"
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

ie.log Outdated
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

echo "You can now visit your web server at https://$FQDN"
```
## Next Steps
Copy link
Contributor

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"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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.

3 participants