Dnikolov/dev keys licensing - #2237
Merged
Merged
Conversation
todorarabadzhiev
requested review from
dnikolov-prg and
petar-i-todorov
and
a lite review from Copilot
August 14, 2026 08:49
dnikolov-prg
approved these changes
Aug 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CI/CD licensing documentation to reflect the newer “deployment key” workflow for activating Telerik Reporting in build pipelines.
Changes:
- Replaces the intro guidance to describe using deployment keys in CI/CD.
- Adds step-by-step instructions for generating a deployment key and storing it securely.
- Clarifies environment-variable based activation (with a note about file-based storage for Azure Secure Files).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # Adding the License Key to CI/CD Services | ||
|
|
||
| This article describes how to set up and activate your Telerik Reporting [license key](https://www.telerik.com/account/your-licenses/license-keys) across a few popular CI services by using environment variables. | ||
| This article describes how to set up and activate your Telerik Reporting license across a few popular CI/CD services by using **deployment** keys. |
Comment on lines
+24
to
+30
| 1. Navigate to the [Deployment Keys](https://www.telerik.com/account/downloads/deployment-keys) page. | ||
| 2. Click **Add Application**. In the form that opens: | ||
| - Add the application name. | ||
| - Select the type of application—public or private. | ||
| - Select the set of products used in the application. | ||
| 3. Copy the key value and store it securely. | ||
| 4. [Create an environment variable](#creating-an-environment-variable) named **TELERIK_LICENSE** and set it to the obtained key value. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.