Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Robust Cloud Integration with Azure

You're reading from  Robust Cloud Integration with Azure

Product type Book
Published in Mar 2017
Publisher Packt
ISBN-13 9781786465573
Pages 696 pages
Edition 1st Edition
Languages
Authors (6):
Gyanendra Kumar Gautam Gyanendra Kumar Gautam
Ashish Bhambhani Ashish Bhambhani
Profile icon Ashish Bhambhani
Abhishek Kumar Abhishek Kumar
Profile icon Abhishek Kumar
James Corbould James Corbould
Profile icon James Corbould
Mahindra Morar Mahindra Morar
Profile icon Mahindra Morar
Martin Abbott Martin Abbott
Profile icon Martin Abbott
View More author details

Table of Contents (23) Chapters

Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. An Introduction to Systems Integration in the Cloud 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?

Chapter 2. What Is an Azure App Service?

 

Change is the essential process of all existence.

 
 --Mr. Spock, Star Trek

This chapter defines the details and capabilities of an Azure App Service. The chapter then explores the basics of the four building blocks of an App Service: the web app, mobile app, API app, and logic apps.

We will then introduce our sample solution for a fictional company named Sunny Electrical Manufacturing.

In this chapter you learn the following topics:

  • What is an Azure App Service?

  • Why you should consider developing applications using App Service

  • What are Azure Resource Groups and how should we use them?

  • What is an App Service Plan?

  • An introduction to our hypothetical company

What is an Azure App Service?


An Azure App Service is a new composite PaaS service for developing web apps (websites and web applications), logic apps (data orchestration components), API apps (web services), and mobile apps (mobile backend services) all under the one service. Previously, these services were being offered as individual Azure services.

The table here describes the cross pollination between the old Azure services and the new App Service:

App Service plans


An App Service plan determines the set of features and capacity you require for your apps and services to use. Also, it allows you to group several Azure resources together to share one pricing tier, thereby reducing costs.

There are five different pricing tiers: free, shared, basic, standard, and premium. The table here describes the overall features available for each type of pricing tier. For a more detailed list of the capabilities, see this link: https://azure.microsoft.com/en-us/pricing/details/app-service/plans/ .

New name

Old name

Functionality

Web apps

Azure websites

The new name for Azure websites.

The Web Hosting Plan now termed App Service Plans.

Mobile apps

Azure mobile services

A new app type that integrates previous mobiles services functionally.

Can now integrate with on-premise and SaaS systems, WebJobs, and includes scaling options.

Enterprise Integration Pack

Azure BizTalk services

Allows users to perform enterprise application integration with App Service app types.

Allows users to perform B2B integration scenarios...

An overview of our sample solution


Rather than giving you simple disparate samples of code for each chapter, we decided to develop a full-blown IT solution for a manufacturing and distribution company. This will show you how all the Azure artefacts can be integrated together to provide a working solution. By the end of this book, you should be able to appreciate how Azure services makes integration simpler and easier.

Our solution is based on a fictitious company named Sunny Electrical Manufacturing. This company manufactures electrical equipment for the electrical wholesale market. They source raw materials from suppliers around the world for their manufacturing division. Sunny Electrical Manufacturing encourages self-service for suppliers and customers. Suppliers are allowed to view stock levels of their products that they supply to automatically raise purchase orders.

Sunny Electrical Manufacturing wants to offer better serviceability by incorporating IoT devices in their products to...

Summary


This chapter gave you an overview of Azure App Service and compared how the old Azure Services relates to the new Azure App Service. We covered the basic fundamentals of the different types of services and pricing tiers available.

We then introduced our fictitious company Sunny Electrical Manufacturing and described how Azure is used to integrate the components of the solution.

In the next chapter, we will describe how to get started building an API App.

lock icon The rest of the chapter is locked
You have been reading a chapter from
Robust Cloud Integration with Azure
Published in: Mar 2017 Publisher: Packt ISBN-13: 9781786465573
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 $15.99/month. Cancel anytime}

FREE

Dev/test apps

SHARED

Dev/test with higher limits

BASIC

Go live with basic apps

STANDARD

Go live with web, mobile, logic apps

PREMIUM

Maximum scale, isolation and enterprise connectivity

Web, mobile, or API apps

10

100

Unlimited

Unlimited

Unlimited

Logic apps

10

10

10

25

100

Core connectors

200

200

200

10,000

50,000

Disk space

1 gigabits

1 gigabits

10 gigabits

50 gigabits

500 gigabits...