Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Deploying the Zero Trust Framework in MSFT Azure, Das, Ravindra


Варианты приобретения
Цена: 18374.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Das, Ravindra
Название:  Deploying the Zero Trust Framework in MSFT Azure
ISBN: 9781032581026
Издательство: Taylor&Francis
Классификация:









ISBN-10: 1032581026
Обложка/Формат: Hardcover
Страницы: 70
Вес: 0.30 кг.
Дата издания: 12/14/2023
Серия: Cyber Shorts
Иллюстрации: 2 tables, black and white; 14 line drawings, black and white; 2 halftones, black and white; 16 illustrations, black and white
Размер: 234 x 156
Основная тема: Computers | Internet | Online Safety & Privacy ; Computers | Distributed Systems | Cloud Computing ; Computers | Security | Network Security ; Computers | Information Technology ; Computers | Security | Cryptography & Encryption
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз


The Art of Site Reliability Engineering (SRE) with Azure

Автор: Beloki
Название: The Art of Site Reliability Engineering (SRE) with Azure
ISBN: 1484287037 ISBN-13(EAN): 9781484287033
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Gain a foundational understanding of SRE and learn its basic concepts and architectural best practices for deploying Azure IaaS, PaaS, and microservices-based resilient architectures. The book starts with the base concepts of SRE operations and developer needs, followed by definitions and acronyms of Service Level Agreements in real-world scenarios. Moving forward, you will learn how to build resilient IaaS solutions, PaaS solutions, and microservices architecture in Azure. Here you will go through Azure reference architecture for high-available storage, networking and virtual machine computing, describing Availability Sets and Zones and Scale Sets as main scenarios. You will explore similar reference architectures for Platform Services such as App Services with Web Apps, and work with data solutions like Azure SQL and Azure Cosmos DB. Next, you will learn automation to enable SRE with Azure DevOps Pipelines and GitHub Actions. You’ll also gain an understanding of how an open culture around post-mortems dramatically helps in optimizing SRE and the overall company culture around managing and running IT systems and application workloads. You’ll be exposed to incent management and monitoring practices, by making use of Azure Monitor/Log Analytics/Grafana, which forms the foundation of monitoring Azure and Hybrid-running workloads. As an extra, the book covers two new testing solutions: Azure Chaos Studio and Azure Load Testing. These solutions will make it easier to test the resilience of your services. After reading this book, you will understand the underlying concepts of SRE and its implementation using Azure public cloud. What Will You Learn: * Learn SRE definitions and metrics like SLI/SLO/SLA, Error Budget, toil, MTTR, MTTF, and MTBF * Understand Azure Well-Architected Framework (WAF) and Disaster Recovery scenarios on Azure * Understand resiliency and how to design resilient solutions in Azure for different architecture types and services * Master core DevOps concepts and the difference between SRE and tools like Azure DevOps and GitHub * Utilize Azure observability tools like Azure Monitor, Application Insights, KQL or Grafana * Understand Incident Response and Blameless Post-Mortems and how to improve collaboration using ChatOps practices with Microsoft tools Who Is This Book For: IT operations administrators, engineers, security team members, as well as developers or DevOps engineers.

Kubernetes for Serverless Applications

Автор: McKendrick Russ
Название: Kubernetes for Serverless Applications
ISBN: 1788620372 ISBN-13(EAN): 9781788620376
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Function as a Service (FaaS) remains at the core of the serverless movement. Kubernetes is best placed to bring serverless functions and conventional microservices together. This book has been written for admins who currently run their workloads in Kubernetes clusters and are interested in further leveraging their hardware/clusters to run ...

Deploying Identity and Access Management with Free Open Source Software

Автор: Michael Schwartz
Название: Deploying Identity and Access Management with Free Open Source Software
ISBN: 1484226003 ISBN-13(EAN): 9781484226001
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn to leverage existing free open source software to build an identity and access management (IAM) platform that can serve your organization for the long term.

Microsoft Azure for Java Developers

Автор: Mishra
Название: Microsoft Azure for Java Developers
ISBN: 1484282507 ISBN-13(EAN): 9781484282502
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn Azure-based features to build and deploy Java applications on Microsoft’s Azure cloud platform. This book provides examples of components on Azure that are of special interest to Java programmers, including the different deployment models that are available. The book shows how to deploy your Java applications in Azure WebApp, Azure Kubernetes Service, Azure Functions, and Azure Spring Cloud. Also covered is integration with components such as Graph API, Azure Storage, Azure Redis Cache, and Azure SQL. The book begins with a brief discussion of cloud computing and an introduction to Java support on Azure. You’ll then learn how to deploy Java applications using each of the deployment models, and you’ll see examples of integrating with Azure services that are of particular interest to Java programmers. Security is an important aspect, and this book shows you how to enable authentication and authorization for your Java applications using Azure Active Directory. Implementing a DevOps strategy is essential in today’s market when building any application. Examples in this book show you how to build continuous integration and continuous deployment pipelines to build and deploy Java applications on Azure. The book focuses on the best practices you should follow while designing and implementing Java applications on Azure. The book also elaborates on monitoring and debugging Java applications running on Azure using Application Insights and Azure Monitor. What You Will Learn * Design and build Azure-based Java applications * Run Azure-based Java applications on services such as Azure App Services, Azure Spring Cloud, Azure Functions, and Azure Kubernetes Service * Integrate Azure services such as Azure SQL, Azure Storage Account, Azure Redis Cache, Azure Active Directory, and more with Java applications running on Azure * Monitor and debug Java applications running on Azure * Secure Azure-based Java applications * Build DevOps CI/CD strategy for Azure-based Java applications * Package and deploy Azure-based Java applications on Azure Who This Book Is For Java developers planning to build Azure-based Java applications and deploy them on Azure. Developers should be aware of the preliminary cloud fundamentals to help them understand the Java capability available on Azure. They do not need to be an expert in Azure to grasp the book’s content and start building Java-based applications using the capability available on Azure. However, they should have a good understanding of the Java programming language and frameworks.

Microsoft azure

Автор: Soh, Julian Copeland, Marshall Puca, Anthony Harris, Micheleen
Название: Microsoft azure
ISBN: 1484259572 ISBN-13(EAN): 9781484259573
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

PART I Introducing Microsoft Azure

Ch 1. Microsoft Azure and Cloud Computing

Overview of Microsoft Azure services

Azure concepts

Availability Zones

Security, Compliance, and Privacy primer

Azure licensing and cost management concepts

Subscriptions

Ch 2. Overview of Azure Infrastructure-as-a-Service (IaaS) services

Azure Virtual Machines

Azure Networking

Hybrid data center design concepts (private-public cloud)

Hybrid data center operations and monitoring

IaaS security considerations

Ch 3. Overview of Azure Platform-as-a-Service

Azure Storage Accounts

Azure WebApps

Azure Database Services

Azure PaaS networking services

Azure Machine Learning and Cognitive Services

Azure Load Balancers

Azure Batch

Ch 4. Azure AppDev Services Overview

Azure DevOps and GitHub

Azure IaaS as code

Visual Studio

Containers - AKS

5. Ethical AI, Azure AI, and Machine Learning

Azure for the modern Data Engineers

Azure SQL Database

Azure SQL Managed Instance

Azure SQL Data Warehouse

Azure Cosmos DB

Azure Data Lake Service (gen 2)

Azure Data Factory v2

Cognitive Services

Artificial Intelligence and Machine Learning

PART II Planning and adopting Azure

6. Budgeting and cloud economics

Using assessment tools - Microsoft Movere

Understanding Cloud Economics - CapEx vs OpEx

Forecasting and other cost saving features

Autoscaling

Reserved Instances

Service Level Agreement in LRS vs GRS

Azure Cost Mgmt and Billing

7. Designing a Hybrid Data Center

Networking considerations

PaaS Considerations

Identity and Access Management

Security and monitoring

8.Tools, training, and upskilling existing IT personnel

Available and required minimum training

Assembling the toolkit for the Cloud engineer

PowerShell ISE

Visual Studio Code

Azure Storage Explorer

ARM Templates

Hashicorp Terraform

Source control

Common Mistakes

PART III Using Azure for Infrastructure-as-a-Service (IaaS)

9. Implementing Azur networking

Designing and implementing Virtual Networks (vNets)

Implementing Site-to-Site VPN

Implementing ExpressRoute

ER Direct

Global Reach

Implementing Network Security Groups

Im

Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes

Автор: Telang
Название: Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes
ISBN: 1484288319 ISBN-13(EAN): 9781484288313
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE. This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of MicroProfile, such as fault tolerance, config, health check, metrics, and JWT auth. You'll develop a RESTful web service made up of some microservices. You'll deploy your application on Docker and Kubernetes. After reading this book, you'll come away with the fundamentals you need to build and deploy your first cloud-native Java-based app. What You'll Learn * Build your first cloud-native Java-based app with the open source MicroProfile platform, and Jakarta EE 10 APIs * Develop a RESTful web service using MicroProfile and Jakarta EE * Discover and explore the key components of the MicroProfile framework, such as config, metrics, health, JWT authentication, and more * Deploy your cloud-native application on the Kubernetes container orchestration platform * Get up to speed with other popular technologies such as Docker containers, Kubernetes clusters, and Zipkin Who This Book Is For Programmers with at least some prior experience in Java programming who may be new to MicroProfile and Jakarta EE. Some prior experience with Java-based microservices and web development is recommended, but not required.

Deploying and Managing a Cloud Infrastructure: Real World Skills for the Comptia Cloud+ Certification and Beyond: Cv0-001

Автор: Salam Abdul, Ul Haq Salman, Gilani Zafar
Название: Deploying and Managing a Cloud Infrastructure: Real World Skills for the Comptia Cloud+ Certification and Beyond: Cv0-001
ISBN: 1118875109 ISBN-13(EAN): 9781118875100
Издательство: Wiley
Рейтинг:
Цена: 7524.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn in-demand cloud computing skills from industry experts Deploying and Managing a Cloud Infrastructure is an excellent resource for IT professionals seeking to tap into the demand for cloud administrators. This book helps prepare candidates for the CompTIA Cloud+ Certification (CV0-001) cloud computing certification exam.

The Zero Trust Framework and Privileged Access Management (Pam)

Автор: Das, Ravindra
Название: The Zero Trust Framework and Privileged Access Management (Pam)
ISBN: 1032746009 ISBN-13(EAN): 9781032746005
Издательство: Taylor&Francis
Рейтинг:
Цена: 4898.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

The Zero Trust Framework and Privileged Access Management (Pam)

Автор: Das, Ravindra
Название: The Zero Trust Framework and Privileged Access Management (Pam)
ISBN: 1032742577 ISBN-13(EAN): 9781032742571
Издательство: Taylor&Francis
Рейтинг:
Цена: 11482.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Deploying the zero trust framework in msft azure

Автор: Das, Ravindra (president, Htg Solutions, Il, Usa)
Название: Deploying the zero trust framework in msft azure
ISBN: 1032581018 ISBN-13(EAN): 9781032581019
Издательство: Taylor&Francis
Рейтинг:
Цена: 4898.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Identity, Authentication, and Access Management in Openstack: Implementing and Deploying Keystone

Автор: Martinelli Steve, Nash Henry, Topol Brad
Название: Identity, Authentication, and Access Management in Openstack: Implementing and Deploying Keystone
ISBN: 1491941200 ISBN-13(EAN): 9781491941201
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This practical guide to using Keystone provides detailed, step-by-step guidance to creating a secure cloud environment at the Infrastructure-as-a-Service layer-as well as key practices for safeguarding your cloud`s ongoing security.

The Zero Trust Framework

Автор: Das, Ravindra
Название: The Zero Trust Framework
ISBN: 1032492783 ISBN-13(EAN): 9781032492780
Издательство: Taylor&Francis
Рейтинг:
Цена: 8114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия