Yes, Azure offers several AI services that can help you identify possible duplicate customer data. such as: Azure Cognitive Services: Text AnalyticsText Analytics for Entity Recognition: You can use this service to identify and extract entities like names, addresses, and phone numbers from customer data. By comparing these entities across different records, you can detect potential duplicates
Any Azure AI service can help find possible duplicated customer data?
Henry Zhang
186
Reputation points
Hello Everyone,
We have a customer table that includes information such as first name, last name, email, date of birth, address, and phone number. We're exploring whether there's an Azure AI service that can help us identify potential duplicate records. For example:
- Record A: Henry Zhang, same phone
- Record B: H Zhang, same phone
These might be duplicate entries.
If possible We would like to see a confidence score indicating the likelihood that they are duplicates.