Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Hands-On Azure for Developers
  • Toc
  • feedback
Hands-On Azure for Developers

Hands-On Azure for Developers

By : Kamil Mrzygłód
4.1 (7)
close
Hands-On Azure for Developers

Hands-On Azure for Developers

4.1 (7)
By: Kamil Mrzygłód

Overview of this book

Microsoft Azure is one of the fastest growing public cloud service providers in the market currently, and also holds the second highest market share after AWS. Azure has a sophisticated set of services that will help you build fault-tolerant and scalable cloud-based applications. Hands-On Azure for Developers will take you on a journey through multiple PaaS services available in Azure, including App Services, Functions, and Service Fabric, and explain in detail how to build a complete and reliable system with ease. You will learn about how to maximize your skills when building cloud-based solutions leveraging different SQL/NoSQL databases, serverless and messaging components, and even search engines such as Azure Search. In the concluding chapters, this book covers more advanced scenarios such as scalability best practices, serving static content with Azure CDN, and distributing loads with Azure Traffic Manager. By the end of the book, you will be able to build modern applications on the Azure cloud using the most popular and promising technologies, which will help make your solutions reliable, stable, and efficient.
Table of Contents (24 chapters)
close

Chapter 13: Real-Time Data Analysis – Azure Stream Analytics

  1. In Azure Stream Analytics, you pay for the Streaming Units (SUs).
  2. Stream input lets you digest data directly from a stream. With reference input, you can select a service such as Azure Storage, which will be digested in intervals.
  3. Application time is the time when an event was generated. Arrival time tells you when an event was received by the service.
  4. SELECT Id INTO [output-alias] FROM [input-alias].
  5. Yes, it is possible to work with multiple input values.
  6. An event is out of order if you apply event ordering based on the arrival time, which will perturb the actual order of events.
  7. Yes, you canto do so, you have to use the SUBSTRING function.
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete