Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

M03-L06 "Deploying Docker containers to Azure App Service web apps: Properties for Service Connection don't match command output #452

@mkennten

Description

@mkennten

Contact Details

No response

What happened?

Exercise : 01
Task: 01
Step: 09

Description of issue:
When configuring the service principal manually we need to enter the appId into the field Service Principal Id but the text only mentions the clientId - technically it's the same, but the instruction should match the outcome of the command.

the outcome has the following properties:
{
"appId": "b00000-d178-4e1c-a067-a432fe3ea0b4",
"displayName": "sp-az400-azdo",
"password": "000008Vlvo2z8v6QfgBkCeibwstDNayv1AKbri",
"tenant": "0000000-e15f-4e12-8954-8228b09bab86"
}

and the text should match this.

Now:
Service Principal Id (or clientId), Key (or Password) and TenantId.

Should be:
Service Principal Id (appId), Service principal key (password) and Tenant ID (tenant).

Lab

Lab 06 Deploying Docker Containers to Azure App Service web apps

Relevant screenshots

No response

Do you want to help us? 👏

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions