Reader small image

You're reading from  Hands-On Azure for Developers

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789340624
Edition1st Edition
Tools
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

Chapter 3: Deploying Web Applications as Containers

  1. Azure Container Registry is an Azure service, which acts as a Docker private registry that's hosted in the cloud. It is seamlessly integrated with other Azure container services.
  2. Admin login is a feature that allows you to authenticate in ACR using the registry name as a username and a key as a password.
  3. To run containers in App Service, you have to choose Docker as the OS.
  4. Yes, you can—in fact, there are both possibilities (public/private) available.
  5. Yes, you canthere is a specific blade available for scaling your instance.
  6. To update an application in AKS cluster and limit downtime, you have to have multiple pods deployed with the same application.
  7. You have to create a service principal, which will be used during authentication.
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Azure for Developers
Published in: Nov 2018Publisher: PacktISBN-13: 9781789340624

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