Book Image

Robust Cloud Integration with Azure

By : Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott
Book Image

Robust Cloud Integration with Azure

By: Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott

Overview of this book

Any software developers, architects, and technical managers lookng to learn about Azure IaaS essentials need look no further. This book is ideal for Microsoft Enterprise developers, DevOps or any IT professionals looking to connect cloud-based and on-premises systems with Azure.
Table of Contents (23 chapters)
Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

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:

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...