Description

Book Synopsis
Build and deploy applications by leveraging Azure PaaS and serverless services using Azure DevOps and GitHub Actions. This bookprovides step-by-step explanations of essential concepts, practical examples, and self-assessment questions thatwill 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 learnhow to interact with Azure Cosmos DB from applications using the .NET SDK.Moving forward, you will explore how to build intel

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


Developing CloudNative Solutions with Microsoft

    Product form

    £26.39

    Includes FREE delivery

    RRP £32.99 – you save £6.60 (20%)

    Order before 4pm today for delivery by Sat 27 Jun 2026.

    A Paperback / softback by Ashirwad Satapathi, Abhishek Mishra

    1 in stock

      Trusted by thousands of customers. See 2,385+ Customer Reviews

      View other formats and editions of Developing CloudNative Solutions with Microsoft by Ashirwad Satapathi

      Publisher: APress
      Publication Date: 22/12/2022
      ISBN13: 9781484290033, 978-1484290033
      ISBN10: 1484290038

      Description

      Book Synopsis
      Build and deploy applications by leveraging Azure PaaS and serverless services using Azure DevOps and GitHub Actions. This bookprovides step-by-step explanations of essential concepts, practical examples, and self-assessment questions thatwill 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 learnhow to interact with Azure Cosmos DB from applications using the .NET SDK.Moving forward, you will explore how to build intel

      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


      Recently viewed products

      © 2026 Book Curl

        • American Express
        • Apple Pay
        • Diners Club
        • Discover
        • Google Pay
        • Maestro
        • Mastercard
        • PayPal
        • Shop Pay
        • Union Pay
        • Visa

        Login

        Forgot your password?

        Don't have an account yet?
        Create account