Azure Container Registry Azure Container Registry
Star this Repo (opens new window)
Star this Repo (opens new window)
  • Overview
    • Overview
    • Blog posts
    • Links
  • Teleport

  • Tasks

    • Automate OS and Framework Patching with Azure Container Registry Tasks
      • ACR Build and ACR Tasks
      • ACR Task Common Scenarios
      • ACR Tasks Support the 3 Primary Phases of Development
      • ACR Tasks Support Simple to Complex Workloads, Integrating with CI/CD Solutions
      • ACR Tasks Preview Feedback
      • Next steps
    • Deploy with ARM templates
    • Agent Pools
      • Introduction
      • Prerequisites
      • Create and Manage an ACR Task Agent Pool
      • Create an Agent Pool in a VNet
      • Schedule Runs on the Agent Pool
      • Preview Limitations
  • Authentication

  • Integration

# Running ACR Tasks as a deployment

The following set of samples show how to use an ARM template to execute various Task workflows.

  1. Deploy a docker build on an existing registry (opens new window)
  2. Deploy a docker build on an existing registry using identity and keyvault (opens new window)
  3. Create a Registry and perform a docker build from a GitHub repository (opens new window)
  4. Create a Registry and perform a docker build from a GitHub repository with a Managed Identity (opens new window)
  5. Create a registry and schedule a quick task with task definition as an argument (opens new window)
  6. Create a registry and schedule a predefined task (opens new window)
Edit this page on GitHub (opens new window)

← Automate OS and Framework Patching with Azure Container Registry Tasks Agent Pools →