Skip to content

Commit 77cd00d

Browse files
authored
Update TROUBLESHOOTING.md (#26179)
Missing an "a" in "verify the manged identity endpoint is available"
1 parent 244b26c commit 77cd00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/identity/azure-identity/TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The `ManagedIdentityCredential` is designed to work on a variety of Azure hosts
138138

139139
#### __Verify IMDS is available on the VM__
140140

141-
If you have access to the VM, you can verify the manged identity endpoint is available via the command line using curl.
141+
If you have access to the VM, you can verify the managed identity endpoint is available via the command line using curl.
142142

143143
```bash
144144
curl 'http://169.254.169.254/metadata/identity/oauth2/token?resource=https://management.core.windows.net&api-version=2018-02-01' -H "Metadata: true"

0 commit comments

Comments
 (0)