You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixing typos in the AppCreationScripts.md (found while reviewing other samples)
- Improving the Configure.ps1 file
- Adding metadata in the apps.json file
- Improving the Reame.md (fixing typos, grammar, style, and adding a section on Community Help and Support, and a section on how to deploy to Azure)
Copy file name to clipboardExpand all lines: AppCreationScripts/AppCreationScripts.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ These scripts are:
11
11
-`Configure.ps1` which:
12
12
- creates Azure AD applications and their related objects (permissions, dependencies, secrets),
13
13
- changes the configuration files in the C# and JavaScript projects.
14
-
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created, the identifier of the application, and url of its registration in the [Azure portal](https://portal.azure.com).
14
+
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
15
+
- the identifier of the application
16
+
- the AppId of the application
17
+
- the url of its registration in the [Azure portal](https://portal.azure.com).
15
18
16
19
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, git reset).
17
20
@@ -58,7 +61,7 @@ Here are the details on how to do this.
58
61
59
62
#### Option 1 (interactive)
60
63
61
-
- Just run ``. .\Configue.ps1``, and you will be prompted to sign-in (email address, password, and if needed MFA).
64
+
- Just run ``. .\Configure.ps1``, and you will be prompted to sign-in (email address, password, and if needed MFA).
62
65
- The script will be run as the signed-in user and will use the tenant in which the user is defined.
63
66
64
67
Note that the script will choose the tenant in which to create the applications, based on the user. Also to run the `Cleanup.ps1` script, you will need to re-sign-in.
0 commit comments