Skip to content

Commit 43ee214

Browse files
tomnofclaude
andcommitted
Apply style guide fixes to Getting Started with Teams
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 74def64 commit 43ee214

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/en/getting_started/teams/_index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Think of Teams as the place where you can answer, operationally:
3434
- *How does ownership roll up (team to org unit / platform group)?*
3535
- *Who has access, or can grant access, to this resource?*
3636

37-
## Before you start: assess your existing sources of team data
37+
## Before you start: Assess your existing sources of team data
3838

3939
You move faster (and avoid rework) if you inventory your sources first. In practice, admins commonly pull "team truth" from a mix of identity, collaboration, and operational tools.
4040

@@ -44,16 +44,16 @@ The following sources are some of the most common. For each source, trace it ups
4444

4545
These sources answer "who is in which group, today?". Often the best source for joiners/leavers and for permissioning purposes.
4646

47-
- Okta / Entra groups / other IdP
47+
- Okta, Entra groups, or other IdP
4848
- Workday / Rippling / other HR system
49-
- Spreadsheet / notepad / slide (when everything else failed, this is what you use to track how people work)
49+
- Spreadsheet, notepad, or slide (when everything else failed, this is what you use to track how people work in practice)
5050

5151
### Ownership sources (code and service accountability)
5252

5353
These sources answer "who owns this service?":
5454

5555
- GitHub teams and CODEOWNERS file
56-
- Backstage / Port / Cortex
56+
- Backstage, Port, or Cortex
5757
- Internal ownership registries or catalogs
5858

5959
**Things to note:**
@@ -66,7 +66,7 @@ These sources answer "who owns this service?":
6666
These sources drive workflow impact:
6767

6868
- On-call tools such as PagerDuty or OpsGenie, incident response (ServiceNow), alert routing
69-
- Slack/MS Teams channels, email lists
69+
- Slack or MS Teams channels, email lists
7070

7171
## How Datadog Teams fits into a multi-source reality
7272

@@ -85,11 +85,11 @@ Datadog supports managing or syncing Teams data through:
8585

8686
Below is how to choose, with the tradeoffs that usually matter.
8787

88-
### Option A: IdP-driven sync (Okta/Entra)
88+
### Option A: IdP-driven sync (Okta or Entra)
8989

9090
Use IdP-driven sync when:
9191

92-
- Your top priority is automated and accurate membership life cycle (joiners/leavers)
92+
- Your top priority is automated and accurate membership life cycle (joiners and leavers)
9393
- You want IT or platform to "own membership hygiene" centrally
9494
- You can map groups to real teams without exploding your team list
9595

@@ -109,7 +109,7 @@ Important notes:
109109

110110
Use SAML mapping when:
111111

112-
- You already have SAML configured for log in
112+
- You already have SAML configured for login
113113
- You want team assignment to happen as part of authentication-based provisioning
114114
- You need a low-effort way to start without building custom sync or asking another team in your org to help you set up
115115

@@ -127,13 +127,13 @@ Use GitHub when:
127127
- CODEOWNERS is your best ownership signal and you want Datadog to reflect it
128128
- You care about hierarchy and nested teams
129129

130-
In Datadog's [GitHub provisioning flow][5] you can choose between Team enrichment only (link existing teams) or full provisioning and membership management (create teams in Datadog based on the existing Teams in GitHub) while preserving hierarchy, membership, and use CODEOWNERS for richer ownership signals.
130+
In Datadog's [GitHub provisioning flow][5], you can choose between two modes. Team enrichment only links existing teams. Full provisioning and membership management creates teams in Datadog based on the existing teams in GitHub, preserving hierarchy and membership. Both modes can use CODEOWNERS for richer ownership signals.
131131

132132
What to watch:
133133

134134
- GitHub teams often diverge from actual org structure due to stale membership or ad-hoc team creation.
135135
- You can use the "partial selection" flow to indicate which parts of your GitHub org you want to provision into Datadog.
136-
- GitHub-based membership usually reflects engineering reality, not necessarily HR/IT life cycle reality.
136+
- GitHub-based membership usually reflects engineering reality, not necessarily HR or IT life cycle reality.
137137

138138
**Best use:** make GitHub your authority for **code ownership and hierarchy**, while another system remains the authority for identity life cycle.
139139

@@ -159,8 +159,8 @@ Pick a path that matches your *current* reality. You can change later, but start
159159

160160
Choose this if you want a clean membership life cycle first.
161161

162-
1. Sync or map teams from Okta/Entra/SAML (membership baseline).
163-
2. Treat membership as managed-avoid manual overrides that get reverted.
162+
1. Sync or map teams from Okta, Entra, or SAML (membership baseline).
163+
2. Treat membership as managedavoid manual overrides that get reverted.
164164
3. Add GitHub connections for ownership enrichment (CODEOWNERS, repo signals) after the team list is stable.
165165

166166
**Why this works:** you stabilize "who is on the team" first, then layer "what they own."

0 commit comments

Comments
 (0)