你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
current_principal()
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Returns the current principal name that runs the query.
Syntax
current_principal()
Learn more about syntax conventions.
Returns
The current principal fully qualified name (FQN) as a string
.
The string format is:
PrinciplaType=
PrincipalId;
TenantId
Example
print fqn=current_principal()
Example output
fqn |
---|
aaduser=346e950e-4a62-42bf-96f5-4cf4eac3f11e;72f988bf-86f1-41af-91ab-2d7cd011db47 |