Hi team
In this doc, it says that The portal uses the [Azure API Center data plane API](https://learn.microsoft.com/en-us/rest/api/dataplane/apicenter/operation-groups) to retrieve data from your API center.
But in the runtime, I tried with the json configuration
{
"dataApiHostName": "<service name>.data.<region>.azure-apicenter.ms/workspaces/default",
"title": "API portal",
"authentication": {
"clientId": "<client ID>",
"tenantId": "<tenant ID>",
"scopes": ["https://azure-apicenter.net/user_impersonation"],
"authority": "https://login.microsoftonline.com/"
}
}
it seems not same as the Data Plane Api's domain defined as https://{serviceName}.data.azure-apicenter.net like such as List All APIs
I'm confuse that is there any mistake?
Hi team
In this doc, it says that
The portal uses the [Azure API Center data plane API](https://learn.microsoft.com/en-us/rest/api/dataplane/apicenter/operation-groups) to retrieve data from your API center.But in the runtime, I tried with the json configuration
{ "dataApiHostName": "<service name>.data.<region>.azure-apicenter.ms/workspaces/default", "title": "API portal", "authentication": { "clientId": "<client ID>", "tenantId": "<tenant ID>", "scopes": ["https://azure-apicenter.net/user_impersonation"], "authority": "https://login.microsoftonline.com/" } }it seems not same as the Data Plane Api's domain defined as
https://{serviceName}.data.azure-apicenter.netlike such asList All APIsI'm confuse that is there any mistake?