Skip to content

[BUG] Please modify the instruction for Service Principle Creation #822

@BasujitaBhattacharya

Description

@BasujitaBhattacharya

Release version

v7.0.0-alpha.3.0.0

Describe the bug

In the file docs/apiops/3-apimTools/apimtools-github-2-4-new.md,
the step 3. The service principle name remains same for both dev and prod environment causing conflict during deployment, Please modify the instruction to change the names :
az ad sp create-for-rbac -n "apiopslabdev" --role Contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{dev-resource-group} --sdk-auth

az ad sp create-for-rbac -n "apiopslabprod" --role Contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{prod-resource-group} --sdk-auth

Expected behavior

Only Labs instructions needs to be modified

Actual behavior

Only Labs instructions needs to be modified

Reproduction Steps

Run extractor file with same SP

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions