From the course: Kubernetes: Your First Project

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Configuring Azure access interactively

Configuring Azure access interactively - Kubernetes Tutorial

From the course: Kubernetes: Your First Project

Configuring Azure access interactively

- [Instructor] Earlier, we installed the Azure CLI. So, like the AWS CLI that we also installed, we can do stuff within Azure. However, we can't do anything until we configure it to use our account. In this video, we're going to do exactly that. Now, before we jump into the terminal, we should learn a little bit more about the different ways that we can log in to an Azure account within the Azure CLI, there are two common ways of doing this: via the interactive login method and/or with a service principal. In this video, we're going to be using an interactive login method. It's great because it's very easy to log in this way, but as you'll see, it doesn't lend itself well to automation because it requires a browser to do the login, which will almost never be available inside of an automated use case. Service principals solve this problem. You can think of service principals as service accounts that you can map to roles within your Azure subscription. In the video that follows this…

Contents