From 0e58106ce72f741aafe1f05f25b407e74c683ac0 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Wed, 9 Aug 2023 17:05:01 -0400 Subject: [PATCH] M365 Portal Change Replace portal.office.com with admin.microsoft.com --- src/data/portals.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/portals.json b/src/data/portals.json index 0e49317032f2..38851cfcff98 100644 --- a/src/data/portals.json +++ b/src/data/portals.json @@ -2,7 +2,7 @@ { "label": "M365 Portal", "name": "M365_Portal", - "url": "https://portal.office.com/Partner/BeginClientSession.aspx?CTID=customerId&CSDEST=o365admincenter", + "url": "https://admin.microsoft.com/Partner/BeginClientSession.aspx?CTID=customerId&CSDEST=o365admincenter", "variable": "customerId", "target": "_blank", "external": true