Skip to content

Commit 17510a3

Browse files
author
Donna-Marie Smith
committed
Made final changes to Code Analyser configuration steps and tidied up obsolete content
1 parent 6cc7832 commit 17510a3

File tree

37 files changed

+240
-402
lines changed

37 files changed

+240
-402
lines changed

content/en/blog/releases/2025.X/2025.5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,10 @@ Releases are currently forecast to be made available on:
647647
[Tutorials - License Consumption]: {{< url path="Cortex.Tutorials.Administration.LicenseConsumption.MainDoc" version="2025.5" >}}
648648
[Tutorials - Studio Import]: {{< url path="Cortex.Tutorials.Administration.StudioImport.MainDoc" version="2025.5" >}}
649649
[Tutorials - Studio Export]: {{< url path="Cortex.Tutorials.Administration.StudioExport.MainDoc" version="2025.5" >}}
650-
[Disable Code Analyser - Single Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.DisableCodeAnalyser" version="2025.5" >}}
651-
[Update Allowed list - Single Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpdateAllowedList" version="2025.5" >}}
652-
[Disable Code Analyser - Multi Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.DisableCodeAnalyser" version="2025.5" >}}
653-
[Update Allowed list - Multi Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpdateAllowedList" version="2025.5" >}}
650+
[Disable Code Analyser - Single Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.SingleServerWithoutHA.DisableCodeAnalyser" version="2025.5" >}}
651+
[Update Allowed list - Single Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.SingleServerWithoutHA.UpdateCodeAnalyser" version="2025.5" >}}
652+
[Disable Code Analyser - Multi Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.MultipleServerWithHA.DisableCodeAnalyser" version="2025.5" >}}
653+
[Update Allowed list - Multi Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.MultipleServerWithHA.UpdateCodeAnalyser" version="2025.5" >}}
654654

655655
[Extended the _executionContext with additional properties]: {{< ref "#extended-the-_executioncontext-with-additional-properties" >}}
656656
[Added support for the {{% ctx %}} Interaction Portal to provide separate credentials for querying AD Groups]: {{< ref "#added-support-for-the-cortex-interaction-portal-to-provide-separate-credentials-for-querying-ad-groups" >}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Post-Upgrade"
3+
linkTitle: "Post-Upgrade"
4+
description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed."
5+
weight: 50
6+
---
7+
8+
This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section.
9+
10+
[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.Upgrade" >}}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Configure Code Analyser"
3+
linkTitle: "Configure Code Analyser"
4+
description: "Information about configuring the code analyser to allow flows to be executed."
5+
weight: 20
6+
---
7+
8+
# {{% param title %}}
9+
10+
{{< section "/configure-code-analyser/configure-code-analyser.md" >}}
11+
12+
The Code Analyser can either be [updated][Update Code Analyser] to allow required C# data types and namespaces, or it can be [disabled][Disable Code Analyser].
13+
14+
### Update Code Analyser Allowed List
15+
16+
{{< section "/configure-code-analyser/update-code-analyser.md" >}}
17+
18+
### Disable Code Analyser
19+
20+
Instructions on how to disable the Code Analyser can be found [here][Disable Code Analyser FAQ].
21+
22+
[Update Code Analyser]: {{< ref "#update-code-analyser-allowed-list" >}}
23+
[Disable Code Analyser]: {{< ref "#disable-code-analyser" >}}
24+
[Disable Code Analyser FAQ]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.MultipleServerWithHA.DisableCodeAnalyser" >}}
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Try it out"
33
linkTitle: "Try it out"
44
description: "Information about trying out {{% ctx %}} after upgrade."
5-
weight: 60
5+
weight: 10
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Servers and Load Balancer Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps.
10+
This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that the [Upgrade Web Application Server][] has been completed before taking these steps.
1111

1212
## Test Debugging Flows
1313

@@ -21,5 +21,9 @@ This guide describes how to try out an upgraded {{% ctx %}} to make sure it is w
2121

2222
{{< section "/try-it-out/multi-server/test-executing-production-flows.md" >}}
2323

24-
[Application Servers and Load Balancer Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}}
25-
[Web Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeWebApplicationServer" >}}
24+
## Next Steps?
25+
26+
1. [Configure Code Analyser][]
27+
28+
[Configure Code Analyser]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.ConfigureCodeAnalyser" >}}
29+
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.3-to-2025.5/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-cip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensur
1515

1616
## Next Steps?
1717

18-
1. [Try It Out][]
18+
1. [Post-Upgrade][]
1919

2020
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeGateway" >}}
21-
[Try It Out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.TryItOut" >}}
21+
[Post-Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.PostUpgrade" >}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Post-Upgrade"
3+
linkTitle: "Post-Upgrade"
4+
description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed."
5+
weight: 50
6+
---
7+
8+
This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section.
9+
10+
[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.Upgrade" >}}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Configure Code Analyser"
3+
linkTitle: "Configure Code Analyser"
4+
description: "Information about configuring the code analyser to allow flows to be executed."
5+
weight: 20
6+
---
7+
8+
# {{% param title %}}
9+
10+
{{< section "/configure-code-analyser/configure-code-analyser.md" >}}
11+
12+
The Code Analyser can either be [updated][Update Code Analyser] to allow required C# data types and namespaces, or it can be [disabled][Disable Code Analyser].
13+
14+
### Update Code Analyser Allowed List
15+
16+
{{< section "/configure-code-analyser/update-code-analyser.md" >}}
17+
18+
### Disable Code Analyser
19+
20+
Instructions on how to disable the Code Analyser can be found [here][Disable Code Analyser FAQ].
21+
22+
[Update Code Analyser]: {{< ref "#update-code-analyser-allowed-list" >}}
23+
[Disable Code Analyser]: {{< ref "#disable-code-analyser" >}}
24+
[Disable Code Analyser FAQ]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.SingleServerWithoutHA.DisableCodeAnalyser" >}}
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Try it out"
33
linkTitle: "Try it out"
44
description: "Information about trying out {{% ctx %}} after upgrade."
5-
weight: 60
5+
weight: 10
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Server Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps.
10+
This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that the [Upgrade Web Application Server][] has been completed before taking these steps.
1111

1212
## Test Debugging Flows
1313

@@ -21,5 +21,9 @@ This guide describes how to try out an upgraded {{% ctx %}} to make sure it is w
2121

2222
{{< section "/try-it-out/single-server/test-executing-production-flows.md" >}}
2323

24-
[Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpgradeApplicationServer" >}}
25-
[Web Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpgradeWebApplicationServer" >}}
24+
## Next Steps?
25+
26+
1. [Configure Code Analyser][]
27+
28+
[Configure Code Analyser]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.ConfigureCodeAnalyser" >}}
29+
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpgradeWebApplicationServer" >}}

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.3-to-2025.5/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-cip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensur
1515

1616
## Next Steps?
1717

18-
1. [Try It Out][]
18+
1. [Post-Upgrade][]
1919

2020
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpgradeGateway" >}}
21-
[Try It Out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.TryItOut" >}}
21+
[Post-Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.PostUpgrade" >}}

content/en/docs/2025.5/_shared/configure-code-analyser/multi-server/disable-code-analyser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Once the all the nodes have been restarted, it is necessary to re-check the clus
1919

2020
[Check Application Server Cluster Health]: {{< url path="Cortex.Faqs.CheckClusterHealth.MultiServer.ViewClusterHealth" >}}
2121
[Check Flow Debugger Cluster Health]: {{< url path="Cortex.Faqs.CheckClusterHealth.SingleServer.ViewClusterHealth" >}}
22-
[Configure Installation Script]: {{< ref "#configure-installation-script" >}}
22+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}

0 commit comments

Comments
 (0)