Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Robust Cloud integration with Azure

You're reading from   Robust Cloud integration with Azure Unleash the power of serverless integration with Azure

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781786465573
Length 696 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (6):
Arrow left icon
Abhishek Kumar Abhishek Kumar
Author Profile Icon Abhishek Kumar
Abhishek Kumar
Martin Abbott Martin Abbott
Author Profile Icon Martin Abbott
Martin Abbott
Gyanendra Kumar Gautam Gyanendra Kumar Gautam
Author Profile Icon Gyanendra Kumar Gautam
Gyanendra Kumar Gautam
James Corbould James Corbould
Author Profile Icon James Corbould
James Corbould
Mahindra Morar Mahindra Morar
Author Profile Icon Mahindra Morar
Mahindra Morar
Ashish Bhambhani Ashish Bhambhani
Author Profile Icon Ashish Bhambhani
Ashish Bhambhani
+2 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. An Introduction to Systems Integration in the Cloud FREE CHAPTER 2. What Is an Azure App Service? 3. Getting Started with API Apps 4. What is Azure API Management? 5. Trigger Your First Logic App in Azure 6. Working with Connectors in Logic Apps 7. Azure Functions in Logic Apps 8. A Deep Dive into Logic Apps 9. Powerful Integration with SaaS Using Logic Apps 10. Advanced Integration with Powerful, Scalable Service Bus in the Cloud 11. Connecting to Event Hubs and an Introduction to IoT Hubs 12. EAI/B2B Integration Using Logic Apps 13. Hybrid Integration Using BizTalk Server 2016 and Logic Apps 14. Tooling and Monitoring for Logic Apps 15. Whats Next for Azure Integration?

The basics of Azure Functions


Azure Functions are essentially a managed service for WebJobs SDK that provide similar functionality but in a fully serverless environment.

WebJobs provide a means to run background tasks in the context of a Web App, Mobile App, or API App. With them, you can upload a script such as PowerShell or a command file and have them run on a schedule (https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources/).

At the very basic level, Azure Functions can be thought to be defined by:

Events + Code + Data = Function App 

The key part of a Function App is the initial trigger that starts the process of running the code contained within a function. This trigger can be in the form of an input event, such as a message being written to a queue, or a timed event. A function can have a number of outputs that send data and information to a range of endpoints.

A Function App represents a unit of computing, and it can contain a number of functions, each...

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 AU $24.99/month. Cancel anytime