From the course: Azure Infrastructure as Code with GitHub

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Create the Azure Login Action

Create the Azure Login Action

- [Instructor] So we've got our workflow set up. Now it's time to add some actions. The first action we're going to need is an Azure login. On the right, you can see the search menu for the Actions Marketplace. Actions are community created. So there are a lot of options there and often you will find more actions than you need. If you can't find the action that you need, then you can use something like Azure PowerShell or Azure CLI. But let's start with logging in to Azure. If we go to the search field and search for Azure, the second one here is Azure Login, which we're going to use. You can see a check mark there that confirms that this action is created by the Azure team, so it's verified so that you know it's a secure and safe action to use. So if you click that, there is some code here that we can copy and paste. If it doesn't show up immediately, you can press the little triangle and take the last version.…

Contents