We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244b26c commit 77cd00dCopy full SHA for 77cd00d
1 file changed
sdk/identity/azure-identity/TROUBLESHOOTING.md
@@ -138,7 +138,7 @@ The `ManagedIdentityCredential` is designed to work on a variety of Azure hosts
138
139
#### __Verify IMDS is available on the VM__
140
141
-If you have access to the VM, you can verify the manged identity endpoint is available via the command line using curl.
+If you have access to the VM, you can verify the managed identity endpoint is available via the command line using curl.
142
143
```bash
144
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