Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,641 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I tried the below CLI command and it's giving me proper results, but how do it I run it from a workbook?
az ad signed-in-user show
The azure portal shows this information in the upper right-hand corner. There's no way to specifically get this information from inside workbooks.
Why specifically do you need it? Any queries made from inside workbooks inside the azure portal already know who the user is, have that user's token, etc.