Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/toubleshooting/DNSBasedGlobalLoadBalancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Common reasons and solutions for `TrafficManagerBackend` not being accepted:
status: "False"
type: Accepted
```
- Ensure that the Azure traffic manager profile exists, which could be manually deleted by other users. To recover this profile, you need to delete the `TrafficManagerBackend` and re-create it.
- Ensure that the Azure traffic manager profile exists, which could be manually deleted by other users. To recover this profile, you need to delete the `TrafficManagerProfile` and re-create it.
2. Invalid `backend`
- Ensure that the `Service` exists in the same namespace of the `TrafficManagerBackend`.
```yaml
Expand Down