Releases
1.11.0PRE Deployment

PRE Deployment v1.11.0

Update deployment JSON file

Adding configuration for the new Activity Center

MANDATORY

In order for the new functionality in Activity Center to work properly, we need to update the configuration JSON file.
The steps to do this are listed below:

  1. Sign in to the Azure portal.
  2. From the Azure portal menu, locate and select the SEI resource group.
  3. Locate and select the storage with your tenant name.
  4. Select Storage browser from the left menu.
  5. Select Tables and search for Releases.
  6. Locate your current version in the RowKey field and double-click to open it.
  7. Edit the Configuration value by adding the following values at the end of the JSON:
"azAppServiceActivityCenter": "{tenantName}ActivityCenter",
"azAppServiceActivityCenterPlan": "{tenantName}ActivityCenterPlan",
"azAppServiceActivityCenterPlanSku": "P1V3",
"azApimanagementActivityCenterApiPath" : "ActivityCenter"
⚠️

It is important that you change the value {tenantName} for the corresponding to your tenant. If you have any questions, please contact to the SEI team.

For pre-production environments, you must use the unique Linux plan that you have. Set the azAppServiceActivityCenterPlan property to its name.

For production environments, you must use the Linux plan that includes the Analytics app service. Set the azAppServiceActivityCenterPlan property to its name.

  1. Save the new configuration.