Azure OpenAI Service for Cloud Native Applications

Azure OpenAI Service for Cloud Native Applications
Title Azure OpenAI Service for Cloud Native Applications PDF eBook
Author Adrián González Sánchez
Publisher "O'Reilly Media, Inc."
Pages 275
Release 2024-06-27
Genre Computers
ISBN 1098154959

Download Azure OpenAI Service for Cloud Native Applications Book in PDF, Epub and Kindle

Get the details, examples, and best practices you need to build generative AI applications, services, and solutions using the power of Azure OpenAI Service. With this comprehensive guide, Microsoft AI specialist Adrián González Sánchez examines the integration and utilization of Azure OpenAI Service—using powerful generative AI models such as GPT-4 and GPT-4o—within the Microsoft Azure cloud computing platform. To guide you through the technical details of using Azure OpenAI Service, this book shows you how to set up the necessary Azure resources, prepare end-to-end architectures, work with APIs, manage costs and usage, handle data privacy and security, and optimize performance. You'll learn various use cases where Azure OpenAI Service models can be applied, and get valuable insights from some of the most relevant AI and cloud experts. Ideal for software and cloud developers, product managers, architects, and engineers, as well as cloud-enabled data scientists, this book will help you: Learn how to implement cloud native applications with Azure OpenAI Service Deploy, customize, and integrate Azure OpenAI Service with your applications Customize large language models and orchestrate knowledge with company-owned data Use advanced roadmaps to plan your generative AI project Estimate cost and plan generative AI implementations for adopter companies

Azure OpenAI Service for Cloud Native Applications

Azure OpenAI Service for Cloud Native Applications
Title Azure OpenAI Service for Cloud Native Applications PDF eBook
Author Adrián González Sánchez
Publisher "O'Reilly Media, Inc."
Pages 249
Release 2024-06-27
Genre Computers
ISBN 1098154967

Download Azure OpenAI Service for Cloud Native Applications Book in PDF, Epub and Kindle

Get the details, examples, and best practices you need to build generative AI applications, services, and solutions using the power of Azure OpenAI Service. With this comprehensive guide, Microsoft AI specialist Adrián González Sánchez examines the integration and utilization of Azure OpenAI Service—using powerful generative AI models such as GPT-4 and GPT-4o—within the Microsoft Azure cloud computing platform. To guide you through the technical details of using Azure OpenAI Service, this book shows you how to set up the necessary Azure resources, prepare end-to-end architectures, work with APIs, manage costs and usage, handle data privacy and security, and optimize performance. You'll learn various use cases where Azure OpenAI Service models can be applied, and get valuable insights from some of the most relevant AI and cloud experts. Ideal for software and cloud developers, product managers, architects, and engineers, as well as cloud-enabled data scientists, this book will help you: Learn how to implement cloud native applications with Azure OpenAI Service Deploy, customize, and integrate Azure OpenAI Service with your applications Customize large language models and orchestrate knowledge with company-owned data Use advanced roadmaps to plan your generative AI project Estimate cost and plan generative AI implementations for adopter companies

Cloud Native Infrastructure with Azure

Cloud Native Infrastructure with Azure
Title Cloud Native Infrastructure with Azure PDF eBook
Author Nishant Singh
Publisher "O'Reilly Media, Inc."
Pages 325
Release 2022-02-09
Genre Computers
ISBN 149209093X

Download Cloud Native Infrastructure with Azure Book in PDF, Epub and Kindle

The cloud is becoming the de facto home for companies ranging from enterprises to startups. Moving to the cloud means moving your applications from monolith to microservices. But once you do, running and maintaining these services brings its own level of complexity. The answer? Modularity, deployability, observability, and self-healing capacity through cloud native development. With this practical book, Nishant Singh and Michael Kehoe show you how to build a true cloud native infrastructure using Microsoft Azure or another cloud computing solution by following guidelines from the Cloud Native Computing Foundation (CNCF). DevOps and site reliability engineers will learn how adapting applications to cloud native early in the design phase helps you fully utilize the elasticity and distributed nature of the cloud. This book helps you explore: Why go cloud native? How to use infrastructure as code What it takes to containerize an application Why and how Kubernetes is the "grand orchestrator" How to create a Kubernetes cluster on Azure How observability complements monitoring How to use service discovery and a service mesh to find new territories How networking and policy management serve as gatekeepers How distributed databases and storage work

Building Intelligent Cloud Applications

Building Intelligent Cloud Applications
Title Building Intelligent Cloud Applications PDF eBook
Author John Biggs
Publisher "O'Reilly Media, Inc."
Pages 154
Release 2019-09-10
Genre Computers
ISBN 1492052272

Download Building Intelligent Cloud Applications Book in PDF, Epub and Kindle

Serverless computing is radically changing the way we build and deploy applications. With cloud providers running servers and managing machine resources, companies now can focus solely on the application’s business logic and functionality. This hands-on book shows experienced programmers how to build and deploy scalable machine learning and deep learning models using serverless architectures with Microsoft Azure. You’ll learn step-by-step how to code machine learning into your projects using Python and pretrained models that include tools such as image recognition, speech recognition, and classification. You’ll also examine issues around deployment and continuous delivery, including scaling, security, and monitoring. This book is divided into three parts with application examples woven throughout: Cloud-based development: Learn the basics of serverless computing with machine learning, Functions-as-a-Service (FaaS), and the use of APIs Adding intelligence: Create serverless applications using Azure Functions; learn how to use prebuilt machine learning and deep learning models Deployment and continuous delivery: Get up to speed with Azure Kubernetes Service, Azure Security Center, and Azure Monitoring

Microsoft Azure Security Center

Microsoft Azure Security Center
Title Microsoft Azure Security Center PDF eBook
Author Yuri Diogenes
Publisher Microsoft Press
Pages 298
Release 2018-06-04
Genre Computers
ISBN 1509307060

Download Microsoft Azure Security Center Book in PDF, Epub and Kindle

Discover high-value Azure security insights, tips, and operational optimizations This book presents comprehensive Azure Security Center techniques for safeguarding cloud and hybrid environments. Leading Microsoft security and cloud experts Yuri Diogenes and Dr. Thomas Shinder show how to apply Azure Security Center’s full spectrum of features and capabilities to address protection, detection, and response in key operational scenarios. You’ll learn how to secure any Azure workload, and optimize virtually all facets of modern security, from policies and identity to incident response and risk management. Whatever your role in Azure security, you’ll learn how to save hours, days, or even weeks by solving problems in most efficient, reliable ways possible. Two of Microsoft’s leading cloud security experts show how to: • Assess the impact of cloud and hybrid environments on security, compliance, operations, data protection, and risk management • Master a new security paradigm for a world without traditional perimeters • Gain visibility and control to secure compute, network, storage, and application workloads • Incorporate Azure Security Center into your security operations center • Integrate Azure Security Center with Azure AD Identity Protection Center and third-party solutions • Adapt Azure Security Center’s built-in policies and definitions for your organization • Perform security assessments and implement Azure Security Center recommendations • Use incident response features to detect, investigate, and address threats • Create high-fidelity fusion alerts to focus attention on your most urgent security issues • Implement application whitelisting and just-in-time VM access • Monitor user behavior and access, and investigate compromised or misused credentials • Customize and perform operating system security baseline assessments • Leverage integrated threat intelligence to identify known bad actors

Designing Distributed Systems

Designing Distributed Systems
Title Designing Distributed Systems PDF eBook
Author Brendan Burns
Publisher "O'Reilly Media, Inc."
Pages 164
Release 2018-02-20
Genre Computers
ISBN 1491983612

Download Designing Distributed Systems Book in PDF, Epub and Kindle

Without established design patterns to guide them, developers have had to build distributed systems from scratch, and most of these systems are very unique indeed. Today, the increasing use of containers has paved the way for core distributed system patterns and reusable containerized components. This practical guide presents a collection of repeatable, generic patterns to help make the development of reliable distributed systems far more approachable and efficient. Author Brendan Burns—Director of Engineering at Microsoft Azure—demonstrates how you can adapt existing software design patterns for designing and building reliable distributed applications. Systems engineers and application developers will learn how these long-established patterns provide a common language and framework for dramatically increasing the quality of your system. Understand how patterns and reusable components enable the rapid development of reliable distributed systems Use the side-car, adapter, and ambassador patterns to split your application into a group of containers on a single machine Explore loosely coupled multi-node distributed patterns for replication, scaling, and communication between the components Learn distributed system patterns for large-scale batch data processing covering work-queues, event-based processing, and coordinated workflows

Application Delivery and Load Balancing in Microsoft Azure

Application Delivery and Load Balancing in Microsoft Azure
Title Application Delivery and Load Balancing in Microsoft Azure PDF eBook
Author Derek DeJonghe
Publisher O'Reilly Media
Pages 111
Release 2020-12-04
Genre Computers
ISBN 109811583X

Download Application Delivery and Load Balancing in Microsoft Azure Book in PDF, Epub and Kindle

With more and more companies moving on-premises applications to the cloud, software and cloud solution architects alike are busy investigating ways to improve load balancing, performance, security, and high availability for workloads. This practical book describes Microsoft Azure's load balancing options and explains how NGINX can contribute to a comprehensive solution. Cloud architects Derek DeJonghe and Arlan Nugara take you through the steps necessary to design a practical solution for your network. Software developers and technical managers will learn how these technologies have a direct impact on application development and architecture. While the examples are specific to Azure, these load balancing concepts and implementations also apply to cloud providers such as AWS, Google Cloud, DigitalOcean, and IBM Cloud. Understand application delivery and load balancing--and why they're important Explore Azure's managed load balancing options Learn how to run NGINX OSS and NGINX Plus on Azure Examine similarities and complementing features between Azure-managed solutions and NGINX Use Azure Front Door to define, manage, and monitor global routing for your web traffic Monitor application performance using Azure and NGINX tools and plug-ins Explore security choices using NGINX and Azure Firewall solutions