Skip to main content
Version: 3.3

Fusion 3.1 to Fusion 3.3

Resource changes:

  • kv-fusion - (event grid system topic) Added back. Relays key vault changes to func-iotconfig.
  • func-telemetry - NEW Sends Elevate service logs and metrics to App Insights.
info

The CurrentValue materialized view will be dropped and re-created. The fusion3.2_pre-install.kql script will copy the contents to a temporary table; the fusion3.2_post-install.kql script will migrate the temporary table to the new CurrrentValue materialized view.

  1. If upgrading a "dev" environment and preserving SQL server is desired, set "tagControllerDevSqlServer = true" within the consumer module of the main.tf file.
  2. terraform refresh -var pre_install=true
  3. If upgrading an Elevate system, to prevent data loss, stop all Elevate services.
  4. In ADX, wait for any current ingestion to finish and then run the fusion3.2_pre-install.kql script.
  5. terraform apply -var lock=false
  6. terraform apply
  7. If the CurrentValue table needs to be migrated, run the fusion3.2_post-install.kql script.