Skip to content

Commit ba4ff66

Browse files
committed
Update Azure AD service principal scopes in README and add deployment profile generation instructions
1 parent 971ff3c commit ba4ff66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,21 @@ az group create --name rg-urlshortener-dev --location EastAsia
2121
```bash
2222
az ad sp create-for-rbac --name "Github-Actions-SP" \
2323
--role contributor \
24-
--scopes /subscriptions/c49b5a1a-e3a7-485b-b6e3-84dbafe30ebd \
24+
--scopes /subscriptions/c49b5a4a-e3a7-175b-b6e3-14dbafe20ebd \
2525
--sdk-auth
2626

2727
```
2828

2929
```powershell
3030
az ad sp create-for-rbac --name "Github-Actions-SP" `
3131
--role contributor `
32-
--scopes /subscriptions/c49b5a1a-e3a7-485b-b6e3-84dbafe30ebd `
32+
--scopes /subscriptions/c19b5a5a-e3a7-495b-b6e3-14dbafe30ebd `
3333
--sdk-auth
3434
```
35+
36+
### Generate-Secret-Dev-App
37+
38+
```bash
39+
az webapp deployment list-publishing-profiles --name api-x33hej6wd7mbu --resource-group rg-urlshortener-dev --xml
40+
41+
```

0 commit comments

Comments
 (0)