I am looking to create ADF pipeline to load data to powerapps entity using CDM. I have exported the data from powerapps to ADLS. I was following this article: https://learn.microsoft.com/en-us/powerapps/maker/common-data-service/export-to-data-lake-data-adf
So, for creating a manifest file a c# code is provided along with few CDM nuget packages. These are in TFS/Devops for which i dont have access. Path: https://commondatamodel.pkgs.visualstudio.com/_packaging/CDM/nuget/v3/index.json
Error:
{
"$id": "1",
"innerException": null,
"message": "TF400813: The user '72f988bf-86f1-41af-91ab-2d7cd011db47\\xyz@abc.com' is not authorized to access this resource.",
"typeName": "Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server",
"typeKey": "UnauthorizedRequestException",
"errorCode": 0,
"eventId": 3000
}
Can you guide me on how to download these packages or create manifest file?
Can you guide me on how to download these packages or create manifest file?
I am afraid you have to use another account that has permission to access that CDM feed.
According to the Azure roles:
The user account that's used to sign in to Azure must be a member of the contributor or owner role, or an administrator of the Azure subscription. To view the permissions that you have in the subscription, go to the Azure portal, select your username in the upper-right corner, select ..., and then select My permissions. If you have access to multiple subscriptions, select the appropriate one. To create and manage child resources for Data Factory in the Azure portal—including datasets, linked services, pipelines, triggers, and integration runtimes—you must belong to the Data Factory Contributor role at the resource group level or above.
As test, My account is also unable to access the feed directly:
But my manager (with higher authority) can directly access that feed:
So, you could try to install/download those packages with another account that has permission to access that CDM feed.