Reader small image

You're reading from  Azure Containers Explained

Product typeBook
Published inMar 2023
Reading LevelIntermediate
PublisherPackt
ISBN-139781803231051
Edition1st Edition
Languages
Right arrow
Authors (2):
Wesley Haakman
Wesley Haakman
author image
Wesley Haakman

Wesley Haakman lives in the Netherlands and has worked with Microsoft Azure for over 8 years. He is a Microsoft Azure MVP and works as the head of DevOps at Intercept, a cloud service provider company in the Netherlands. Wesley has worked in IT for more than 18 years, starting his career as an IT support technician for Novell NetWare and SUSE Linux environments. Now, he primarily focuses on using Microsoft Azure for building and helping DevOps teams to add value for their customers. In his spare time, Wesley enjoys writing his own blog, as well as providing sessions for events and user groups. Outside of tech, he loves mountain biking and spends a fair amount of time with his family.
Read more about Wesley Haakman

Richard Hooper
Richard Hooper
author image
Richard Hooper

Richard Hooper, also known as Pixel Robots online, lives in Newcastle, England. He is a Microsoft MVP and an architect for Azure at Intercept, which is based in the Netherlands. He has about 20 years of professional experience in the IT industry. He has worked with Microsoft technologies for his whole career, but he has also dabbled in Linux. Richard has a passion for learning about new technologies – you can check that out on his blog, Pixel Robots. He is very enthusiastic about the cloud-native space on Azure. In his spare time, he enjoys sharing knowledge and helping people with whatever technology he has hands-on experience with and is passionate about via his blog posts, podcasts, videos, and more.
Read more about Richard Hooper

View More author details
Right arrow

Deploying containers to Azure Container Apps

Time to see whether we can help our product manager out. Can we get our billing statements API up and running in Azure Container Apps?

As this is a preview feature, the commands we need are not yet included in the Azure CLI tools. For that, we need to add the containerapp extension. We can do that using the following command:

az extension add –name containerapp

Important note

If you are using Cloud Shell through the Azure portal, it is not necessarily required to add the az extension up front. If it is not installed, Cloud Shell will prompt you and ask whether you want to install the required extension when you try to deploy a container app for the first time.

Before we can actually deploy a new Azure Container Apps app, we need to register the Resource Provider in our subscription. Normally, we are not required to do this, but it is common with preview features. We are simply telling Microsoft Azure “Well hello...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Azure Containers Explained
Published in: Mar 2023Publisher: PacktISBN-13: 9781803231051

Authors (2)

author image
Wesley Haakman

Wesley Haakman lives in the Netherlands and has worked with Microsoft Azure for over 8 years. He is a Microsoft Azure MVP and works as the head of DevOps at Intercept, a cloud service provider company in the Netherlands. Wesley has worked in IT for more than 18 years, starting his career as an IT support technician for Novell NetWare and SUSE Linux environments. Now, he primarily focuses on using Microsoft Azure for building and helping DevOps teams to add value for their customers. In his spare time, Wesley enjoys writing his own blog, as well as providing sessions for events and user groups. Outside of tech, he loves mountain biking and spends a fair amount of time with his family.
Read more about Wesley Haakman

author image
Richard Hooper

Richard Hooper, also known as Pixel Robots online, lives in Newcastle, England. He is a Microsoft MVP and an architect for Azure at Intercept, which is based in the Netherlands. He has about 20 years of professional experience in the IT industry. He has worked with Microsoft technologies for his whole career, but he has also dabbled in Linux. Richard has a passion for learning about new technologies – you can check that out on his blog, Pixel Robots. He is very enthusiastic about the cloud-native space on Azure. In his spare time, he enjoys sharing knowledge and helping people with whatever technology he has hands-on experience with and is passionate about via his blog posts, podcasts, videos, and more.
Read more about Richard Hooper