Call Api Microsoft Graph
In brief
The `TenantId` example value changed from `<my-test-tenant>` to `<your-tenant-id>` for clearer documentation.
What Entra admins need to know
When using the sample, replace the placeholder with your tenant ID. No feature or product behavior changed.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "<my-test-tenantyour-tenant-id>",
"ClientId": "<agent-blueprint-client-id>",
"ClientCredentials": [
{
@@ -56,7 +56,7 @@ This article explains how to call a Microsoft Graph API from an agent using agen { "AzureAd": { "Instance": "https://login.microsoftonline.com/",- "TenantId": "<my-test-tenant>",+ "TenantId": "<your-tenant-id>", "ClientId": "<agent-blueprint-client-id>", "ClientCredentials": [ { 