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 ASP.NET Core Renderer application
To utilize app settings transformation for the ASP.NET Core Renderer application, create custom app settings for different environments by following these steps:
- Login to Sitefinity SaaS Management Portal.
- Navigate to Pipelines » Library.
- Open Custom DotNetCoreRenderer <Environment name> AppSettings variable group.
- For each setting, fill out the following:
- Key - the required configuration setting key
- Value - the required configuration setting value
NOTE: Because the ASP.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.
Settings transformation for Next.js Renderer application
To utilize app settings transformation for the Next.js Renderer application, create custom app settings for different environments by following these steps:
- Login to Sitefinity SaaS Management Portal.
- Navigate to Pipelines » Library.
- Open Custom NextJsRenderer <Environment name> AppSettings variable group.
- For each setting, fill out the following:
- Key - the required configuration setting key
- Value - the required configuration setting value
NOTE: If you want your app settings to apply for all environments, add the settings in Custom Release NextJsRenderer AppSettings variable group.