🚀 Executive Summary
TL;DR: Microsoft’s Solutions Partner program now operates on a performance model, requiring partners to actively track customer telemetry and usage to earn points and retain benefits. To succeed, partners must leverage skilling certifications, implement Partner Admin Link (PAL) for Azure Consumed Revenue, or utilize the Claiming Partner of Record (CPOR) process for large accounts.
🎯 Key Takeaways
- The Microsoft Solutions Partner program shifted from a “competency” to a “performance” model, demanding proof of customer activity and telemetry association, not just certifications.
- Implementing Partner Admin Link (PAL) via PowerShell or the Azure Portal in customer tenants is essential for attributing Azure Consumed Revenue (ACR) and usage growth to your PartnerID.
- Leveraging the “Skilling” category by having personnel pass intermediate (e.g., AZ-104) or advanced (e.g., AZ-305) certifications provides a direct and controllable method to quickly gain up to 20 points towards the 70-point threshold.
Stop guessing why your partner score is stuck at 65. I’m breaking down the three ways to navigate the Microsoft Solutions Partner program so you can keep those IUR credits and internal licenses flowing.
Cracking the Code: What the Microsoft Solutions Partner Program Actually Wants From You
Last year at TechResolve, I was deep in the weeds trying to stabilize a shaky migration for prod-db-01 when my VP of Sales burst into my office. He was panicking because our “Gold Competency” badge had vanished overnight, replaced by a “Points Dashboard” that looked more like a video game UI than a business certification. We were at 68 points out of the required 70 to become a “Solutions Partner for Infrastructure.” I spent the next 48 hours realizing that the old days of just paying a fee and having two guys pass an exam are dead. Microsoft changed the rules of the game to focus on “capability scores,” and if you aren’t actively tracking your telemetry, you’re basically invisible to them.
The root cause of the confusion is that Microsoft moved from a “competency” model to a “performance” model. It’s no longer just about what you know; it’s about what your customers are actually doing in their tenants. If you aren’t linked as the Partner of Record (POR) or using the Partner Admin Link (PAL), Microsoft has no automated way to verify that you’re the one doing the heavy lifting. You could be managing a 10,000-seat environment, but if the telemetry isn’t linked to your PartnerID, you get exactly zero points.
Pro Tip: Don’t wait until your renewal month to check your Partner Center dashboard. The data can take up to 30-45 days to propagate through Microsoft’s backend systems.
Solution 1: The Quick Fix (The “Skilling” Sprint)
If you’re hovering near the 70-point mark, the fastest way to bridge the gap is the Skilling category. Each person who passes a specific intermediate or advanced exam adds points to your total. For the “Infrastructure” designation, we had three of our junior admins grind out the AZ-104 over a weekend. It’s the only metric you have 100% control over without needing customer approval.
| Category | Action | Points Gained |
| Skilling | Intermediate Certifications (e.g., AZ-104) | Up to 20 points |
| Skilling | Advanced Certifications (e.g., AZ-305) | Up to 15 points |
Solution 2: The Permanent Fix (Telemetry Association)
To get the “Performance” and “Customer Success” points, you must prove you are the ones managing the environment. For Azure, this means setting up Partner Admin Link (PAL). It feels a bit hacky because you have to run it via PowerShell or the Portal on the customer’s tenant, but it is the only way to get credit for “Azure Consumed Revenue” (ACR).
# Run this in the customer's cloud shell to link your PartnerID
# Replace '1234567' with your actual MPN ID
az extension add --name managementpartner
az managementpartner create --partner-id 1234567
Once this is run, Microsoft starts attribute usage of tenant-prod-01 to your partner account. This contributes to your “Net Customer Adds” and “Usage Growth” metrics, which are weighted heavily in the 70-point requirement.
Solution 3: The ‘Nuclear’ Option (CPOR and Usage Growth)
If your points are stagnant because you deal with large, slow-moving enterprises where you can’t get Global Admin access to run PAL, you have to use the Claiming Partner of Record (CPOR) process. This is the “Nuclear” option because it requires you to submit a “Statement of Work” (SOW) directly to Microsoft through the Partner Center. Microsoft then reaches out to the customer to verify that you are indeed the lead architect. It’s a bureaucratic nightmare, but it’s the only way to claim points for massive migrations that would otherwise go uncounted.
Warning: Be careful with CPOR. If a customer denies the association because they already have another partner listed, it can trigger an audit of your partner status. Always get the client’s signature on a clear SOW before claiming.
At the end of the day, the Solutions Partner program is just Microsoft’s way of forcing us to keep our skills current and our telemetry linked. It’s annoying, but once you hit that 70-point threshold, the internal use licenses (IURs) and the “Advanced Specialization” opportunities make the headache worth it. Just keep an eye on that dashboard every Monday morning—don’t let a “Skilling” expiration be the reason you lose your Azure credits.
🤖 Frequently Asked Questions
âť“ How can I ensure my work with customers contributes to my Microsoft Solutions Partner points?
To ensure credit, you must be linked as the Partner of Record (POR) or use Partner Admin Link (PAL) in customer tenants for telemetry association, or submit a Statement of Work via the Claiming Partner of Record (CPOR) process for large enterprises.
âť“ What is the primary difference between the old Microsoft Competency model and the new Solutions Partner program?
The new Solutions Partner program focuses on a “performance” model, requiring verifiable customer telemetry and usage (e.g., through PAL) to earn points, whereas the old “competency” model primarily relied on fees and passing exams.
âť“ What is a critical mistake to avoid when trying to maintain Solutions Partner status?
A critical mistake is failing to proactively monitor your Partner Center dashboard and ensure your PartnerID is correctly linked to customer tenants via PAL or CPOR, as data propagation can take 30-45 days, potentially leading to loss of IUR credits.
Leave a Reply