Developing Cloud-Native Solutions with Microsoft Azure and .NET: Build Highly Scalable Solutions for the Enterprise

Author:   Ashirwad Satapathi ,  Abhishek Mishra
Publisher:   APress
Edition:   1st ed.
ISBN:  

9781484290033


Pages:   275
Publication Date:   22 December 2022
Format:   Paperback
Availability:   Manufactured on demand   Availability explained
We will order this item for you from a manufactured on demand supplier.

Our Price $118.77 Quantity:  
Add to Cart

Share |

Developing Cloud-Native Solutions with Microsoft Azure and .NET: Build Highly Scalable Solutions for the Enterprise


Add your own review!

Overview

Build and deploy applications by leveraging Azure PaaS and serverless services using Azure DevOps and GitHub Actions. This book provides step-by-step explanations of essential concepts, practical examples, and self-assessment questions that will help you gain the necessary expertise to build cloud-native solutions using Microsoft Azure and .NET. The book starts with essential topics that will help get you familiar with the fundamental concepts of Azure, followed by example-based guides on building distributed solutions using Azure Web App, Azure Messaging, and communication services. You will then learn how to implement the knowledge you've thus far gained to build containerized workloads using Azure Container-based services. Next, you will focus on building solutions by using Azure Storage and Data services, where you will go through Azure Blob Storage and learn how to interact with Azure Cosmos DB from applications using the .NET SDK. Moving forward, you will explore how to build intelligent applications using Azure AI and IoT services, including Azure Cognitive Services. In the book's final section, you will explore ways to deploy applications using Azure DevOps and GitHub Actions. After reading this book, you will be able to build scalable, enterprise-grade applications using various Azure services.  What You Will Learn Build an ASP.NET 6 Web API to send messages to Azure Service Bus Queue Use and implement Azure Communication Services Build and containerize a .NET API Understand IoT solutions using Azure IoT Hub, Azure Functions, and Azure Cosmos DB Who This Book Is For Experienced developers and cloud architects working with Microsoft Azure.

Full Product Details

Author:   Ashirwad Satapathi ,  Abhishek Mishra
Publisher:   APress
Imprint:   APress
Edition:   1st ed.
Weight:   0.566kg
ISBN:  

9781484290033


ISBN 10:   1484290038
Pages:   275
Publication Date:   22 December 2022
Audience:   Professional and scholarly ,  Professional & Vocational
Format:   Paperback
Publisher's Status:   Active
Availability:   Manufactured on demand   Availability explained
We will order this item for you from a manufactured on demand supplier.

Table of Contents

Updated TOC Chapter 1:  Introduction Chapter Goal: To provide an overview of the various azure services that we are going to use in this book to build scalable, enterprise-grade applications. No of pages    10-20 Sub -Topics 1.      Introduction to Cloud Computing 2.      Cloud Deployment Models 3.      Serverless Computing 4.      Quick tour of Azure Services 5.      Summary Chapter 2:  Build a Web API to send messages to Azure Service Bus Chapter Goal: To Develop and Deploy a Web API to send messages to Azure Service Bus Queue No of pages: 25-30 Sub - Topics   1.       Introduction to Azure Service Bus 2.      What is Azure Service Bus Queue and Topic 3.      Create an Azure Service Bus instance 4.      Build an ASP.NET 6 Web API to send messages to Azure Service Bus Queue 5.      Test the API using Postman 6.      Summary Chapter 3:  Build a Worker Service to process messages from Azure Service Bus Chapter Goal: To build a worker service to process messages enqueues in Azure Service Bus  No of pages: 25-30 Sub - Topics:  1.      Getting Started with Worker Service 2.      Building a worker service with ASP.NET 6 3.      Explore ways to consume messages from Azure Service Bus Queue 4.      Build a worker service to process messages 5.      Summary   Chapter 4: Building a Microservice using .NET and AKS Chapter Goal: To build a microservice application using .NET, containerize the microservice and run it on Azure Kubernetes Service No of pages: 30-40 Sub - Topics: 1.       Introduction to Azure Kubernetes Service and Azure Container Registry 2.      Build a Microservice using .NET 3.      Create an Azure Kubernetes Service and Azure Container Registry 4.      Containerize the Microservice and push it to Azure Container Registry 5.      Run the Microservice on Azure Kubernetes Service 6.      Summary   Chapter 5: Secure Microservice with Azure AD Chapter Goal: To implement role-based authentication and authorization with Azure AD to secure our .NET Applications No of pages: 20-30 Sub - Topics: 1.      Introduction to Azure AD 2.      Register an application in the Azure AD Tenant 3.      Configure Authentication for the Microservice application running on AKS 4.      Configure Role based Authorization for the Microservice application running on AKS 5.      Summary   Chapter 6: Running APIs on Azure Container Apps Chapter Goal:  To deploy our .NET workloads to Azure with Azure Container Apps No of pages: 20-30 Sub - Topics: 1.      Introduction to Azure Container Apps 2.      Build and containerize .NET API 3.      Push the container to Azure Container Registry 4.      Create a Azure Container App and run the Container on Azure Container Apps 5.      Summary   Chapter 7: Implement Monitoring and Logging for Microservice running on AKS with Azure Monitor and Azure Application Insights Chapter Goal:  To configure metrics, logs and alerts for the Microservice application running inside the Azure Kubernetes Service Cluster No of pages: 30-40 Sub - Topics: 1.      Introduction to Application Insights, Log Analytics Workspace and Azure Monitor 2.      Create Application Insights, Log Analytics Workspace and Azure Monitor 3.      Configure logging and metrics for .NET based Microservice 4.      Configure alerts for .NET based Microservice application 5.      Query Logs from Log Analytics Workspace using KQL 6.      Summary       Chapter 8: Build an IoT solution with Azure IoT Hub, Azure Functions and Azure Cosmos DB Chapter Goal: To design and build an IoT solution using Azure IoT Hub, Azure Functions and Azure Cosmos DB No of pages: 30-40 Sub - Topics: 1.      Getting started with Azure IoT Hub 2.      Create an Azure IoT hub instance 3.      Build virtual device to send messages to IoT hub 4.      Getting Started with Azure Functions 5.      Build an IoT hub Triggered Azure Function to process messages from Azure IoT hub and store the data in Azure Cosmos DB 6.      Summary   Chapter 9: Build a Desktop application for speech to text conversation using Azure Cognitive Service Chapter Goal: To build a .NET 6 Desktop application and use Azure Cognitive Services to convert a speech to a text transcript in English language. No of pages: 30 Sub - Topics: 1.      Introduction to Azure Cognitive Services Speech to Text API 2.      Provision a Speech to Text API to perform speech to text conversion 3.      Build a .NET 6 Desktop application to convert speech to text 4.      Summary Chapter 10: Build a multi-language text translator using Azure Cognitive Service Chapter Goal: To build a .NET 6 Web API and use Azure Cognitive Services to translate text No of pages: 20-30 Sub - Topics: 1.      Introduction to Azure Cognitive Services Language Translation API 2.      Provision a Language Translation API to perform translation 3.      Build a .NET 6 Web API application and integrate with Language Translation API 4.      Summary Chapter 11: Deploy a ASP.NET 6 Web application to Azure WebApp using GitHub actions Chapter Goal: To build a ASP.NET 6 Web app and deploy it on Azure Web App using Azure GitHub Actions No of pages: 20 Sub - Topics: 1.      Introduction to GitHub Actions 2.      Provision Azure WebApp using ARM Template 3.      Build .NET 6 Web application using GitHub Actions 4.      Deploy the .NET 6 Web application on Azure WebApp using GitHub Actions 5.      Summary  

Reviews

Author Information

Ashirwad Satapathi is a software developer with a leading IT firm whose expertise is building scalable applications with .NET Core. He has a deep understanding of how to build full-stack applications using .NET and Azure PaaS and serverless offerings. He is an active blogger in the C# Corner developer community. He was awarded the C# Corner MVP (September 2020) for his remarkable contributions to the developer community. Abhishek Mishra is an architect with a leading software multinational company and has deep expertise in designing and building enterprise-grade Intelligent Azure and .NET-based architectures. He is an expert in .NET full stack, Azure (PaaS, IaaS, serverless), Infrastructure as Code, Azure Machine Learning, Intelligent Azure (Azure Bot Services and Cognitive Services), and Robotics Process Automation. He has 15+ years of experience working in top organizations in the industry. He loves blogging and is an active blogger in the C# Corner developer community. He was awarded the C# Corner MVP (December 2018 and 2019) for his contributions to the developer community.

Tab Content 6

Author Website:  

Customer Reviews

Recent Reviews

No review item found!

Add your own review!

Countries Available

All regions
Latest Reading Guide

wl

Shopping Cart
Your cart is empty
Shopping cart
Mailing List