diff --git a/docs/dev/getting-started/login.md b/docs/dev/getting-started/login.md index e4ef364b..e51447af 100644 --- a/docs/dev/getting-started/login.md +++ b/docs/dev/getting-started/login.md @@ -12,3 +12,17 @@ - Go to - Login with your cloud email (firstname.lastname@cloud.statcan.ca) and password + +## Logging into Azure-Cli +- On your Cloud VM (Linux), install Azure CLI using the following command: `curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash` + * Further details on installation can be found here: +- Login using the command `az login`, use your cloud email (firstname.lastname@cloud.statcan.ca) and password + +### Accessing AAW & DAS clusters on AKS (Azure Kubernetes Service) +- Ensure you are logged into Azure-Cli +- Set your subscription to the subscription name `AAW` +- You should now be able to access clusters such as `das-dev-cc-00-aks` + + + +