Skip to content

Commit c4890bc

Browse files
committed
fixes to doc
1 parent 2472ae5 commit c4890bc

File tree

2 files changed

+12
-19
lines changed
  • content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex

2 files changed

+12
-19
lines changed

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,6 @@ On the Web Application Server:
224224
1. Click `Convert to Application`.
225225
1. Change the Application pool to be the same as `Cortex Gateway`, typically named `Cortex Gateway`.
226226
1. Click `OK`.
227-
1. Enable directory browsing:
228-
1. Select the newly created `ConfigurationPortal` application.
229-
1. Double-click on `Directory Browsing` under the `IIS` section.
230-
1. Ensure that it is Enabled in the `Actions` panel on the right-hand side.
231-
{{< alert type="note" title="Note" >}}
232-
If it is not, click on the `Enable` button.
233-
{{< /alert >}}
234227

235228
### Configure the {{% ctx %}} Configuration Portal Website
236229

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/post-installation/try-it-out.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ This guide describes how to try out a new {{% ctx %}} Configuration Portal insta
2020
1. Click on the `+ Add Container` button.
2121
1. Fill in the `Name` field with the value `TestContainer`.
2222
1. Click `Confirm` to create the container.
23+
1. Click the container you just created.
2324
1. Using the values of the table below, add a some data to the created container as follows:
24-
| Name | Value | Type |
25-
|---------------|------------------------|---------|
26-
| `TestText` | `This is a test value` | Text |
27-
| `TestInteger` | `22` | Integer |
28-
| `TestBool` | `true` | Bool |
29-
| `TestObject` | `{"test":22}` | Object |
30-
1. Click the container you just created.
31-
1. For each of row, do the following:
32-
1. Click on the `+ Add Parameter/Value Pair` button.
33-
1. Fill in the `Name`.
34-
1. Select the `Type`.
35-
1. Click `CONFIRM` to add the parameter/value pair.
25+
| Name | Value | Type |
26+
|---------------|------------------------|---------|
27+
| `TestText` | `This is a test value` | Text |
28+
| `TestInteger` | `22` | Integer |
29+
| `TestBool` | `true` | Bool |
30+
| `TestObject` | `{"test":22}` | Object |
31+
32+
1. Click on the `+ Add Parameter/Value Pair` button.
33+
1. Fill in the `Name` and the `Value`.
34+
1. Select the `Type`.
35+
1. Click `CONFIRM` to add the parameter/value pair.
3636

3737
## Test reading data from Configuration Portal
3838

0 commit comments

Comments
 (0)