• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Building Microservices Applications on Microsoft Azure: Designing, Developing, Deploying, and Monitoring » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2944077]
• Literatura piękna
 [1814251]

  więcej...
• Turystyka
 [70679]
• Informatyka
 [151074]
• Komiksy
 [35590]
• Encyklopedie
 [23169]
• Dziecięca
 [611005]
• Hobby
 [136031]
• AudioBooki
 [1718]
• Literatura faktu
 [225599]
• Muzyka CD
 [379]
• Słowniki
 [2916]
• Inne
 [443741]
• Kalendarze
 [1187]
• Podręczniki
 [166463]
• Poradniki
 [469211]
• Religia
 [506887]
• Czasopisma
 [481]
• Sport
 [61343]
• Sztuka
 [242115]
• CD, DVD, Video
 [3348]
• Technologie
 [219293]
• Zdrowie
 [98602]
• Książkowe Klimaty
 [124]
• Zabawki
 [2385]
• Puzzle, gry
 [3504]
• Literatura w języku ukraińskim
 [260]
• Art. papiernicze i szkolne
 [7151]
Kategorie szczegółowe BISAC

Building Microservices Applications on Microsoft Azure: Designing, Developing, Deploying, and Monitoring

ISBN-13: 9781484248270 / Angielski / Miękka / 2019 / 262 str.

Harsh Chawla; Hemant Kathuria
Building Microservices Applications on Microsoft Azure: Designing, Developing, Deploying, and Monitoring Chawla, Harsh 9781484248270 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Building Microservices Applications on Microsoft Azure: Designing, Developing, Deploying, and Monitoring

ISBN-13: 9781484248270 / Angielski / Miękka / 2019 / 262 str.

Harsh Chawla; Hemant Kathuria
cena 173,37
(netto: 165,11 VAT:  5%)

Najniższa cena z 30 dni: 171,00
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!
Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Programming - Microsoft
Computers > Data Science - General
Computers > Artificial Intelligence - General
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484248270
Rok wydania:
2019
Ilość stron:
262
Waga:
0.42 kg
Wymiary:
15.6 x 23.5 x 2.2
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

1.       Evolution and Need of Microservices

Chapter Goal: Understand the benefits of microservices architecture over monolithic architecture.

Number of Pages :20

Chapter Outline

a.       Overview of monolithic architecture

b.      Scalability challenges of monolithic applications

c.       Need of Microservices architecture

d.      How Microservices can solve scalability challenges

2.       Microservices in enterprise

Chapter Goal: Understand the valid use cases and need of microservices for enterprise audience and various deployment choices on Microsoft Azure

Number of Pages :40

Chapter Outline

a.       Use cases of microservices Architecture

b.      Options to deploy microservices

c.       Deployment options on Azure

                                                   i.      Deployment options overview

                                                 ii.      Containers on AKS

1.       Container basics

2.       Maintain container registry using Azure Container Registry

3.       Deploy containers on AKS

                                                iii.      Azure Service Fabric

1.       Stateless Services

2.       Stateful Services

3.       Guest Executables

d.      Database deployment options for Microservices

                                                   i.      Deployment options overview

                                                 ii.      Deploy database on Azure SQL DB

                                                iii.      Deploy database on Azure SQL database managed instance

e.      Microservices commonly used patterns and practices

                                                   i.      API Gateway

                                                 ii.      Versioning Microservices

                                                iii.      Inter Service Communication

 

 

 

 

 

 

3.       Azure Service Fabric

 

Chapter Goal: Deep dive into various Azure service Fabric deployment options and the benefits of using this solution to deploy microservices applications 

Number of Pages :30

Chapter Outline

a.       Azure Service Fabric Key Concepts

                                                   i.      Fault Domain

                                                 ii.      Upgrade Domain

                                                iii.      Interservice Communication

b.      Create Azure Service Fabric Cluster

c.       Advantages over on-premise Azure Service Fabric cluster

d.      Deploy application on Azure Service Fabric

                                                   i.      Stateless services

                                                 ii.      Stateful services

                                                iii.      Guest executables

e.      Deploy .Net Core Stateless Service on Azure Service Fabric cluster

f.        Options to integrate with DevOps

 

4.       Monitoring Azure Service Fabric Clusters

Chapter Goal: Understand various monitoring options on Azure for Azure Service Fabric Clusters


Number of Pages :20

Chapter Outline

 

a.       Options to monitor Azure Service Fabric Clusters

b.      Application Insights

                                                   i.      Database dependency Calls

                                                 ii.      Application Map

c.       OMS

d.      Service Fabric Explorer

 

5.       Azure Kubernetes Service - AKS

Chapter Goal:  Deep dive into various AKS options and the benefits of using this solution to deploy microservices applications

Number of Pages: 40

Chapter Outline

a.       AKS Cluster Key Concepts

b.      Create AKS cluster

c.       Advantages over on-premise Kubernetes cluster

d.      Deploy containerized .Net Core based web application

e.      Options to integrate with DevOps

 

6.       Azure Kubernetes Cluster Monitoring

Chapter Goal: Understand various monitoring options to monitor containers and applications hosted on Azure Kubernetes services

Number of Pages :20

 

Chapter Outline

a.       Options to monitor Azure Kubernetes Services

b.      Application Insights

                                                   i.      Database Dependency Calls

                                                 ii.      Application Map

c.       Azure Monitor for Containers

 

7.       Securing your Microservices

Chapter Goal This chapter details out the options available to secure your ASP.Net MVC Frontend, MVC Web API and SPA based applications using Azure Active Directory.

Number of Pages :20

Outline

a.       Securing ASP.Net MVC – Core application using AAD.

b.      Securing ASP.Net MVC API -Core application using AAD bearer tokens

c.       Securing Angular based SPA applications using AAD implicit flow.

 

8.       Database Design Patterns

Chapter Goal: This chapter focuses on various database options for Microservices applications. This will also clarify the question on whether the microservices should be deployed on separate DBs or a single DBs.

 

·         Chapter Outline

o   Common database patterns and techniques

o   Common challenges to host databases for microservices architecture

o   Shared DB vs isolated DB for each microservice

o   Host separate DB per microservice

o   Hosting shared DB on Azure SQL DB

o   Multiple Schemas on Azure SQL database managed instance

o   Various synchronization options for common data across Microservices

 

 

9.       Build hybrid applications using Microsoft Azure Stack

Chapter Goal: Organizations which are getting ready for cloud or want hybrid cloud options, Azure stack is the solution for them. In this chapter we will discuss about how to use Azure stack services to build microservices applications.

Number of Pages :30

Chapter Outline

o   Overview of Azure Stack

o   Azure services available on Azure stack

o   Build application and database containers on Azure Stack

o   Deploy containerized application on service fabric cluster on Azure stack

o   Monitoring application on Azure Stack

Harsh Chawla has been part of Microsoft for last 11 years and has done various roles - currently, a Solutions Sales Professional with Microsoft GSMO. He has been working with large IT enterprises as a strategist to optimize their solutions using Microsoft technologies on both private and public cloud. He is an active community speaker and blogger on data platform technologies.


Hemant Kathuria is a consultant with Microsoft Consulting Services. He is assisting top Indian IT companies and customers in defining and adopting cloud and mobile strategies. He is an Advocate of Microsoft Azure and a frequent speaker at various public platforms such as Microsoft Ignite, TechReady, Tech-Ed, Azure Conference, and Future Decoded.
 

 

Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book explains the concepts of microservices architecture and discusses the pros and cons of migrating versus developing .NET-based applications on containers in Microsoft Azure.

Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. From there, you will explore microservices deployment on Azure, including containers, Azure Service Fabric, and Azure SQL database. Next, you will learn about monitoring options for Azure Service Fabric clusters and work with the various Azure Kubernetes Service (AKS) options.

Finally, you’ll wrap up with a discussion of the various database options for microservices applications and cover how to build hybrid applications using Microsoft Azure Stack. After reading this book, you will be able to build microservices applications from scratch and harness the power of containers on the Microsoft Azure platform.      
  

You will:
  • Understand the criteria used in microservices and monolithic applications
  • Build scalable, agile, and secure microservices applications on Microsoft Azure 
  • Create hybrid microservices applications on Microsoft Azure stack
  • Organize and monitor microservices applications running on containers using Kubernetes
  • Secure ASP.NET MVC, MVC Web API, and SPA microservices 



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia