問題タブ [azureportal]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - Azure Automation runbool を実行しているユーザー ID を取得する方法
Runbook スクリプト内の PowerShell コマンドレットを使用して、Runbook の実行を実際に開始したユーザー ID を取得したいと考えています。[System.Security.Principal.WindowsIdentity]::GetCurrent().Name と $env:username で値を取得しようとしましたが、どちらも userId を LsaSetupDomain\Administrator として指定しました。Azure Runbook スクリプトでこの値を取得することは可能ですか? また、何らかの理由で、新しい Azure portal の Runbook ジョブ ダッシュボードに [Startedby] フィールドも見つかりませんでした。