New to Telerik UI for Blazor? Download free 30-day trial

Databinding to Cloud Services

This article suggests options for data binding the Telerik Blazor components to cloud data services. Applicable scenarios may include serverless Blazor apps, or any web apps that use cloud data. The article provides an overview of a series of posts on the Telerik Blazor blog and links to specific points of interest.

Telerik Blazor components are datasource-agnostic. The data-binding integrations below are not subject to technical support.

This article contains the following sections, which map to blog posts from the series:

Blazor Serverless Apps

This blog post provides some fundamentals about the Telerik Blazor component suite and the third-party cloud services that are used later. Notable sections include:

Create the Blazor Client

This blog post will be most beneficial for developers who are new to Telerik UI for Blazor. Reader who like to start from scratch and follow a tutorial will also find it helpful. Notable sections include:

Data Bind to Azure

This blog post is focused on how to integrate the Microsoft Azure Functions API with the previously implemented Chart example:

Data Bind to AWS Lambda

This blog post is focused on how to data bind Telerik Blazor components to Amazon Web Services (AWS) Lambda:

Data Bind to Google Cloud

This blog post is focused on how to data bind Telerik Blazor components to Google Cloud computing services. The notable sections are:

Next Steps

Here is the complete series of blog posts about binding Telerik Blazor components to cloud data services:

  1. Introduction: Blazor serverless web apps
  2. Creating the Blazor Client
  3. Azure Functions API
  4. Amazon Web Services (AWS) Lambda Function API
  5. Google Cloud Functions API
In this article