Tuesday Nov 19
14:30 –
15:20
Aud 10

Azure Serverless for Developers

Slides:


This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




Azure Functions, Microsoft’s serverless offering, allow developers to focus on their code and not be concerned with infrastructure or DevOps. Thanks to a slew of built-in integrations, you can use configurations rather than code to send and retrieve messages to various services or be triggered by events in those services. One such integration is with Azure Cosmos DB, the multi-model, globally distributed NoSQL data service. Cosmos DB exposes data as documents that you can access via SQL, MongoDB or Cassandra as well as graph and key-value store. In this session, you’ll learn how to build data-focused Azure Functions that interact with Cosmos DB.

What will the audience learn?

  • Use the Azure Portal to understand the structure and interaction of Azure Functions
  • How to use integrations to read, write and react to Cosmos DB documents.
  • How to build, run, debug and deploy functions from the Visual Studio Code IDE

Does it feature code examples and/or live coding? There will be plenty of code and some live coding in this session.

live demo
serverless
programming
Azure