Skip to Content
Mastering Azure Serverless Computing
book

Mastering Azure Serverless Computing

by Lorenzo Barbieri, Massimo Bonanni
November 2019
Intermediate to advanced
362 pages
7h 52m
English
Packt Publishing
Content preview from Mastering Azure Serverless Computing

Pointing the function app to a new tag and enabling continuous deployment

In the Azure portal, you can go to the underlying app service that runs the function app and then to Container settings. At this point, you can manually change the Tag to run a new version of the container:

You can also enable Continuous Deployment. To do this correctly, you need to copy the Webhook URL and use it in your container registry.

At this point, you can go into your registry and create a webhook that calls the previous URL every time a new image is pushed:

Pay attention to the Scope parameter—in our case, we used mycustomimage: to receive calls from the container ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Serverless Architectures with Microsoft Azure

Advanced Serverless Architectures with Microsoft Azure

Daniel Bass
Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo

Publisher Resources

ISBN: 9781789951226Supplemental Content