Skip to content

Instantly share code, notes, and snippets.

@kingnebby
Created May 20, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingnebby/d95c715214add5ed49a57269bcc1736f to your computer and use it in GitHub Desktop.
Save kingnebby/d95c715214add5ed49a57269bcc1736f to your computer and use it in GitHub Desktop.
.bashrc
env-az-setup() {
echo "Setting Subscription: dev"
az account set --subscription umbrellaCorp-crankshaft-dev;
echo "Getting Kubectl Creds: dev"
az aks get-credentials --resource-group crankshaft-aks-dev-rg --name crankshaft-aks-dev;
# Just a helper to make sure everything got setup correctly
helm list;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment