Forum Discussion
Yuvaraja1
Dec 11, 2024Copper Contributor
Redirecting to Classic Portal Instead of New Portal in Microsoft Purview
I am using the following endpoint in my Python script to create new terms in the Microsoft Purview New Portal:
purview_endpoint = "https://api.purview-service.microsoft.com"
However, this endpoint redirects me to the Classic Portal instead of the New Portal. Has anyone encountered this issue or knows how to resolve it?
Thanks in advance!
2 Replies
Sort By
- milgo
Microsoft
Hello Yuvaraja1 ! Apologies for this experience. May I ask if you are still encountering this issue. Based on the endpoint you have shared above, this is correct based on documentation. Tutorial: How to use Microsoft Purview Python SDK | Microsoft Learn
Please let us know if you are still facing this issue or it was a transient error. Happy to understand so we can support further.- Yuvaraja1Copper Contributor
Thanks for your response.
I just checked again, and I am still facing the same issue.
Could you please assist me in resolving this?