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