
- 468 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Serverless computing in Azure with .NET
About this book
Harness the power of the Cloud, leveraging the speed and scale of Azure Serverless computingAbout This Book• Take advantage of the agility, scale, and cost-effectiveness of the cloud using Azure Serverless compute• Build scalable, reliable, and cost-effecient applications with Serverless architecture and.NET• Learn to use Azure functions to their fullest potential in.NETWho This Book Is ForThis book is for.NET developers who would like to learn about serverless architecture. Basic C# programming knowledge is assumed.What You Will Learn• Understand the best practices of Serverless architecture• Learn how how to deploy a Text Sentiment Evaluation application in an Azure Serverless environment• Implement security, identity, and access control• Take advantage of the speed of deployment in the cloud• Configure application health monitoring, logging, and alerts• Design your application to ensure cost effectiveness, high availability, and scaleIn DetailServerless architecture allows you to build and run applications and services without having to manage the infrastructure. Many companies have started adopting serverless architecture for their applications to save cost and improve scalability.This book will be your companion in designing Serverless architecture for your applications using the.NET runtime, with Microsoft Azure as the cloud service provider. You will begin by understanding the concepts of Serverless architecture, its advantages and disadvantages. You will then set up the Azure environment and build a basic application using a sample text sentiment evaluation function. From here, you will be shown how to run services in a Serverless environment. We will cover the integration with other Azure and 3rd party services such as Azure Service Bus, as well as configuring dependencies on NuGet libraries, among other topics. After this, you will learn about debugging and testing your Azure functions, and then automating deployment from source control. Securing your application and monitoring its health will follow from there, and then in the final part of the book, you will learn how to Design for High Availability, Disaster Recovery and Scale, as well as how to take advantage of the cloud pay-as-you-go model to design cost-effective services. We will finish off with explaining how azure functions scale up against AWS Lambda, Azure Web Jobs, and Azure Batch compare to other types of compute-on-demand services.Whether you've been working with Azure for a while, or you're just getting started, by the end of the book you will have all the information you need to set up and deploy applications to the Azure Serverless Computing environment.Style and approachThis step-by-step guide shows you the concepts and features of Serverless architecture in Azure with.NET.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Securing Your Application
- Connecting a Function App to a private network
- Deploying a Function App on a private network, without internet access
- Protecting the Function App with a network firewall
- Configuring function authorization with API keys
- Configuring Function App authentication with Azure Active Directory and Facebook identity providers
- Handling data encryption in transit and at rest
- Managing administrative access to the application
Securing the application
- Physical
- Host infrastructure
- Networking
- Application level:
- Authentication and authorization
- Code quality
- Data encryption:
- Encryption in transit
- Encryption at rest
- Managing keys and secrets
- Administrative access
Physical security
Host infrastructure
Networking security
- Overview of networking concepts
- Giving a Function App access to a private network
- Deploying a Function App on a private network, where the application has a publicly reachable IP
- Deploying a Function App on a private network, where the application has a private IP
Integrating functions with a private network
- Deployment into a public App Service connected to a private network.
- Deployment into ASE with a public Function App endpoint.
- Deployment into ASE with a private Function App endpoint.
Table of contents
- Title Page
- Copyright
- Credits
- Foreword
- About the Author
- About the Reviewers
- www.PacktPub.com
- Customer Feedback
- Preface
- Understanding Serverless Architecture
- Getting Started with the Azure Environment
- Setting Up the Development Environment
- Configuring Endpoints, Triggers, Bindings, and Scheduling
- Integrations and Dependencies
- Integrating Azure Functions with Cognitive Services API
- Debugging Your Azure Functions
- Testing Your Azure Functions
- Configuring Continuous Delivery
- Securing Your Application
- Monitoring Your Application
- Designing for High Availability, Disaster Recovery, and Scale
- Designing Cost-Effective Services
- C# Script-Based Functions
- Azure Compute On-Demand Options