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

DevOps for Azure Applications, Machiraju


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

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

Автор: Machiraju
Название:  DevOps for Azure Applications
ISBN: 9781484236420
Издательство: Springer
Классификация:


ISBN-10: 1484236424
Обложка/Формат: Paperback
Страницы: 126
Вес: 2.29 кг.
Дата издания: 2018
Язык: English
Издание: 1st ed.
Иллюстрации: 115 illustrations, black and white; xvi, 126 p. 115 illus.
Размер: 156 x 234 x 13
Читательская аудитория: Professional & vocational
Основная тема: Microsoft and .NET
Подзаголовок: Deploy and integrate web applications on azure
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Chapter 1: DevOps for Azure

Chapter Goal:

Traditionally, software development life cycle warranted siloed teams taking on specific tasks, i.e., Development Team and Operations Team wherein the Developers were responsible for writing code, checking in the source code into source control, testing the code, QA of the code and staging. The Operations/Production team was responsible for deploying the code to servers and thereafter coordinating with the customers and providing feedback to developers. Such siloed efforts were mostly manual processes with a small degree of siloed Application/Software deployment process. This manual process had several drawbacks and some of them are as follows:

No of pages 13

Chapter 01: DevOps for Azure ........................................................ 9-16

Need for DevOps ..................................................................................... 9

Describing the Functions of DevOps ..................................................... 10

DevOps Application Deployment Process............................................. 11

Understanding DevOps Tools ................................................................ 13

Chapter 2: Deployment via TeamCity and Octopus Deploy

Chapter Goal:

As discussed in the earlier chapter, an application deployment in DevOps requires a Continuous Integration (CI) tool and Continuous Delivery (CD) tool/release management software to automate the entire process. Currently, there are several such tools available in the market. In this chapter, we will use TeamCity as a CI tool and Octopus Deploy as a release management and CD software to get our package deployed on Azure Web Application.

No of pages 28

Chapter 02: Deployment via TeamCity and Octopus Deploy .... 17-44

Introduction to Microsoft Public Cloud, Azure ..................................... 17

Understanding TeamCity ....................................................................... 18

Basic Concepts of TeamCity .............................................................. 18

Configuring Build in TeamCity ......................................................... 20

Creating a Package................................................................................. 27

Using Octopus Deploy ........................................................................... 30

Creating a Project ............................................................................... 31

Creating an Environment ................................................................... 32

Uploading NuGet Package to Octopus Deploy.................................. 34

Creating Steps for Deployment Process............................................. 36

Using Variables .................................................................................. 39

Creating and Deploying a Release ..................................................... 40

Summary ................................................................................................ 43

Chapter 3: Deployment via VSTS

Chapter Goal:

In the earlier chapter, we learned the process of deploying Applications to Azure through different on-premise tools. We used TeamCity as CI tool and Octopus Deploy as CD tool. The major problem with the earlier solution was that there was need of separate tools to deploy Applications. VSTS is a collaborative solution that takes care of the entire software deployment lifecycle from creating packages to deploying the Application. In this chapter, we will go through the entire process of Application deployment to Azure using VSTS.

No of pages



Azure and Xamarin Forms

Автор: Fustino
Название: Azure and Xamarin Forms
ISBN: 1484235606 ISBN-13(EAN): 9781484235607
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Discover how to create cross platform apps for Android, iOS and UWP using Azure services and C# with Xamarin Forms. This book illustrates how to utilize Azure cloud storage for serving up Azure SQL DB data through Azure App Services.The book starts by setting up Xamarin and introducing Xamarin Forms and then covers the Azure Portal from a developer’s perspective and goes on to demonstrate how to build an Azure Service using Quickstart. You'll also see how to add Azure support to Xamarin Forms application. You'll review in detail how to build a Xamarin Form with Azure Client and modify an existing app to become a Xamarin Forms Client for Azure with offline synchronization.You then move on to third-party controls that speed up development. By the end of the book, you will be able to use Azure and Xamarin together and master how to use Azure Mobile Quickstarts, Azure SQL plumbing, database synchronization and Xamarin Forms.What You'll LearnCreate a Xamarin Forms App and understand the Structure of a Xamarin Forms App. Navigate pages and use platform specific coding. Use images, ListView and the Azure Mobile App Quickstart to build a Service and Xamarin Forms appModify an existing app to use Azure Client Libraries, understand offline storage with SQLite and incorporate offline synchronizationWho This Book Is For Software developers new to Xamarin and/or Azure and for the developers who are familiar with both the technologies to use in mobile apps.

DevOps for Developers

Автор: Huttermann Michael
Название: DevOps for Developers
ISBN: 1430245697 ISBN-13(EAN): 9781430245698
Издательство: Springer
Рейтинг:
Цена: 3766.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: DevOps for Developers delivers a practical, thorough introduction to approaches, processes and tools to foster collaboration between software development and operations.

Web Applications on Azure

Автор: Rob Reagan
Название: Web Applications on Azure
ISBN: 1484229754 ISBN-13(EAN): 9781484229750
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Build .NET apps on Microsoft Azure services that can grow to Internet scale. Learn how you can make smart application architecture decisions and follow best practices so that your website can handle tens of thousands of concurrent users and deliver your content globally.

Author Rob Reagan takes you through key Azure technologies targeted toward building web applications, and along the way shares his lessons learned in scaling out a real-world web application. After an overview of web application building blocks, the book dives into relational and NoSQL data storage options on Azure, including Azure Table Storage and CosmosDB. You'll then discover how to make best use of Redis Cache, Web Jobs, Messaging Queues, and more, alongside other tips, tricks, and troubleshooting advice for when things go wrong. The book concludes with a thorough exploration of best practices for deployment at scale.

What You'll Learn

  • Develop scalable architecture patterns on Azure with ASP.NET MVC
  • Understand the pros and cons of using SQL Azure vs. NoSQL solutions (Azure Tables, CosmosDB)
  • Perform data migration, backup, and recovery in SQL Azure
  • Use effective caching
  • Troubleshoot your web applications
  • Know best practices for deployment

  • Who This Book Is For

    Professional developers or serious hobbyists with experience developing web applications with ASP.NET MVC or Web API
    Practical api architecture and development with azure and aws

    Автор: Vijayakumar, Thurupathan
    Название: Practical api architecture and development with azure and aws
    ISBN: 1484235541 ISBN-13(EAN): 9781484235546
    Издательство: Springer
    Рейтинг:
    Цена: 7685.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Learn the business and technical importance of API design and architecture using the available cloud services from Azure and AWS.

    This book starts off with an introduction to APIs and the concept of API Economy from a business and organizational perspective. You'll decide on a sustainable API strategy and API architecture based on different case scenarios.
    You'll then look at actual examples on API development guidelines, providing a practical view and approach towards the API development and aligning teams in API development. This book walks you through the API gateway services available in Azure and AWS and reviews different approaches to API Security. This will prepare you for understanding the trade-off between security and the frictionless API experience.
    What You'll Learn
    Implement API Gateways to streamline API DevelopmentExamine Security Mapping with API gateways from Azure and AWSApply API implementation using Serverless architectureReview evolving APIs for monitoring and changing business requirementsUse code samples in API security implementations
    Who This Book Is For
    Developers and architects with .NET and web development experience who want to learn about API design.
    Practical Microsoft Azure IaaS

    Автор: Ambi Karthikeyan
    Название: Practical Microsoft Azure IaaS
    ISBN: 1484237625 ISBN-13(EAN): 9781484237625
    Издательство: Springer
    Рейтинг:
    Цена: 9083.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание:

    Adopt Azure IaaS and migrate your on-premise infrastructure partially or fully to Azure. This book provides practical solutions by following Microsoft’s design and best practice guidelines for building highly available, scalable, and secure solution stacks using Microsoft Azure IaaS.
    The author starts by giving an overview of Azure IaaS and its components: you’ll see the new aspects of Azure Resource Manager, storage in IaaS, and Azure networking. As such, you’ll cover design considerations for migration and implementation of infrastructure services, giving you practical skills to apply to your own projects.
    The next part of the book takes you through the different components of Azure IaaS that need to be included in a resilient architecture and how to set up a highly available infrastructure in Azure. The author focuses on the tools available for Azure IaaS automated provisioning and the different performance monitoring and fine-tuning options available for the platform. Finally, you’ll gain practical skills in Azure security and implementing Azure architectures.
    After reading Practical Microsoft Azure IaaS, you will have learned how to map the familiar on-premise architecture components to their cloud infrastructure counterparts. This book provides a focused and practical approach to designing solutions to be hosted in Azure IaaS.
    What You Will Learn
    Map the key Azure components to familiar concepts in infrastructure, such as virtualization, storage provisioning, switching, and firewallsImplement Azure IaaS deployment architectures Design IaaS environments in line with the Microsoft recommended best practices for scalability, resiliency, availability, performance, and securityManage the operational aspects of hosted environments, leverage automation, and fine tune for optimal performance
    Who This Book Is For
    Infrastructure and solution architects with skills in on-premise infrastructure design who want to up-skill in Azure IaaS.
    Pro SQL Server on Microsoft Azure

    Автор: Mazumdar
    Название: Pro SQL Server on Microsoft Azure
    ISBN: 148422082X ISBN-13(EAN): 9781484220825
    Издательство: Springer
    Рейтинг:
    Цена: 4890.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Learn the basics of Microsoft Azure and see how SQL Server on Azure VMs (Infrastructure-as-a-Service) and Azure SQL Databases (Platform-as-a-Service) work. This concise book shows you how to deploy, operate, and maintain your data using any one or a combination of these offerings along with your on-premise environment. Pro SQL Server on Microsoft Azure is a quintessential book for any IT professional who is planning to host their data on Microsoft Azure. This book will not only equip you with the tips, tricks, and tools to manage SQL Server offerings on Azure, but will also help you in deciding between PaaS, IaaS, or hybrid.In the ever-changing world of operations, IT administrators and SQL Server DBAs often find that the biggest challenges occur once they’ve deployed to the cloud. This is precisely why Pro SQL Server on Microsoft Azure was written; it will help you master today’s cloud world. What You'll LearnUnderstand the Microsoft Azure IaaS architectureWork with Azure Storage and Networking Deploy SQL Server on Azure VMs using best practicesApply effective security principles to SQL Azure DatabasesMeasure and optimize the performance of SQL Server offerings on AzureImplement Business continuity and disaster recovery options with Azure SQL DatabasesWho This Book Is For

    This book is for IT admins and SQL Server DBAs who are managing or would be managing SQL Server deployments on Microsoft Azure.v>
    Practical Azure Application Development

    Автор: Thurupathan Vijayakumar
    Название: Practical Azure Application Development
    ISBN: 1484228162 ISBN-13(EAN): 9781484228166
    Издательство: Springer
    Рейтинг:
    Цена: 3912.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Get started and learn a step-by-step approach to application development using Microsoft Azure. Select the right services to solve the problem at hand in a cost-effective manner and explore the potential different services and how they can help in building enterprise applications. Azure has an ample amount of resources and tutorials, but most of them focus on specific services and explain those services on their own and in a given context. Practical Azure Application Development focuses on building complete solutions on Azure using different services. This book gives you the holistic approach to Azure as a solutions development platform. This book:

    • Covers Azure as a solution development platform for building applications
    • Provides real-world examples to understand why and when an Azure service is required
    • Discusses how Azure helps to achieve continuous improvement and expansion of an application
    • Provides application development experience from purchasing Azure to integrating with core Azure services, including an introduction to DevOps with VSTS
    What You'll Learn
    • Use Azure services to solve real-world software problems
    • Define the usage of Azure services and select the right services to solve the problem at hand
    • Make clear and less ambiguous decisions about using different Azure services
    • Take a holistic approach to Azure as a solution platform
    • Understand the basics of security, data protection, and cost controls in Azure
    Who This Book Is For
    Developers, software engineers, and architects who have experience in .NET and web development, but have little or no knowledge in planning and developing an application on Azure
    Cloud Data Design, Orchestration, and Management Using Microsoft Azure: Master and Design a Solution Leveraging the Azure Data Platform

    Автор: Diaz Francesco, Freato Roberto
    Название: Cloud Data Design, Orchestration, and Management Using Microsoft Azure: Master and Design a Solution Leveraging the Azure Data Platform
    ISBN: 1484236149 ISBN-13(EAN): 9781484236147
    Издательство: Springer
    Рейтинг:
    Цена: 9083.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: 1 Overview of data architecture on Microsoft Azure Introduction Technologies: everyone touched in the book plus some other edge technologies just mentioned. We explain the scenarios of the book.This chapter will be written during the whole process, updating it with the relevant content of the scenarios developed in the chapters.
    2 Working with Relational DBs on Azure Relational DBs scenarios Technologies: VMs, Backup, Storage, SQL Server DR and GEO-DR, (Oracle, MySQL)We would like to cover the best practices to deploy standard RDBMSs while using Azure VMs and networking.
    3 Working with Azure SQL Database Azure DB scenarios Technologies: Azure SQL DB, Stretch DB, Database Pools, Sharding data, Migration from other RDBMSs to Azure SQL DBThis chapter is about the SQL Database PaaS, with some tricks for advanced usage. We cover the services and the connected services, how to scale with relational DBs and how to write multi-tenant applications.
    4 Working with NoSQL alternatives NoSQL scenarios Technologies: Storage, DocumentDB, Redis, Azure SearchThis chapter enforces the polyglot persistence idea, where different technologies and data sources address different needs. The NoSQL alternatives can fill the gap of modern applications in terms of performance and feature set.
    5 Orchestrate data with Azure Data Factory Integration scenarios Technologies: Azure Data FactoryIn this chapter we talk about integration of different data sources and advanced pipelines of data transformation. We explore some scenarios to lower the complexity of the Data Factory service and we see how to setup existing solutions to fit it.
    6 Advanced analysis with Azure Data Lake Analysis scenarios Technologies: Data Lake Store/Analytics, U-SQLThis is the first chapter about ingestion of big data. This is focused on ingestion of native data, to be prepared, enriched and evaluated/analyzed in a second step.
    7 Real-time Ingestion, Processing and Prediction Real-time scenarios Technologies: Machine Learning, Stream Analytics, Event HubThis is instead focused in ingestion of well-known and structured data with the aim to process it in real-time. In addition a step of prediction is added to react (in real time too) to certain events.
    8 Working with Big Data with Azure Batch and Map/Reduce Big data scenarios Technologies: HDInsight, Hadoop, Spark, R Server, Storm, Azure BatchThis is the last chapter about Big Data, exploring the industry standard to perform data operations, while executing those engines on Azure.
    9 APPENDIX (tbd yet, adding some of the topics below to one of the other chapter still has to be defined) Other Technologies: Azure Analysis Services (chapter 3?), Power BI (chapter 6?), Azure SQL DataWarehouse (chapter 6?), Azure Data Catalog (chapter 5?)Those technologies should fit the existing chapters, but we do not know where they best fit at the time being.

    Microsoft azure cosmos db revealed

    Автор: Guay Paz, Jose Rolando
    Название: Microsoft azure cosmos db revealed
    ISBN: 1484233506 ISBN-13(EAN): 9781484233504
    Издательство: Springer
    Рейтинг:
    Цена: 6288.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Learn the main features of Azure Cosmos DB and how to use Microsoft’s multi-model database service as a data store for mission-critical applications. The clear examples help in writing your own applications to take advantage of Cosmos DB’s multi-model, globally distributed, elastic database. Simple step-by-step instructions show how to resolve common and uncommon scenarios involving Azure Cosmos DB, and scenarios such as delivering extremely low response times (in the order of milliseconds), and scaling rapidly and globally.

    Microsoft Azure Cosmos DB Revealed demonstrates a multitude of possible implementations to get you started. This book guides you toward best practices to get the most out of Microsoft’s Cosmos DB service. Later chapters in the book cover advanced implementation features, helping you master important elements such as securing the database, querying, and using various APIs.
    What You'll Learn
    Set up a development environment to work with Azure Cosmos DBConfigure Azure Cosmos DB in a production environment with multi-region distributionQuery using all APIs, including SQL, JavaScript, MongoDB, and GraphWork with the Azure Cosmos DB.NET SDK in an application you builtAccess Cosmos DB from web applications created in .NET
    Who This Book Is For
    Developers who build applications to be hosted in Microsoft Azure, whether they use PaaS or IaaS. No previous knowledge of Azure Cosmos DB is assumed, but readers must be familiar with developing applications in Microsoft Visual Studio.
    Azure Automation Using the ARM Model

    Автор: Shijimol Ambi Karthikeyan
    Название: Azure Automation Using the ARM Model
    ISBN: 1484232186 ISBN-13(EAN): 9781484232187
    Издательство: Springer
    Рейтинг:
    Цена: 3912.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Focus exclusively on the Azure Resource Manager (ARM) deployment model for Azure automation and gain in-depth knowledge of topics such as runbook authoring, different types of automation runbooks, and hybrid cloud automation.


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