Автор: Satapathi Ashirwad, Mishra Abhishek Название: Hands-On Azure Functions with C#: Build Function as a Service (Faas) Solutions ISBN: 1484271211 ISBN-13(EAN): 9781484271216 Издательство: Springer Рейтинг: Цена: 69870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Chapter 1: Introduction to Azure Functions
Chapter Goal: Introduction to Azure Functions and topics covered in the book
No of pages 6
Sub -Topics
1. Introduction to Azure Functions
2. What is serverless ?
3. Azure Web Job Vs Azure Functions
4. Advantage and Disadvantages
5. Hosting Plans for Azure Functions
6. Use cases for Azure Functions
7. Summary
Chapter 2: Build your first Azure Functions
Chapter Goal: To setup the environment and build your first azure Functions using various tooling
No of pages: 25
Sub - Topics
1. Building Azure function using Azure Portal
2. Installation guide to setup the environment to run Azure function using Azure Functions Runtime Tool
3. Build an Azure Functions using Azure Functions Runtime Tool
4. Installation guide to setup the environment to run Azure Function in VSCode
5. Build an Azure Functions using VSCode and debugging it
6. Installation guide to setup the environment to run Azure Functions in Visual Studio 2019 community edition
7. Build an Azure Function using Visual Studio 2019 and debugging it locally.
8. Summary
Chapter 3: What are Triggers and Bindings? Chapter Goal: To introduce the concepts of Triggers and Bindings and their use cases
No of pages: 15
Sub - Topics:
1. What are Triggers and Bindings ?
2. Different triggers and bindings available
3. Use cases of some of the Triggers and Bindings
4. Build a simple function using a Trigger and Binding using Azure Portal
5. Summary
Chapter 4: Build an OTP mailer with Queue Storage Trigger and SendGrid output binding
Chapter Goal: To introduce the concepts Queue Storage Trigger and SendGrid Output Binding and their use cases by building a project
No of pages: 20
Sub - Topics:
1. Getting Started with Queue Storage Trigger and Use Cases
2. Build a sample application with Queue Storage Trigger
3. Getting Started with SendGrid output binding and Use Cases
4. Build a sample application with SendGrid output binding
5. Create a OTP mailer with Queue Storage Trigger and SendGrid output binding
6. Summary
Chapter 5: Build a report generator with timer trigger and blob storage binding
Chapter Goal: To introduce the concepts Timer Trigger and Blob Storage Binding and their use cases by building a project
No of pages: 20
Sub - Topics:
1. Getting started with Timer Trigger and its use cases
2. Build a sample application with Timer trigger
3. Getting Started with Blob Storage Binding and its use cases
4. Build a sample application with Blob Storage Binding
5. Create a Report Generator application with timer trigger and blob storage binding
6.  
Автор: Maddie Stigler Название: Beginning Serverless Computing ISBN: 1484230833 ISBN-13(EAN): 9781484230831 Издательство: Springer Рейтинг: Цена: 30740.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learn the basics of serverless computing and how to develop event-driven architectures with the three major cloud platforms: Amazon Web Services, Microsoft Azure, and Google Cloud. This hands-on guide dives into the foundations of serverless computing, its use cases, and how to apply it using developer tools such as Node.js, Visual Studio Code, Postman, and Serverless Framework. You will apply the fundamentals of serverless technology from the ground up, and come away with a greater understanding of its power and how to make it work for you. This book teaches you how to quickly and securely develop applications without the hassle of configuring and maintaining infrastructure. You will learn how to harness serverless technology to rapidly reduce production time and minimize your costs, while still having the freedom to customize your code, without hindering functionality. Upon completion, you will have the knowledge and resources to build your own serverless application hosted in AWS, Azure, or Google Cloud and will have experienced the benefits of event-driven technology for yourself. What You'll Learn
Gain a deeper understanding of serverless computing and when to use it
Use development tools such as Node.js, Postman, and VS code to quickly set up your serverless development environment and produce applications
Apply triggers to your serverless functions that best suit the architecture for the problem the functions are solving
Begin building applications across cloud providers that utilize the power of serverless technology
Understand best development practices with serverless computing to maintain scalable and practical solutions
Code with an agnostic approach to cloud providers to minimize provider dependency
Who This Book Is For
Any developer looking to expand current knowledge of serverless computing, its applications, and how to architect serverless solutions, or someone just beginning in these areas
Автор: Jensen David Название: Beginning Azure Iot Edge Computing: Extending the Cloud to the Intelligent Edge ISBN: 1484245350 ISBN-13(EAN): 9781484245354 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Автор: Vemula, Rami Название: Integrating serverless architecture ISBN: 1484244885 ISBN-13(EAN): 9781484244883 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions.Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment.This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions.Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions.
What You Will LearnDesign and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front endLeverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanismStore and retrieve secrets from Azure Key VaultIntegrate Azure Functions with Azure SignalR Service to broadcast real-time messagesSecure Azure Functions by enabling Twitter identity authentication using built-in App Service authenticationBuild a continuous integration and continuous delivery pipeline for Azure Functions using Visual Studio Team Services (VSTS)
Who This Book Is For
Developers, software engineers, and architects who design and manage infrastructures and build applications by leveraging Microsoft cloud services.
Автор: Agus Kurniawan; Wely Lau Название: Practical Azure Functions ISBN: 1484250664 ISBN-13(EAN): 9781484250662 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Start developing Azure Functions and building simple solutions for serverless computing without worrying about infrastructure. With the increased need for deploying serverless computing, Azure Functions integrates with other Azure resources. This book is a quick reference and consists of a practical and problem-driven approach with the latest technology.
Guided by step-by-step explanations and sample projects, you'll set up, build, and deploy Azure Functions to get the most out of this compute-on-demand service. After a foundational introduction to Azure Functions you'll prepare a development environment to serve and process an IoT Telemetry system, create Microservices, and monitor Azure Functions services to get application insights.
What You’ll Learn
Review the Interaction between Azure Functions and Azure data servicesApply Azure Functions in web applications and build interaction systems for mobile applicationsDevelop a serverless micro-service Serve and process IoT Telemetry systemsMonitor Azure Functions services and get application insights
Who This Book Is For
Developers, students, professionals and anyone interested in Azure Function technology and the Azure platform.
Автор: Sreeram Praveen Kumar Название: Azure Serverless Computing Cookbook - Third Edition: Build and monitor Azure applications hosted on serverless architecture using Azure functions ISBN: 1800206607 ISBN-13(EAN): 9781800206601 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With the pace at which the cloud technology is progressing, developers can find it difficult to understand the different technical methods available to solve a business problem. This book will help you to understand how to develop native serverless applications in the native way and integrate them with other related services.
Автор: Mishra Название: Microsoft Azure for Java Developers ISBN: 1484282507 ISBN-13(EAN): 9781484282502 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Автор: Cashmore Название: Beginning Azure Static Web Apps ISBN: 1484281454 ISBN-13(EAN): 9781484281451 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Create rich and dynamic web applications on the Azure cloud platform using static web development techniques built around Blazor WebAssembly, APIs, and Markup, while leveraging the paradigm commonly known as JAMstack. This book starts off showing you how to create an environment for deploying your first application. You will create an Azure Static Web App using a Blazor WebAssembly application and adding dynamic content using an Azure function before deploying from GitHub. You will learn to debug your Static Web App locally, both inside of Visual Studio and from the command line using a simple Static Web App CLI command. The book takes a deep dive into the CLI to allow you to emulate all of the features available in the Azure environment. You will learn the authentication and authorizing options with your app and create new blog posts with the post creation function. Included in the book is setting a custom domain and discussion of the options. The book also explores the differences between the free and standard hosting tiers for Static Web Apps. After reading this book, you will be able to create Azure Static Web Apps using Blazor technology. What Will You Learn * Connect with external authentication services from Twitter, Google, Microsoft, GitHub, and more * Work with the GitHub deployment flow, including using staging environments * Explore the scaffolded Blazor app * Understand differences between the pricing tiers and know which to choose Who This Book Is For Web developers looking to deploy feature-rich applications to the cloud
Автор: Alessandro Del Sole Название: Beginning Visual Studio for Mac ISBN: 1484230329 ISBN-13(EAN): 9781484230329 Издательство: Springer Рейтинг: Цена: 35390.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Quickly learn how to get the most out of the Visual Studio for Mac integrated development environment (IDE).
Microsoft has invested heavily to deliver their very best development tools and platforms to other operating systems. Visual Studio for Mac is a powerful developer tool that reinforces Microsoft's "mobile-first," "cloud-first," and "any developer, any platform, any device" strategy. With the author's guided expertise and extensive code samples, you will understand how to leverage the most useful tools in Visual Studio for Mac, the code editor, and the powerful debugger. You also will appreciate the author's guidance on collaborating with other team members using integrated tooling for the Git source control engine.
Whether you are a Mac developer interested in cross-platform development or a Windows developer using a Mac, Beginning Visual Studio for Mac will quickly get you up to speed
What You'll Learn
Prepare, configure, and debug in the Mac development environment
Create cross-platform mobile apps for Android, iOS, and Windows with Xamarin and C# in Visual Studio for Mac
Build cross-platform Web applications with .NET Core using Visual Studio for Mac
Customize your productive and collaborative development environment
Who This Book Is For
Software developers using a Mac computer who want to build mobile or web applications that run on multiple operating systems
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz