Skip to content

Commit

Permalink
Update admin.json
Browse files Browse the repository at this point in the history
The Exchange Admin Center redirect seems to be malfunctioning, directing users to https://admin.cloud.microsoft/exchange/#/, results in an "Error: undefined."

Updated the URL to https://admin.cloud.microsoft/exchange#/ for accurate redirection.

https://techcommunity.microsoft.com/t5/exchange-team-blog/new-url-for-exchange-admin-center-eac-in-exchange-online/ba-p/4270023
  • Loading branch information
marcinlai authored Oct 31, 2024
1 parent 7f551a4 commit caa05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/portals/admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"portalName": "Exchange Admin Center (EAC)",
"primaryURL": "https://admin.cloud.microsoft/exchange/",
"primaryURL": "https://admin.cloud.microsoft/exchange#/",
"secondaryURLs": [
{
"icon": "Old 🔗",
Expand Down

0 comments on commit caa05d4

Please sign in to comment.