Skip to content

Commit bd108fc

Browse files
authored
Fix the management portal url (#280)
1 parent 92292f9 commit bd108fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Authentication.Abstractions/AzureEnvironmentConstants.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public static class AzureEnvironmentConstants
5959
/// <summary>
6060
/// Location of the maagement portal for the environment
6161
/// </summary>
62-
public const string AzureManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=254433";
63-
public const string ChinaManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=301902";
64-
public const string USGovernmentManagementPortalUrl = "https://manage.windowsazure.us";
62+
public const string AzureManagementPortalUrl = "https://portal.azure.com/";
63+
public const string ChinaManagementPortalUrl = "https://portal.azure.cn/";
64+
public const string USGovernmentManagementPortalUrl = "https://portal.azure.us/";
6565
public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/";
6666

6767
/// <summary>

0 commit comments

Comments
 (0)