Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Azure for Architects. - Second Edition

You're reading from  Azure for Architects. - Second Edition

Product type Book
Published in Jan 2019
Publisher Packt
ISBN-13 9781789614503
Pages 536 pages
Edition 2nd Edition
Languages
Author (1):
Ritesh Modi Ritesh Modi
Profile icon Ritesh Modi

Table of Contents (17) Chapters

Preface 1. Getting Started 2. Azure Solution Availability and Scalability 3. Security and Monitoring 4. Cross-Subscription Deployments Using ARM Templates 5. ARM Templates - Modular Design and Implementation 6. Designing and Implementing Serverless Solutions 7. Azure Integration Solutions 8. Cost Management 9. Designing Policies, Locks, and Tags 10. Azure Solutions Using Azure Container Services 11. Azure DevOps 12. Azure OLTP Solutions Using Azure SQL Sharding, Pools, and Hybrid 13. Azure Big Data Solutions Using Azure Data Lake Storage and Data Factory 14. Azure Stream Analytics and Event Hubs 15. Designing IoT Solutions 16. Other Books You May Enjoy

Function proxies

Azure Functions proxies are one of the latest additions to Azure Functions. After starting using Azure Functions, there will be a time when there might be lots of Function implementation and it will be difficult to integrate the Functions together in a workflow. Instead of letting clients weave these Functions together, Azure proxies can be used. Proxies help by providing clients with a single function URL and then invoking multiple Azure Functions behind the scenes to complete workflows.

It is important to understand that proxies are applicable in those cases where Functions accept requests on demand, instead of being driven by events. These internal Functions connected to proxies can be within a single function app or on multiple separate apps. Proxies get requests from clients, convert, override, and augment the payload, and send them to backend internal Functions...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime}