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

Building Azure Functions


Azure Functions are created in the main Azure portal in a Resource Group in the same way as other resources.

When creating a Function App, the App Service plan needs to be selected. This can be either Classic, which allows the creation of a new App Service Plan or reuse of an old one, or Consumption based to use pay-as-you-go and on demand processing.

The Function App takes a few minutes to be created, but once created, functions can be added to perform the tasks required.

The Function App has a number of settings that can be used to configure it once it has been created.

The settings page provides options for setting a daily usage quota for the Function App, accessing development resources including app settings such as connection strings, setting up Continuous Integration, configuring Authentication/Authorization and cross-origin resource sharing and providing a link to a URL that contains the Swagger API definition for a Function App that contains HTTP triggers...