Skip to content
English
  • There are no suggestions because the search field is empty.

Create Service Principle for Partner Center

If you are missing the Service Principle in Entra ID for Partner Center you can use the following commands to create this.

You can create the Service Principle with Azure Powershell (Locally or Azure Cloud Shell) or Locally with Azure CLI.

Azure Powershell (Locally)

Connect-AzAccount -DeviceCode
New-AzADServicePrincipal -ApplicationId ‘4990cffe-04e8-4e8b-808a-1175604b879f’

Azure Powershell (Azure Cloud Shell)

New-AzADServicePrincipal -ApplicationId ‘4990cffe-04e8-4e8b-808a-1175604b879f’

Azure CLI (Locally)

az login --allow-no-subscriptions
az ad sp create --id 4990cffe-04e8-4e8b-808a-1175604b879f