Reader small image

You're reading from  Learn Azure Administration - Second Edition

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837636112
Edition2nd Edition
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Using ACR as a repository of modules

One of the important topics when talking about IaC in a company is building a central registry of modules that can be reused by other teams. Such a registry satisfies a couple of requirements:

  • An authorization mechanism
  • Integration with the chosen IaC tool
  • Easy to use and manage

There are lots of different tools on the market that can act as such solutions, but in this chapter, we’ll focus on using one of the Azure services for that.

What is ACR?

ACR is a managed service in Azure that was originally meant to be a private container repository. You could prepare a container image (for example, Docker) and push it to your instance of ACR. Then, you could set up access policies and allow other users or applications to pull images from your registry.

Throughout ACR’s development, it has gained additional features and functionalities. You can use it to run jobs, store Helm charts, or act as a registry for...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learn Azure Administration - Second Edition
Published in: Dec 2023Publisher: PacktISBN-13: 9781837636112

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód