Skip to content

NLB-6577 Added NGINXaaS troubleshooting guide #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arussellf5
Copy link
Contributor

A potential customer has requested that we draw our most commonly given troubleshooting advice into a single location within our docs to help users get started with the service and monitor their deployments' performance.

Checklist

Before merging a pull request, run through this checklist and mark each as complete.

  • I have read the contributing guidelines
  • I have signed the F5 Contributor License Agreement (CLA)
  • I have rebased my branch onto main
  • I have ensured my PR is targeting the main branch and pulling from my branch from my own fork
  • I have ensured that the commit messages adhere to Conventional Commits
  • I have ensured that documentation content adheres to the style guide
  • If the change involves potentially sensitive changes1, I have assessed the possible impact
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • I have ensured that existing tests pass after adding my changes
  • If applicable, I have updated README.md and CHANGELOG.md

Footnotes

  1. Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to our style guide for guidance about placeholder content.

@arussellf5 arussellf5 requested a review from a team as a code owner May 7, 2025 16:53
@github-actions github-actions bot added documentation Improvements or additions to documentation product/nginxaas NGINX as a Service for Azure labels May 7, 2025
Copy link

github-actions bot commented May 7, 2025

Deploy Preview will be available once build job completes!

Name Link
😎 Deploy Preview https://frontdoor-test-docs.nginx.com/previews/docs/534/

@arussellf5 arussellf5 marked this pull request as draft May 7, 2025 16:56
A potential customer has requested that we draw our most commonly given troubleshooting advice into a single location within our docs to help users get started with the service and monitor their deployments' performance.
@arussellf5 arussellf5 force-pushed the nlb-6577-troubleshooting-guide branch from c5f539c to 079a531 Compare May 8, 2025 17:47

## Certificate health ##

Certificates are a common source of confusion and errors. It is important to understand that certificates are integral to your deployment's health. Once you have added a certificate as a resource to your deployment, our service will always attempt to fetch that certificate when applying your NGINX configuration. It doesn't matter whether the certificate is referenced by the NGINX configuration or not: we will always try to fetch it as long as it is added to the deployment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems specific to certs stored in AKV and not those directly uploaded as part of the NGINX configuration.

Certificates are a common source of confusion and errors. It is important to understand that certificates are integral to your deployment's health. Once you have added a certificate as a resource to your deployment, our service will always attempt to fetch that certificate when applying your NGINX configuration. It doesn't matter whether the certificate is referenced by the NGINX configuration or not: we will always try to fetch it as long as it is added to the deployment.

- Ensure that all certificate resources are needed by the deployment and that they are not about to expire.
- If a certificate on the deployment expires in your Azure Key Vault, we will not be able to fetch it and your deployment will enter a degraded state. Our service will then be unable to apply the latest software updates to your dataplane.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on our last customer interaction, maybe change this to:
... enter a degraded state and may not be able to serve traffic.


## System load ##

The `nginxaas.capacity.percentage` metric indicates how much capacity your deployment is consuming (expressed as a percentage of the total). We recommend [configuring an alert](https://docs.nginx.com/nginxaas/azure/monitoring/configure-alerts/) on this metric, so that if it exceeds a certain threshold, you manually scale out your deployment. If you have [autoscaling](https://docs.nginx.com/nginxaas/azure/quickstart/scaling/#autoscaling) enabled, our service will scale your deployment automatically.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... you can manually scale ... ?

Copy link
Contributor

@russokj russokj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor nits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation product/nginxaas NGINX as a Service for Azure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants