Skip to content

Commit 0bea0e8

Browse files
authored
Merge pull request #286022 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 45fea0c + 53280bb commit 0bea0e8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/application-gateway/ingress-controller-troubleshoot.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,17 @@ metadata:
6565
annotations:
6666
kubernetes.io/ingress.class: azure/application-gateway
6767
spec:
68-
ingressClassName: azure-application-gateway
68+
#ingressClassName: azure-application-gateway # according to the AGIC setup guide, annotations are the approach to set the class
6969
rules:
7070
- host: test.agic.contoso.com
7171
http:
7272
paths:
7373
- path: /
74+
pathType: Prefix
7475
backend:
75-
serviceName: test-agic-app-service
76-
servicePort: 80
76+
name: test-agic-app-service
77+
port:
78+
number: 80
7779
EOF
7880
```
7981

articles/ddos-protection/ddos-protection-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Get detailed reports in five-minute increments during an attack, and a complete
5353
](alerts.md) to learn more.
5454

5555
- **Azure DDoS Rapid Response:**
56-
During an active attack, customers have access to the DDoS Rapid Response (DRR) team, who can help with attack investigation during an attack and post-attack analysis. For more information, see [Azure DDoS Rapid Response](ddos-rapid-response.md).
56+
During an active attack, Azure DDoS Network Protection enabled customers have access to the DDoS Rapid Response (DRR) team, who can help with attack investigation during an attack and post-attack analysis. For more information, see [Azure DDoS Rapid Response](ddos-rapid-response.md).
5757

5858
- **Native platform integration:**
5959
Natively integrated into Azure. Includes configuration through the Azure portal. Azure DDoS Protection understands your resources and resource configuration.

0 commit comments

Comments
 (0)