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

Day01 - Challange06 ConnectAzAccount does not work #366

@sreichi

Description

@sreichi

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

Metadata

Metadata

Labels

bugSomething isn't workingday1Content for Day 1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions