Microsoft Partner ID (MPN ID) Task for Azure DevOps
This task helps Microsoft partners set up Partner Admin Link (PAL) by associating their Microsoft Partner ID (MPN ID) with service principals used in Azure deployments.
Why use this task?
Track Your Impact: When partners use PAL, Microsoft can properly attribute Azure consumed revenue and influence to your organization
Automatic Association: Automatically associates your Partner ID with the service principal used in deployments
Simple Configuration: Easy to set up and integrate into your existing pipelines
Features
Validates Microsoft Partner ID (MPN ID) format (6-8 digits)
Azure Service Connection with appropriate permissions
Getting Started
Add the task to your pipeline
Configure an Azure service connection if you haven't already
Add the task to your YAML pipeline:
steps:
- task: PartnerIdTask@2
inputs:
partnerId: '123456' # Your 6-8 digit Microsoft Partner ID (MPN ID)
azureServiceConnection: 'My-Azure-Connection' # Name of your Azure service connection