You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
In this Chapter you are asked to login via the cloud shell.
The Script says you should call
Connect-AzAccount -ServicePrincipal -Credential $pscredential -Tenant $tenantID
The
$pscredential
is created by$pscredential = New-Object System.Management.Automation.PSCredential($SPName, $passwd)
$PSName
is created by$SPName = ($jsonResult | convertfrom-json).name
but it should be$SPName = ($jsonResult | convertfrom-json).appId
The text was updated successfully, but these errors were encountered: