Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Day01 - Challange06 ConnectAzAccount does not work #366

Open
sreichi opened this issue Feb 7, 2022 · 0 comments
Open

Day01 - Challange06 ConnectAzAccount does not work #366

sreichi opened this issue Feb 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working day1 Content for Day 1

Comments

@sreichi
Copy link

sreichi commented Feb 7, 2022

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

sreichi added a commit to sreichi/trainingdays that referenced this issue Feb 7, 2022
@cdennig cdennig added bug Something isn't working day1 Content for Day 1 labels Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working day1 Content for Day 1
Projects
None yet
Development

No branches or pull requests

3 participants