[BUG] Please modify the instruction for Service Principle Creation
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- azure
- Domain
- documentation
Research direction
Open docs/apiops/3-apimTools/apimtools-github-2-4-new.md and read step 3 of the Labs instructions. Verify that the development and production az ad sp create-for-rbac commands use distinct service principal names, such as apiopslabdev and apiopslabprod; done means only those instructions are corrected.
Written by the indexing model from the issue text.
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
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/apiops
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·