Skip to content

Commit 55305f4

Browse files
authored
fix: Be explicit about the use of the Preview channel (#830)
Be explicit about the use of the Preview channel in the NGINX 4 azure docs We implicitly imply that the preview channel should not be used for production environments but listing the environments it SHOULD be used for. This change makes it explicit.
1 parent f8e6299 commit 55305f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginxaas-azure/quickstart/upgrade-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Maintaining the latest version NGINX Plus, operating system (OS), and other soft
1515
{{<bootstrap-table "table table-striped table-bordered">}}
1616
| Channel | Description |
1717
|-------------|---------------------------|
18-
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. |
18+
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. Avoid using it in your production environment. |
1919
| stable | A deployment running on this channel will receive updates on NGINX Plus and its dependencies at a slower rate than the **Preview** channel. We recommend using this setting for production deployments where you might want stable features instead of the latest ones. This is the **default channel** if you do not specify one for your deployment. |
2020
{{</bootstrap-table>}}
2121

0 commit comments

Comments
 (0)