From the course: Azure Infrastructure as Code with GitHub

Unlock the full course today

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

Deploy an ARM or Bicep template through GitHub Actions

Deploy an ARM or Bicep template through GitHub Actions

From the course: Azure Infrastructure as Code with GitHub

Deploy an ARM or Bicep template through GitHub Actions

- [Instructor] There are a few actions that we can use to deploy the Bicep template. We can do it with the Azure CLI. We can do it with Azure PowerShell. We can even first build the Bicep template into an ARM template and then deploy the ARM template instead of the Bicep directly. What I'm going to do in this example is use the ARM resource deployment task to deploy the Bicep directly. So what I can do is use that Marketplace search again, move back to the search results, and search for Azure resource. And now the second option we see is deploy Azure Resource Manager, or ARM, template. We're going to use that one. So I'll click the action. And I'll move the version to the latest one, and I can copy that code. So I do it just like the other options that I used. I'll copy this, and I'll move to the last line. I add my mouse up here. I press Alt to make it into a plus sign, and I select the whole task. And…

Contents