Skip to content

Commit 9586471

Browse files
Merge pull request #295029 from greg-lindsay/contocs-appgw
AppGW TOC lifecycle
2 parents eec3b33 + 1a4a7ec commit 9586471

File tree

1 file changed

+102
-107
lines changed
  • articles/application-gateway

1 file changed

+102
-107
lines changed

articles/application-gateway/toc.yml

Lines changed: 102 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
- name: Application Gateway documentation
22
href: index.yml
3-
- name: Overview
3+
- name: Get started
4+
expanded: true
45
items:
5-
- name: About application gateways
6+
- name: Application Gateway overview
67
href: overview.md
78
- name: Application Gateway v2
89
href: overview-v2.md
910
- name: Application Gateway for Containers
1011
href: ./for-containers/overview.md
11-
- name: Well-Architected review of Application Gateway
12-
href: /azure/architecture/framework/services/networking/azure-application-gateway?toc=/azure/application-gateway/toc.json&bc=/azure/application-gateway/breadcrumb/toc.json
13-
- name: Quickstarts
14-
expanded: true
15-
items:
1612
- name: Create Application Gateway - Portal
1713
href: quick-create-portal.md
1814
- name: Create Application Gateway - PowerShell
@@ -27,26 +23,10 @@
2723
href: quick-create-template.md
2824
- name: Create Application Gateway - Terraform
2925
href: quick-create-terraform.md
30-
- name: Tutorials
31-
items:
32-
- name: Secure with SSL
33-
href: create-ssl-portal.md
34-
- name: Host multiple sites
35-
href: create-multiple-sites-portal.md
36-
- name: Route by URL
37-
href: create-url-route-portal.md
38-
- name: Redirect web traffic
39-
href: tutorial-url-redirect-cli.md
40-
- name: Autoscaling and zone redundant
41-
href: tutorial-autoscale-ps.md
42-
- name: Ingress Controller add-on for AKS (Greenfield)
43-
href: tutorial-ingress-controller-add-on-new.md
44-
- name: Ingress Controller add-on for AKS (Brownfield)
45-
href: tutorial-ingress-controller-add-on-existing.md
46-
- name: Deploy Application Gateway with DDoS protection
47-
href: tutorial-protect-application-gateway.md
48-
- name: Concepts
26+
- name: Design
4927
items:
28+
- name: Well-Architected review of Application Gateway
29+
href: /azure/architecture/framework/services/networking/azure-application-gateway?toc=/azure/application-gateway/toc.json&bc=/azure/application-gateway/breadcrumb/toc.json
5030
- name: Basics
5131
items:
5232
- name: Application Gateway features
@@ -55,20 +35,20 @@
5535
href: how-application-gateway-works.md
5636
- name: Application Gateway components
5737
href: application-gateway-components.md
58-
- name: Configuration
59-
items:
60-
- name: Overview
61-
href: configuration-overview.md
62-
- name: Infrastructure
63-
href: configuration-infrastructure.md
64-
- name: Frontend IP address
65-
href: configuration-frontend-ip.md
66-
- name: Listeners
67-
href: configuration-listeners.md
68-
- name: Request routing rules
69-
href: configuration-request-routing-rules.md
70-
- name: HTTP settings
71-
href: configuration-http-settings.md
38+
- name: Configuration
39+
items:
40+
- name: Overview
41+
href: configuration-overview.md
42+
- name: Infrastructure
43+
href: configuration-infrastructure.md
44+
- name: Frontend IP address
45+
href: configuration-frontend-ip.md
46+
- name: Listeners
47+
href: configuration-listeners.md
48+
- name: Request routing rules
49+
href: configuration-request-routing-rules.md
50+
- name: HTTP settings
51+
href: configuration-http-settings.md
7252
- name: Routing
7353
items:
7454
- name: Multi-site hosting
@@ -79,38 +59,7 @@
7959
href: redirect-overview.md
8060
- name: Rewrite HTTP headers and URL
8161
href: rewrite-http-headers-url.md
82-
- name: Security
83-
items:
84-
- name: Security baseline
85-
href: /security/benchmark/azure/baselines/application-gateway-security-baseline?toc=/azure/application-gateway/toc.json
86-
- name: Private Deployment
87-
href: application-gateway-private-deployment.md
88-
- name: Private Link
89-
href: private-link.md
90-
- name: SSL
91-
items:
92-
- name: SSL termination and end to end SSL
93-
href: ssl-overview.md
94-
- name: SSL policy overview
95-
href: application-gateway-ssl-policy-overview.md
96-
- name: Mutual authentication
97-
href: mutual-authentication-overview.md
98-
- name: Using Key Vault
99-
href: key-vault-certs.md
100-
- name: SSL certificate management
101-
href: ssl-certificate-management.md
102-
- name: Health monitoring
103-
items:
104-
- name: Monitor Application Gateway
105-
href: monitor-application-gateway.md
106-
- name: Health probe
107-
href: application-gateway-probe-overview.md
108-
- name: Backend health
109-
href: application-gateway-backend-health.md
110-
- name: Diagnostic logs
111-
href: application-gateway-diagnostics.md
112-
- name: Metrics
113-
href: application-gateway-metrics.md
62+
11463
- name: TCP/TLS proxy
11564
href: tcp-tls-proxy-overview.md
11665
- name: Support for working remotely
@@ -127,8 +76,38 @@
12776
href: understanding-pricing.md
12877
- name: FAQ
12978
href: application-gateway-faq.yml
130-
- name: How-to guides
79+
- name: Security
80+
items:
81+
- name: Private Deployment
82+
href: application-gateway-private-deployment.md
83+
- name: Private Link
84+
href: private-link.md
85+
- name: Secure with SSL
86+
href: create-ssl-portal.md
87+
- name: SSL termination and end to end SSL
88+
href: ssl-overview.md
89+
- name: SSL policy overview
90+
href: application-gateway-ssl-policy-overview.md
91+
- name: Mutual authentication
92+
href: mutual-authentication-overview.md
93+
- name: Using Key Vault
94+
href: key-vault-certs.md
95+
- name: SSL certificate management
96+
href: ssl-certificate-management.md
97+
- name: Security baseline
98+
href: /security/benchmark/azure/baselines/application-gateway-security-baseline?toc=/azure/application-gateway/toc.json
99+
- name: Deploy
131100
items:
101+
- name: Host multiple sites
102+
href: create-multiple-sites-portal.md
103+
- name: Route by URL
104+
href: create-url-route-portal.md
105+
- name: Redirect web traffic
106+
href: tutorial-url-redirect-cli.md
107+
- name: Autoscaling and zone redundant
108+
href: tutorial-autoscale-ps.md
109+
- name: Deploy Application Gateway with DDoS protection
110+
href: tutorial-protect-application-gateway.md
132111
- name: Configure TCP/TLS proxy
133112
items:
134113
- name: Azure portal
@@ -187,10 +166,14 @@
187166
href: application-gateway-configure-listener-specific-ssl-policy.md
188167
- name: Ingress for AKS
189168
items:
190-
- name: Ingress for AKS via Helm (Brownfield)
191-
href: ingress-controller-install-existing.md
192169
- name: Ingress for AKS via Helm (Greenfield)
193170
href: ingress-controller-install-new.md
171+
- name: Ingress Controller add-on for AKS (Greenfield)
172+
href: tutorial-ingress-controller-add-on-new.md
173+
- name: Ingress for AKS via Helm (Brownfield)
174+
href: ingress-controller-install-existing.md
175+
- name: Ingress Controller add-on for AKS (Brownfield)
176+
href: tutorial-ingress-controller-add-on-existing.md
194177
- name: Migrate from Helm deployment to AKS add-on
195178
href: ingress-controller-migration.md
196179
- name: Disable and re-enable AKS Ingress Controller add-on
@@ -301,50 +284,62 @@
301284
href: ../operational-excellence/relocation-app-gateway.md?toc=/azure/application-gateway/toc.json
302285
- name: Migrate to availability zone support
303286
href: ../reliability/migrate-app-gateway-v2.md?toc=/azure/application-gateway/toc.json
304-
- name: Troubleshoot
305-
items:
306-
- name: ILB with an App Service Environment
307-
href: create-gateway-internal-load-balancer-app-service-environment.md
308-
- name: App service issues
309-
href: troubleshoot-app-service-redirection-app-service-url.md
310-
- name: Session affinity issues
311-
href: how-to-troubleshoot-application-gateway-session-affinity-issues.md
312-
- name: Bad Gateway (502) errors
313-
href: application-gateway-troubleshooting-502.md
314-
- name: HTTP response codes
315-
href: http-response-codes.md
316-
- name: Mutual authentication
317-
href: mutual-authentication-troubleshooting.md
318-
- name: Ingress for AKS
319-
href: ingress-controller-troubleshoot.md
320-
- name: Resource Health
321-
href: resource-health-overview.md
322-
- name: Use Log Analytics
323-
href: log-analytics.md
324-
- name: Backend health issues
325-
href: application-gateway-backend-health-troubleshooting.md
326-
- name: Key Vault errors
327-
href: application-gateway-key-vault-common-errors.md
328-
- name: Disabled listeners
329-
href: disabled-listeners.md
330287
- name: Proxy buffer configuration
331288
href: proxy-buffers.md
332289
- name: Custom error pages
333290
href: custom-error.md
334291
- name: Migrate to v2 SKU
335292
items:
336-
- name: About v1 retirement
337-
href: v1-retirement.md
338-
- name: Migrate from v1 to v2
339-
href: migrate-v1-v2.md
340-
- name: FAQ
341-
href: retirement-faq.md
293+
- name: About v1 retirement
294+
href: v1-retirement.md
295+
- name: Migrate from v1 to v2
296+
href: migrate-v1-v2.md
297+
- name: Migration FAQ
298+
href: retirement-faq.md
342299
- name: Configure alerts
343300
href: configure-alerts-with-templates.md
344301
- name: Classic to Resource Manager
345302
href: classic-to-resource-manager.md
346303
- name: Configure Private Link
347304
href: private-link-configure.md
305+
- name: Health monitoring
306+
items:
307+
- name: Monitor Application Gateway
308+
href: monitor-application-gateway.md
309+
- name: Health probe
310+
href: application-gateway-probe-overview.md
311+
- name: Backend health
312+
href: application-gateway-backend-health.md
313+
- name: Diagnostic logs
314+
href: application-gateway-diagnostics.md
315+
- name: Metrics
316+
href: application-gateway-metrics.md
317+
- name: Troubleshoot
318+
items:
319+
- name: ILB with an App Service Environment
320+
href: create-gateway-internal-load-balancer-app-service-environment.md
321+
- name: App service issues
322+
href: troubleshoot-app-service-redirection-app-service-url.md
323+
- name: Session affinity issues
324+
href: how-to-troubleshoot-application-gateway-session-affinity-issues.md
325+
- name: Bad Gateway (502) errors
326+
href: application-gateway-troubleshooting-502.md
327+
- name: HTTP response codes
328+
href: http-response-codes.md
329+
- name: Mutual authentication
330+
href: mutual-authentication-troubleshooting.md
331+
- name: Ingress for AKS
332+
href: ingress-controller-troubleshoot.md
333+
- name: Resource Health
334+
href: resource-health-overview.md
335+
- name: Use Log Analytics
336+
href: log-analytics.md
337+
- name: Backend health issues
338+
href: application-gateway-backend-health-troubleshooting.md
339+
- name: Key Vault errors
340+
href: application-gateway-key-vault-common-errors.md
341+
- name: Disabled listeners
342+
href: disabled-listeners.md
348343
- name: Reference
349344
items:
350345
- name: Monitoring data reference

0 commit comments

Comments
 (0)