Skip to content

Commit 8b429d7

Browse files
JTorreGmjang
andauthored
Apply suggestions from code review
Co-authored-by: Mike Jang <[email protected]>
1 parent 0171742 commit 8b429d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/nginxaas-azure/changelog-archive/changelog-2023.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
7070
To get started using HTTP/3 and NGINXaaS:
7171

7272
- Update the [network security group](https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic#create-security-rules) associated with the NGINXaaS deployment’s subnet to allow inbound traffic for HTTP/3 UDP ports in the NGINX configuration.
73-
See the [NGINXaaS architecture]({{< ref "/nginxaas-azure/overview/overview.md#nginxaas-architecture" >}}), for limits on how many unique ports may be specified in a configuration and a list of restricted ports.
73+
See the [NGINXaaS limitations]({{< ref "/nginxaas-azure/overview/overview.md#limitations" >}}), for limits on how many unique ports may be specified in a configuration and a list of restricted ports.
7474

7575
- Additionally, add a [Managed Identity]({{< ref "/nginxaas-azure/getting-started/managed-identity-portal.md" >}}) to your deployment and create [SSL/TLS Certificates]({{< ref "/nginxaas-azure/getting-started/ssl-tls-certificates/" >}}). For more information on using NGINX with HTTP/3, see the [HTTP/3 module](https://nginx.org/en/docs/http/ngx_http_v3_module.html).
7676

@@ -265,7 +265,7 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
265265

266266
Update the [network security group's inbound security rules](https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic#create-security-rules) associated with the NGINXaaS deployment's subnet to allow inbound traffic for all listen ports in the NGINX configuration.
267267

268-
See our [Overview]({{< ref "/nginxaas-azure/overview/overview.md#nginx-listen-port-restriction" >}}) document for limits on how many unique ports may be specified in a configuration and a list of restricted ports.
268+
See our [Overview]({{< ref "/nginxaas-azure/getting-started/nginx-configuration/overview.md#nginx-listen-port-restrictions" >}}) document for limits on how many unique ports may be specified in a configuration and a list of restricted ports.
269269

270270

271271
## March 16, 2023

content/nginxaas-azure/quickstart/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To update the capacity of your deploymentv using the Azure Portal,
3333

3434
1. Select **NGINXaaS scaling** in the left menu.
3535
1. Select `Manual`.
36-
1. Set the desired number of NCUs. Scaling increases in 10 NCU intervals (10, 20, 30, and so on).
36+
1. Set the desired number of NCUs. Scale increases in 10 NCU intervals (10, 20, 30, and so on).
3737
1. Select **Submit** to update your deployment.
3838

3939
{{< note >}}There's no downtime while an NGINXaaS deployment changes capacity.{{< /note >}}

0 commit comments

Comments
 (0)