Skip to content

Commit b4c9f5a

Browse files
JTorreGADubhlaoich
andauthored
docs: branding update - remove boostrap tables (#1094)
Co-authored-by: Alan Dooley <[email protected]>
1 parent 7eb1e69 commit b4c9f5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+143
-143
lines changed

content/nginxaas-azure/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ nd-product: N4Azure
1212

1313
## About
1414

15-
NGINX as a Service for Azure is an IaaS offering that is tightly integrated
15+
F5 NGINXaaS for Azure is an IaaS offering that is tightly integrated
1616
into Microsoft Azure public cloud and its ecosystem, making applications fast, efficient,
1717
and reliable with full lifecycle management of advanced NGINX traffic services.
1818

1919
## Featured content
2020

2121
{{<card-section showAsCards="true" isFeaturedSection="true">}}
2222
{{<card title="Getting started" titleUrl="/nginxaas/azure/getting-started/" icon="power">}}
23-
Deploy NGINX as a Service for Azure using the Azure portal, Azure CLI, or Terraform
23+
Deploy NGINXaaS for Azure using the Azure portal, Azure CLI, or Terraform
2424
{{</card>}}
2525
{{<card title="Quickstart guides" titleUrl="/nginxaas/azure/quickstart/" icon="square-play">}}
2626
Step-by-step guides for several common use cases, including scaling guidance, security controls, and more
@@ -50,7 +50,7 @@ and reliable with full lifecycle management of advanced NGINX traffic services.
5050

5151
{{<card-section showAsCards="true" >}}
5252
{{<card title="Feature comparison" titleUrl="/nginxaas/azure/overview/feature-comparison/" icon="git-compare-arrows">}}
53-
Learn about the differences between NGINX as a Service for Azure and NGINX Plus
53+
Learn about the differences between NGINXaaS for Azure and NGINX Plus
5454
{{</card>}}
5555
{{<card title="Changelog" titleUrl="/nginxaas/azure/changelog/" icon="file-clock">}}
5656
See the latest updates: New features, improvements, and bug fixes

content/nginxaas-azure/app-protect/configure-waf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ For more information on these policies refer the NGINX App Protect [configuratio
9090

9191
The following table shows the path to the precompiled policy file that needs to be used with the `app_protect_policy_file` directive:
9292

93-
{{<bootstrap-table "table table-striped table-bordered">}}
93+
{{< table >}}
9494
| Policy | Enforcement Mode | Path |
9595
|---------------------------- | ---------------------------- | -------------------------------------------- |
9696
| Default | Strict | /etc/app_protect/conf/NginxDefaultPolicy.json |
9797
| Default | Transparent | /etc/app_protect/conf/NginxDefaultPolicy_transparent.json |
9898
| Strict | Strict | /etc/app_protect/conf/NginxStrictPolicy.json |
9999
| Strict | Transparent | /etc/app_protect/conf/NginxStrictPolicy_transparent.json |
100-
{{</bootstrap-table>}}
100+
{{< /table >}}
101101

102102
To view the contents of the available security policies, navigate to the azure portal and select the **Security Policies** tab in the App Protect section.
103103

content/nginxaas-azure/app-protect/disable-waf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type:
88
---
99

1010
## Overview
11-
This guide explains how to disable F5 NGINX App Protect WAF on an NGINX as a Service for Azure (NGINXaaS) deployment.
11+
This guide explains how to disable F5 NGINX App Protect WAF on an NGINXaaS for Azure (NGINXaaS) deployment.
1212

1313
## Before you start
1414
You must remove the WAF directives from your NGINX config file before attempting to disable WAF.

content/nginxaas-azure/app-protect/enable-logging.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type:
99

1010
## Overview
1111

12-
F5 NGINX as a Service for Azure (NGINXaaS) supports exporting NGINX App Protect logs to an Azure Storage account or to a Log Analytics workspace.
12+
F5 NGINXaaS for Azure (NGINXaaS) supports exporting NGINX App Protect logs to an Azure Storage account or to a Log Analytics workspace.
1313

1414
## Setting up operational logs
1515

@@ -81,7 +81,7 @@ NGINXaaS for Azure ships with several pre-compiled log configuration bundles. Mo
8181

8282
The following table shows the path to the log configuration file that needs to be used with the app_protect_security_log directive:
8383

84-
{{<bootstrap-table "table table-striped table-bordered">}}
84+
{{< table >}}
8585
| Profile | Path |
8686
|---------------------------- | -------------------------------------------- |
8787
| log_default | /etc/app_protect/conf/log_default.json |
@@ -91,7 +91,7 @@ The following table shows the path to the log configuration file that needs to b
9191
| log_grpc_all | /etc/app_protect/conf/log_grpc_all.json |
9292
| log_grpc_illegal | /etc/app_protect/conf/log_grpc_illegal.json |
9393
| log_grpc_blocked | /etc/app_protect/conf/log_grpc_blocked.json |
94-
{{</bootstrap-table>}}
94+
{{< /table >}}
9595

9696
To view the contents of the available log configuration, navigate to the azure portal and select the Log Configurations tab in the App Protect section.
9797

@@ -124,7 +124,7 @@ app_protect_security_log "/etc/app_protect/conf/log_all.json" /var/log/app_prote
124124

125125
If the diagnostic setting destination details included a Logs Analytics workspace, logs appear in the "NGXSecurityLogs" table with the following columns:
126126

127-
{{<bootstrap-table "table table-striped table-bordered">}}
127+
{{< table >}}
128128
| **Attribute** | **Description** |
129129
|-----------------------------|-----------------|
130130
| **Location** | The location of the NGINXaaS resource.|
@@ -133,7 +133,7 @@ If the diagnostic setting destination details included a Logs Analytics workspac
133133
| **Tag** | The tag with which NGINX security logs are generated if syslog-based log configuration is used. |
134134
| **Facility** | The syslog facility that generates the NGINX security logs if syslog-based log configuration is being used. |
135135
| **Severity** | The syslog severity with which NGINX security logs were generated if syslog-based log configuration is used. |
136-
{{</bootstrap-table>}}
136+
{{< /table >}}
137137

138138
To view the raw data in the NGINX security log, run the following KQL query:
139139
```

content/nginxaas-azure/app-protect/enable-waf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type:
99

1010
## Overview
1111

12-
This guide explains how to enable F5 NGINX App Protect WAF on a F5 NGINX as a Service for Azure (NGINXaaS) deployment. [F5 NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/v5) provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10; response inspection; Meta characters check; HTTP protocol compliance; evasion techniques; disallowed file types; JSON & XML well-formedness; sensitive parameters & Data Guard.
12+
This guide explains how to enable F5 NGINX App Protect WAF on a F5 NGINXaaS for Azure (NGINXaaS) deployment. [F5 NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/v5) provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10; response inspection; Meta characters check; HTTP protocol compliance; evasion techniques; disallowed file types; JSON & XML well-formedness; sensitive parameters & Data Guard.
1313

1414
## Before you start
1515
- NGINX App Protect WAF can only be enabled on NGINXaaS for Azure deployments with the **Standard v2** [plan]({{< ref "/nginxaas-azure/billing/overview.md" >}})

content/nginxaas-azure/billing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NGINXaaS for Azure is deployed into your Azure subscription. Your NGINXaaS deplo
1414

1515
NGINXaaS for Azure is billed monthly based on hourly consumption.
1616

17-
F5 NGINX as a Service for Azure (NGINXaaS) provides two pricing plans.
17+
F5 NGINXaaS for Azure (NGINXaaS) provides two pricing plans.
1818

1919
### Standard V2 plan
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
url: /nginxaas/azure/changelog-archive/changelog-2022/
66
---
77

8-
Learn about the updates, new features, and resolved bugs in F5 NGINX as a Service for Azure during the year 2022.
8+
Learn about the updates, new features, and resolved bugs in F5 NGINXaaS for Azure during the year 2022.
99

1010
To see the latest changes, visit the [Changelog]({{< ref "/nginxaas-azure/changelog" >}}) page.
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
url: /nginxaas/azure/changelog-archive/changelog-2023/
66
---
77

8-
Learn about the updates, new features, and resolved bugs in F5 NGINX as a Service for Azure during the year 2023.
8+
Learn about the updates, new features, and resolved bugs in F5 NGINXaaS for Azure during the year 2023.
99

1010
To see the latest changes, visit the [Changelog]({{< ref "/nginxaas-azure/changelog" >}}) page.
1111

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

295295
- {{% icon-feature %}} **NGINXaaS is generally available**
296296

297-
We are pleased to announce the general availability of NGINX as a Service (NGINXaaS), a first-party-like experience as a service co-developed by Microsoft and NGINX and tightly integrated into the [Azure](https://azure.microsoft.com/) ecosystem.
297+
We are pleased to announce the general availability of NGINXaaS for Azure, a first-party-like experience as a service co-developed by Microsoft and NGINX and tightly integrated into the [Azure](https://azure.microsoft.com/) ecosystem.
298298

299299
NGINXaaS, powered by [NGINX Plus](https://www.nginx.com/products/nginx/), is a fully managed service that removes the burden of deploying your own NGINX Plus cluster, installing libraries, upgrading, and managing it.
300300

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
url: /nginxaas/azure/changelog-archive/changelog-2024/
66
---
77

8-
Learn about the updates, new features, and resolved bugs in F5 NGINX as a Service for Azure during the year 2024.
8+
Learn about the updates, new features, and resolved bugs in F5 NGINXaaS for Azure during the year 2024.
99

1010
To see the latest changes, visit the [Changelog]({{< ref "/nginxaas-azure/changelog" >}}) page.
1111

content/nginxaas-azure/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url: /nginxaas/azure/changelog/
77

88
---
99

10-
Learn about the latest updates, new features, and resolved bugs in F5 NGINX as a Service for Azure.
10+
Learn about the latest updates, new features, and resolved bugs in F5 NGINXaaS for Azure.
1111

1212
To see a list of currently active issues, visit the [Known issues]({{< ref "/nginxaas-azure/known-issues.md" >}}) page.
1313

0 commit comments

Comments
 (0)