Skip to content

Commit 087c1ea

Browse files
authored
Correct client Azure portal link
1 parent 59cc85d commit 087c1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/home/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const Home = () => {
115115
},
116116
{
117117
label: 'Azure',
118-
link: `https://portal.azure.com/?tid=${currentTenant.defaultDomainName}`,
118+
link: `https://portal.azure.com/#@${currentTenant.customerId}`,
119119
icon: faServer,
120120
},
121121
{

0 commit comments

Comments
 (0)