Skip to content

Commit

Permalink
Correct client Azure portal link
Browse files Browse the repository at this point in the history
  • Loading branch information
PeakeIT committed Jul 24, 2023
1 parent 59cc85d commit 087c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Home = () => {
},
{
label: 'Azure',
link: `https://portal.azure.com/?tid=${currentTenant.defaultDomainName}`,
link: `https://portal.azure.com/#@${currentTenant.customerId}`,
icon: faServer,
},
{
Expand Down

0 comments on commit 087c1ea

Please sign in to comment.