-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
When developing applications, you often need to consider how they will be built and hosted. To make the right call, you will need to consider things such as the hosting platform, development environment, and frameworks you’re using. While some applications are perfectly fine when hosted in-process, some may require a more elaborate approach. To ensure you can host your applications anywhere, you need to leverage containerization. As containerized applications need to be shared, you’ll need to build container images and use container registries to host them. One such registry is the Azure Container Registry service.
This chapter will allow you to start utilizing Azure Container Registry as your private catalog of container images. As this service natively integrates with a number of other Azure services, knowing how to use it properly will be crucial in further extending your knowledge about developing applications in Azure.
...