diff --git a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs
index 025856b163..52517b285b 100644
--- a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs
+++ b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs
@@ -59,9 +59,9 @@ public static class AzureEnvironmentConstants
///
/// Location of the maagement portal for the environment
///
- public const string AzureManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=254433";
- public const string ChinaManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=301902";
- public const string USGovernmentManagementPortalUrl = "https://manage.windowsazure.us";
+ public const string AzureManagementPortalUrl = "https://portal.azure.com/";
+ public const string ChinaManagementPortalUrl = "https://portal.azure.cn/";
+ public const string USGovernmentManagementPortalUrl = "https://portal.azure.us/";
public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/";
///