Skip to content

Commit c44b7ac

Browse files
committed
edits per tech review
1 parent 7a06290 commit c44b7ac

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/solutions/about-subscription-licenses/getting-started.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,32 @@ If either condition is not met, **NGINX Plus stops processing traffic** until re
6060

6161
## Deploy the license {#deploy-jwt}
6262

63-
After you download the JWT license, you need to deploy it to your NGINX Plus instances. You can do this in one of two ways:
63+
After you download the JWT license, deploy it to your NGINX Plus instances in one of two ways:
6464

65-
- **Use a Config Sync Group (recommended):** If you manage instances with the [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}), this method keeps instances consistent, avoids manual copying, and applies license updates automatically.
65+
- **Use a group sync feature (recommended):**
66+
- In the [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}), use a **Config Sync Group** to keep instances consistent, avoid manual copying, and apply license updates automatically.
67+
- In [NGINX Instance Manager]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}), use an **instance group**, which works the same way as a Config Sync Group.
6668
- **Copy the license manually:** Place the license file on each NGINX Plus instance yourself.
6769

6870
Both methods ensure your NGINX Plus instances have access to the required license file.
6971

70-
Choose the option that fits your environment:
72+
Choose the option that fits your environment:
7173

7274
<details>
73-
<summary>Deploy with Config Sync Group (NGINX One Console)</summary>
75+
<summary>Deploy with a group sync feature (recommended)</summary>
7476

75-
### Deploy with a Config Sync Group
77+
### Deploy with a group sync feature
7678

7779
<br>
7880

7981
{{< include "/licensing-and-reporting/deploy-jwt-with-csgs.md" >}}
8082

81-
{{< call-out "note" "If you’re using NGINX Instance Manager" "" >}}
82-
In NGINX Instance Manager, _instance groups_ work like Config Sync Groups in the NGINX One Console.
83-
To create an instance group, see [Manage instance groups]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}). After that, you can add the JWT license file the same way you would in the NGINX One Console.
83+
{{< call-out "note" "" >}}
84+
In NGINX Instance Manager, *instance groups* provide the same sync functionality as Config Sync Groups in the NGINX One Console.
85+
See [Manage instance groups]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}) for setup instructions.
8486
{{< /call-out >}}
8587

86-
</details>
88+
</details>
8789

8890
<details>
8991
<summary>Deploy manually</summary>
@@ -92,9 +94,9 @@ To create an instance group, see [Manage instance groups]({{< ref "/nim/nginx-in
9294

9395
<br>
9496

95-
Copy the JWT license file to each NGINX Plus instance.
97+
Copy the JWT license file to each NGINX Plus instance.
9698

97-
{{< include "/licensing-and-reporting/apply-jwt.md" >}}
99+
{{< include "/licensing-and-reporting/apply-jwt.md" >}}
98100

99101
</details>
100102

0 commit comments

Comments
 (0)