Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/dev/getting-started/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@

- Go to <https://portal.azure.com>
- 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: <https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux>
- 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`




Loading