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

Blazor Deployment Overview

This article explains the basics of deploying a Telerik-enabled Blazor web application. It consists of the following sections:

All deployment articles in this documentation provide general guidance and fundamentals. Telerik does not provide technical support for setting up CI/CD environments or application publishing infrastructure.

Prerequisites

Refer to the Microsoft Blazor deployment documentation and make sure you can deploy a vanilla Blazor application without Telerik components in order to have the entire pipeline working as a baseline.

Telerik Components

The Telerik UI for Blazor components consist of:

  • assemblies
  • static CSS and JavaScript assets

These resources are distributed in our NuGet packages. The .NET SDK is responsible for copying the Telerik .dll, .css, and .js files from the local NuGet cache to the target folder during the build or publish.

The build machine must be able to restore the Telerik NuGet packages from a remote or local NuGet feed. See the CI, CD, Build Server article for more details on automation setup.

Testing and Building Licenses

The licensing model of Telerik UI for Blazor is based on developer seats. Separate licenses for test and build environments are not available. For details and next steps, refer to the Testing and Building License section in the Telerik UI for Blazor license agreement.

Next Steps and Troubleshooting

The following articles provide more information on Telerik UI for Blazor deployment:

  • CI, CD, Build Server provides guidance on setting up continuous integration, continuous delivery and automated builds. Mostly related to using the Telerik NuGet packages as this is the only specific thing that we require.
  • Telerik NuGet Feed shows how to set up our private NuGet package source.
  • NuGet Feed Troubleshooting provides troubleshooting tips for the most common issues with our NuGet feed.
  • Deployment Troubleshooting describes the most common problems and solutions related to deploying Telerik Blazor applications.

See Also

In this article