[BUG] Please modify the instruction for Service Principle Creation
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.