-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from FBoucher/dev
Transforming the repo to a template
- Loading branch information
Showing
6 changed files
with
23 additions
and
50 deletions.
There are no files selected for viewing
45 changes: 0 additions & 45 deletions
45
.github/workflows/azure-static-web-apps-gray-river-07f57dd0f.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@echo off | ||
|
||
#============================== | ||
#== UPDATE WITH YOUR VALUES | ||
|
||
frontendAppName="TinyAdminAD" | ||
backendAppName="ShortenerAppAD" | ||
subscriptionID="____________________" | ||
#== | ||
#============================== | ||
|
||
echo $frontendAppName | ||
echo $backendAppName | ||
|
||
az login | ||
fAppAD=$(az ad sp create-for-rbac --name frontendAppName) | ||
|
||
echo fAppAD.id | ||
# az role assignment create --assignee < user/app id> --role Contributor --scope <subscription/subscription id> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.