Building images in Azure DevOps and running them in Azure

To support continuous integration and continuous delivery, the source files need to be shared in a repository. So, let's share the resources in Azure Repos and try to build our container by using Azure Pipelines. After building the container image, a place to store the images and run the container are also required. Within the Azure platform, there are two perfect services for this scenario:

  • Azure Container Registry: This service is a managed private Docker registry based on the open source Docker Registry. Here, you can maintain and register container images.
  • Azure Container Instance: The Azure Container Instance, also referred to as ACI, is a solution for running isolated containers without a lot of management.
For the simplicity of this guide, the files are already added to the repository and the Azure resource is already created.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.236.174