Commit 2f91430
Clarify OIDC vs. client secret auth guidance in Azure Insights docs (#16329)
This change addresses issue #15812 by clarifying the authentication
options for configuring Pulumi Insights with Azure in the "Before You
Begin" guide.
Root cause:
- The Azure section claimed to use OIDC but then described client secret
authentication, which was confusing for users
- The documentation didn't clearly distinguish between the two auth methods
or explain when to use each
Changes:
- Replaced misleading instructions with clear guidance that presents both
authentication options upfront
- Added explicit recommendation to use OIDC for best practices (passwordless,
more secure, no long-lived credentials)
- Provided correct OIDC ESC configuration example (not client secret)
- Added note directing users to comprehensive accounts documentation for
complete step-by-step instructions on both auth methods
- Ensures consistency with how AWS section references detailed guides
Benefits:
- Users understand OIDC is recommended for Azure authentication
- Clear distinction between OIDC and client secret authentication
- No more misleading instructions claiming to use OIDC while showing secrets
- Directs users to comprehensive documentation for complete setup steps
Fixes #15812
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 60c9e8d commit 2f91430
1 file changed
+23
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 106 | + | |
111 | 107 | | |
112 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
131 | 129 | | |
132 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments