Hi,
I have a two-node azure local cluster but I am running into validation issues with it - This is the exact error message -
Type 'ValidateArcIntegration' of Role 'EnvironmentValidator' raised an exception: { "ExceptionType": "text", "ErrorMessage": "The provided account MSI@50342 does not have access to subscription ID "xxx-xxx-xxx-xxx". Please try logging in with different credentials or a different subscription ID. If a subscription is not specified, please check the configs by Get-AzConfig
.", "ExceptionStackTrace": "at Invoke-AzStackHciArcIntegrationValidation, C:\Program Files\WindowsPowerShell\Modules\AzStackHci.EnvironmentChecker\AzStackHciArcIntegration\AzStackHci.ArcIntegration.psm1: line 166\r\nat Test-AzStackHciArcIntegration, C:\Program Files\WindowsPowerShell\Modules\AzStackHci.EnvironmentChecker\AzStackHciArcIntegration\AzStackHciArcIntegration.psm1: line 136\r\nat \u003cScriptBlock\u003e, \u003cNo file\u003e: line 1\r\nat RunSingleValidator, C:\NugetStore\AzStackHci.EnvironmentChecker.Deploy.10.2505.0.2008\content\Classes\EnvironmentValidator\EnvironmentValidator.psm1: line 878\r\nat ValidateArcIntegration, C:\NugetStore\AzStackHci.EnvironmentChecker.Deploy.10.2505.0.2008\content\Classes\EnvironmentValidator\EnvironmentValidator.psm1: line 572\r\nat \u003cScriptBlock\u003e, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 157\r\nat Invoke-EceInterfaceInternal, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 152\r\nat \u003cScriptBlock\u003e, \u003cNo file\u003e: line 50" } at RunSingleValidator, C:\NugetStore\AzStackHci.EnvironmentChecker.Deploy.10.2505.0.2008\content\Classes\EnvironmentValidator\EnvironmentValidator.psm1: line 898 at ValidateArcIntegration, C:\NugetStore\AzStackHci.EnvironmentChecker.Deploy.10.2505.0.2008\content\Classes\EnvironmentValidator\EnvironmentValidator.psm1: line 572 at <ScriptBlock>, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 157 at Invoke-EceInterfaceInternal, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 152 at <ScriptBlock>, <No file>: line 50
It fails on The evaluate interface Validate Arc integration step.
Any idea what that MSI@50342 is? cannot find it under managed identities. For now I have given the Cluster MI and the Node MIs access to the subscription but still failing.
Any help would be appreciated!