File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,21 @@ az group create --name rg-urlshortener-dev --location EastAsia
2121``` bash
2222az 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
3030az 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+ ```
You can’t perform that action at this time.
0 commit comments