From 0939e3ad9cda8f87d97d2750b9200e190a8bc80b Mon Sep 17 00:00:00 2001 From: Ken Russo Date: Wed, 16 Jul 2025 12:43:36 -0600 Subject: [PATCH] NLB-6793 Be explicit about the use of the Preview channel 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. --- content/nginxaas-azure/quickstart/upgrade-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginxaas-azure/quickstart/upgrade-channels.md b/content/nginxaas-azure/quickstart/upgrade-channels.md index 5c5360047..5fff67f6c 100644 --- a/content/nginxaas-azure/quickstart/upgrade-channels.md +++ b/content/nginxaas-azure/quickstart/upgrade-channels.md @@ -15,7 +15,7 @@ Maintaining the latest version NGINX Plus, operating system (OS), and other soft {{}} | Channel | Description | |-------------|---------------------------| -| 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. | +| 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. | | 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. | {{}}