Call Api Azure Services
In brief
The code sample now uses `<your-tenant-id>` instead of `<your-tenant>` for the `TenantId` value.
What Entra admins need to know
This is a documentation clarification only; update references to the sample placeholder as needed. No product behavior change is indicated.
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": "<your-tenanttenant-id>",
"ClientId": "<agent-blueprint-id>",
// Other client creedentials available. See <https://aka.ms/ms-id-web/client-credentials>
@@ -61,7 +61,7 @@ This article guides you on how to call Azure services from your agent. To authen { "AzureAd": { "Instance": "https://login.microsoftonline.com/",- "TenantId": "<your-tenant>",+ "TenantId": "<your-tenant-id>", "ClientId": "<agent-blueprint-id>", // Other client creedentials available. See <https://aka.ms/ms-id-web/client-credentials> 