Forum Discussion
Missing Microsoft Partner (4990cffe-04e8-4e8b-808a-1175604b879f) API permission
Hey sansbacher ,
Thanks for replying, really appreciate it.
Answering some of your questions below:
Are you trying to add under "Enterprise applications" or "App registrations"?
I am trying to add under App Registrations, but just for clarification I tried to search for it under Enterprise Applications as well.
Do you have Global Admin?
Yes I do have Global Admin in Microsoft Partner Center.
Is your Tenant linked to an MS Partner Center account? Under Tenants does it list your Microsoft Entra tenant ID?
Yes there is Microsoft Entra Tenant ID listed in Tenants inside Organization profile, it's the same one in Azure portal. I think the Tenant is correctly linked to the Partner Center.
I tried searching with different keywords (name / id) as well but still couldn't find the "4990cffe-04e8-4e8b-808a-1175604b879f" API permission.
We don't really have country specific tenant, there is just United States one. I also suspect there's something not set correctly set in our Tenant and the issue seems to be related to the MS Partner.
Please let me know if you need anything from my end to dig deeper into the issue. I know this is a tech community and not a dedicated support channel, please excuse for that.
Thanks.
You're welcome yashubale ,
"Please let me know if you need anything from my end to dig deeper into the issue. I know this is a tech community and not a dedicated support channel, please excuse for that."
Worse, this a partner led tech community. So we're all just MS Partners, same as you. Unfortunately if your problem persists you'll need to contact your MS Partner account rep. Unless JillArmourMicrosoft has someone else she can ping who might be able to help?
Sorry 😞
- yashubaleSep 20, 2024Copper Contributor
sansbacher JillArmourMicrosoft
Hello,
Microsoft support helped us to solve the issue. We ran the following commands in PowerShell from the Azure Portal:
$Tenantid='<customer_tenant>' Connect-AzureAd -Tenant $Tenantid $Appid='4990cffe-04e8-4e8b-808a-1175604b879f' New-AzADServicePrincipal -ApplicationId $Appid
Thanks for all the help.