Skip to content

Commit 49eab57

Browse files
Merge pull request #236369 from EdB-MSFT/patch-9
Update rest-api-walkthrough.md
2 parents 4465eb6 + 47ddf11 commit 49eab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/rest-api-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Once you've created a service principal, retrieve an access token using a REST c
2323

2424
```HTTP
2525
26-
POST /<appId>/oauth2/v2.0/token
26+
POST /<tenant-id>/oauth2/token
2727
Host: https://login.microsoftonline.com
2828
Content-Type: application/x-www-form-urlencoded
2929

0 commit comments

Comments
 (0)