Manage the configurations

With Sitefinity SaaS, certain set of configurations are exposed, so that a customer can manage them safely, directly in cloud environments.

Settings transformation for .NET Core Renderer application

To utilize app settings transformation for the .NET Core Renderer application, create custom app settings for different environments by following these steps: 

  1. Login to Sitefinity SaaS Management Portal.
  2. Navigate to Pipelines » Library.
  3. Open Custom DotNetCoreRenderer <Environment name> AppSettings variable group.
  4. For each setting, fill out the following:
    • Key - the required configuration setting key
    • Value - the required configuration setting value

NOTE: Because the .NET Core Renderer application is deployed on Linux Web Apps, any nested JSON key structure in the app setting name, such as ApplicationInsights:InstrumentationKey needs to be configured in as ApplicationInsights__InstrumentationKey for the key name. The convention is that each : (colon) must be replaced with __ (double underscore).

NOTE: If you want your app settings to apply for all environments, add the settings in Custom Release DotNetCoreRenderer AppSettings variable group.

Was this article helpful?