我有一个自动化帐户,并设置了作为帐户运行。我正在尝试使用它来运行我从门户中的库中导入的 VM 扩展运行手册(来源:在此处输入链接描述)。
我收到以下错误,但我不太了解它的确切含义:
Add-AzureRmAccount : Cannot validate argument on parameter 'TenantId'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At line:106 char:11 + -TenantId $runAsConnectionProfile.Tenant.Id ` + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Add-AzureRmAccount], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.Azure.Commands.Profile.AddAzureRMAccountCommand
看起来 RunAsConnection 没有租户 ID,但是当我在门户中打开 run as 帐户时,AzureRunAsConnection 看起来有一个租户 ID。
有人可以解释为什么会发生这个错误吗?