Alternative Solution for Scoring & Recommendation Services

Meshkat Mohammadi 0 Reputation points
2025-07-24T10:42:00.2066667+00:00

I am currently looking for a service to implement Scoring and Recommendation functionality for my project. Specifically, I need a service that allows me to:

Provide a list of items along with user context.

Based on previous user events, rank and sort the items to generate personalized recommendations.

I was considering Azure AI Personalizer, but I’ve learned it will be deprecated in 2026, and I am unable to create this resource.

Could you please recommend an alternative Azure service that can fulfill these requirements for personalized ranking and recommendation based on user behavior and context?

Azure AI Personalizer
Azure AI Personalizer
An Azure artificial intelligence service that enables applications to personalize user experiences by learning from collective real-time user behavior.
{count} votes

1 answer

Sort by: Most helpful
  1. Pavankumar Purilla 10,350 Reputation points Microsoft External Staff Moderator
    2025-07-25T07:54:10.8866667+00:00

    Hi Meshkat Mohammadi,
    Since Azure AI Personalizer is scheduled to be deprecated in 2026, you're right to look for alternative solutions for implementing scoring and recommendation functionality. One robust option is using Azure Machine Learning to build your own custom recommendation models. This gives you flexibility to apply techniques such as matrix factorization, content-based filtering, or hybrid approaches based on user context and historical behavior. Microsoft also provides tutorials and open-source tools like the Recommenders repository to help accelerate development.

    Another option currently available—though also set to be retired in March 2026—is Azure Intelligent Recommendations, which provides automated and personalized recommendations based on user interactions and metadata. While it's still supported, it can be used to quickly integrate recommendation capabilities into your application. Additionally, Microsoft Fabric offers a unified analytics platform that can support end-to-end data processing and machine learning workflows. By leveraging Fabric's lakehouse architecture, you can efficiently manage and prepare your data for building and deploying recommendation systems. Together, these services offer flexible and scalable alternatives to meet your scoring and recommendation needs beyond Personalizer.
    For more information: Tutorial: Create, evaluate, and score a recommendation system

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.