Автор: Katzer, Matthew Crawford, Don L. Название: Office 365: migrating and managing your business in the cloud ISBN: 1430265264 ISBN-13(EAN): 9781430265269 Издательство: Springer Рейтинг: Цена: 4186.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Written for the IT professional and business owner, this book provides the business and technical insight necessary to migrate your business to the cloud using Microsoft Office 365. This book provides practical help in moving your business to the Cloud and covers the planning, migration and the follow on management of the Office 365 Cloud services.
Автор: Iris Classon Название: Migrating ASP.NET Microservices to ASP.NET Core ISBN: 1484243269 ISBN-13(EAN): 9781484243268 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Поставка под заказ.
Описание: Migrate your existing microservice cluster from ASP .NET to ASP .NET Core. While improved performance and cross-platform support are evident, this book helps you cut through the noise to determine how, when, and to what extent a migration is needed.Microsoft’s introduction of .NET Core has created a lot of excitement, but also a lot of confusion for developers accustomed to ASP applications and services. This book gives you specific steps to embark on a partial or full SaaS microservices system migration, factoring in limited resources, time, and finances. In addition to practical advice and real-world examples, many mishaps will be shared, providing you with a complete 360-degree view of a migration.As a developer intimately familiar with the migration process, author Iris Classon shares prescriptive guidance on every part of the system—from code, dependencies, editors, integration, and the deployment pipeline to a distribution model. You will come away with all the information you need to plan and prepare your migration to ASP.NET Core.What You’ll LearnConduct an in-depth, pre-migration analysis of your system Know the differences between ASP .NET and ASP .NET CorePlan for and execute a full or partial migration to ASP .NET Core Understand the continuous integration and deployment process Gain insight on tools and templates that will accelerate and facilitate the migration processLeverage a real-world migration example, complete with genuine challengesMigrate specific components such as logging, authentication, data access, and moreWho This Book Is ForDevelopers who are considering or are tasked with migrating an existing microservice cluster from ASP.NET to ASP.NET Core. Experience with C#, Web API, ASP.NET, Visual Studio, and PowerShell is helpful.
Автор: 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.
Автор: 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.
Описание: Use a step-by-step process to create and deploy your first Azure IoT Edge solution.Modern day developers and architects in today’s cloud-focused world must understand when it makes sense to leverage the cloud. Computing on the edge is a new paradigm for most people. The Azure IoT Edge platform uses many existing technologies that may be familiar to developers, but understanding how to leverage those technologies in an edge computing scenario can be challenging.Beginning Azure IoT Edge Computing demystifies computing on the edge and explains, through concrete examples and exercises, how and when to leverage the power of intelligent edge computing. It introduces the possibilities of intelligent edge computing using the Azure IoT Edge platform, and guides you through hands-on exercises to make edge computing approachable, understandable, and highly useful.Through user-friendlydiscussion you will not only understand how to build edge solutions, but also when to build them. By explaining some common solution patterns, the decision on when to use the cloud and when to avoid the cloud will become much clearer.What You'll LearnCreate and deploy Azure IoT Edge solutionsRecognize when to leverage the intelligent edge pattern and when to avoid itLeverage the available developer tooling to develop and debug IoT Edge solutionsKnow which off-the-shelf edge computing modules are availableBecome familiar with some of the lesser-known device protocols used in conjunction with edge computingUnderstand how to securely deploy and bootstrap an IoT Edge deviceExplore related topics such as containers and secure device provisioning
Who This Book Is For
Developers or architects who want to understand edge computing and when and where to use it. Readers should be familiar with C# or Python and have a high-level understanding of the Azure IoT platform.
Автор: Machiraju Название: DevOps for Azure Applications ISBN: 1484236424 ISBN-13(EAN): 9781484236420 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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
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
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
Автор: 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
Автор: Chakraborty Bapi, Ambi Karthikeyan Shijimol Название: Understanding Azure Monitoring: Includes Iaas and Paas Scenarios ISBN: 1484251296 ISBN-13(EAN): 9781484251294 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Chapter 1: The Ever Changing Landscape of the Cloud Chapter Goal: In this chapter we will quickly touch upon how the public cloud computing changing the operational aspects of the modern enterprise -Those who have adopted, those who are born in the cloud and those who are still strategizing and identifying what works for them and what doesn't. In each case they need to identify how things change to be in a fully functional operationalization state. No of pages:12
Sub -Topics
1. The traditional and the new
2. An architect's challenge
3. Achieving Operational efficiency
4. Key Architectural Constructs
Chapter 2: The Scenarios and the Tools
Chapter Goal: Focus on the various scenarios that includes muti, hybrid, health, SLA, resource monitoring etc. and the Azure tools that enables them
No of pages: 30
Sub - Topics
1. Introducing Azure Monitoring and diagnostics platform
2. SLA
3. Auditing & Compliance
4. Security
5. Availability
6. Performance
7. Usage
8. Health
Chapter 3: The Big Picture with Hybrid and Multi-Cloud Strategy
Chapter Goal: Which tools are out there and how they fit into your monitoring and operational strategy; Integration with On-premises SIEM systems. This will cover the importance of choosing the right remediation techniques as well as information on configuring Alerts. It will also cover the best practices to be followed in Azure Monitoring configuration
No of pages: 20
Sub - Topics:
1. Integration study of IaaS, PaaS and SaaS worlds
2. Hybrid cloud monitoring
3. Multi cloud monitoring
Chapter 4: Scenario Based Examples: Cloud Only
Chapter Goal: Discuss various ways to monitor the workloads and take remediation measures to predict and respond to failures
No of pages: 43
Sub - Topics:
1. Design and implementation reference guide
2. Monitoring a simple WebApplication on Azure
3. Monitoring multi region Web Application
4. Monitor for failure of a cloud only application
5. Application that includes PaaS and IaaS services
Chapter 5: Scenario Based Examples: Hybrid Applications and Systems
Chapter Goal: Discuss various ways to monitor the workloads and take remediation measures to predict and respond to failures
No of pages: 30
Sub - Topics:
1. Monitoring an application with SCOM integration
2. Monitoring failure of a hybrid application
3. Azure Monitor integration with On-premises SIEM systems
4. Identity logging, reporting and Analytics
Chapter 6: Accepting Continuous Changes and Capabilities
Chapter Goal: This chapter will explore the importance of monitoring in DevOps culture, upcoming capabilities and im
Автор: Chaminda Chandrasekara; Pushpa Herath Название: Hands-on Azure Repos ISBN: 1484254244 ISBN-13(EAN): 9781484254240 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Use Azure Repos to manage your code in both centralized and distributed version control systems. This book will show you how to work with Team Foundation Version Control (TFVC) and distributed version control (Git), while exploring their best practices.
You'll start with an introduction to Azure Repos, focusing on TFVC and Git, and then gradually transition to hands on lessons of working with TVFC. Next, you'll see how to set up and work with TFVC branches and tracking systems followed by usage of command line and security in TFVC Repos.
Create and work on Git Repos in Azure DevOps and use branching with Azure Git Repos and Git command line in Visual Studio and vscode. The book then explores security in Git Repos and advanced options you can use to import from external Repos. With Hands-on Azure Repos as your guide, you'll be able to work with these version control tools on any platform and with any language.
What You'll Learn
Integrate Azure Repos with Azure Boards to enable tracking work with code.Create guidelines to tackle difficult situations in using Azure ReposClone Azure Repo to local using Visual Studio and vscodeWork with shelvesets, code reviews and lock types
Perform activities using REST API with Azure Repos
Learn to develop bots with zero coding knowledge using the Azure Cognitive QnA Maker service, a GUI cognitive service from Microsoft. This book shows you how to integrate QnA Maker with the Azure Bot Service and Microsoft Bot Framework, along with how to integrate your bot with social channels such as Web Chat, and Telegram. You will learn what QnA Maker is, why you should use this service in enterprise settings, when you should use this service, and how you should use the service. Developing Bots with QnA Maker Service takes you through the QnA Maker FAQ knowledge base with Azure Bot Service, where you will discover how to get started with a web app bot using the Azure portal. This section culminates in deploying your bot on Azure Web App, making your bot live. Next, you will learn QnA Maker with the .NET Framework and Visual Studio 2017 along with ways to manage QnA Maker service post deployment. Finally, you will learn how to add media content including videos and images to the QnA Maker knowledge base. After reading this book you will be able to develop bots using the latest .NET Framework, Visual Studio 2017, and the Microsoft online code editor.
What You Will Learn
Customize QnA Maker default components, using the Azure portalWork with Microsoft Bot FrameworkDevelop and integrate FAQ bots with Azure Bot ServiceManage FAQ bots using the .NET Framework and the Azure portal
Who This Book Is For
Developers/architects with an interest in building chatbots.
Автор: Stephen Haunts Название: Applied Cryptography in .NET and Azure Key Vault ISBN: 1484243749 ISBN-13(EAN): 9781484243749 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Benefit from Microsoft's robust suite of security and cryptography primitives to create a complete, hybrid encryption scheme that will protect your data against breaches. This highly practical book teaches you how to use the .NET encryption APIs and Azure Key Vault, and how they can work together to produce a robust security solution.
Applied Cryptography in .NET and Azure Key Vault begins with an introduction to the dangers of data breaches and the basics of cryptography. It then takes you through important cryptographic techniques and practices, from hashing and symmetric/asymmetric encryption, to key storage mechanisms. By the end of the book, you’ll know how to combine these cryptographic primitives into a hybrid encryption scheme that you can use in your applications.
Author Stephen Haunts brings 25 years of software development and security experience to the table to give you the concrete skills, knowledge, and code you need to implement the latest encryption standards in your own projects.
What You'll Learn
Get an introduction to the principles of encryptionUnderstand the main cryptographic protocols in use today, including AES, DES, 3DES, RSA, SHAx hashing, HMACs, and digital signaturesCombine cryptographic techniques to create a hybrid cryptographic scheme, with the benefits of confidentiality, integrity, authentication, and non-repudiationUse Microsoft's Azure Key Vault to securely store encryption keys and secretsBuild real-world code to use in your own projects
Who This Book Is For
Software developers with experience in .NET and C#. No prior knowledge of encryption and cryptographic principles is assumed.
Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book focuses on the key scenarios where microservices architecture is preferred over a monolithic architecture.
Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. You'll see the key scenarios where microservices architecture is preferred over a monolithic approach. From there, you will explore the critical components and various deployment options of microservices on platforms such as Microsoft Azure (public cloud) and Azure Stack (hybrid cloud). This includes in-depth coverage of developing, deploying, and monitoring microservices on containers and orchestrating with Azure Service Fabric and Azure Kubernetes Cluster (AKS).
This book includes practical experience from large-scale enterprise deployments, therefore it can be a quick reference for solution architects and developers to understand the critical factors while designing a microservices application.
What You Will Learn
Explore the use cases of microservices and monolithic architectureDiscover the architecture patterns to build scalable, agile, and secure microservices applicationsDevelop and deploy microservices using Azure Service Fabric and Azure Kubernetes Service Secure microservices using the gateway patternSee the deployment options for Microservices on Azure StackImplement database patterns to handle the complexities introduced by microservices
Who This Book Is For
Architects and consultants who work on Microsoft Azure and manage large-scale deployments.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru