Skip to content

Commit 73c0dba

Browse files
author
Kalyan Krishna
committed
Fixed a major snafu with AppCreationscripts
1 parent 24ccd2d commit 73c0dba

File tree

20 files changed

+41
-21
lines changed

20 files changed

+41
-21
lines changed

1-WebApp-OIDC/1-1-MyOrg/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

1-WebApp-OIDC/1-1-MyOrg/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ There is one project in this sample. To register it, you can:
4848
3. Run the script to create your Azure AD application and configure the code of the sample application accordingly
4949
5050
```PowerShell
51-
.\AppCreationScripts\Configure.ps1
51+
cd .\AppCreationScripts\
52+
.\Configure.ps1
5253
```
5354
5455
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)

1-WebApp-OIDC/1-2-AnyOrg/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

1-WebApp-OIDC/1-2-AnyOrg/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ There is one project in this sample. To register it, you can:
6161
1. In PowerShell run:
6262

6363
```PowerShell
64-
.\AppCreationScripts\Configure.ps1
64+
cd .\AppCreationScripts\
65+
.\Configure.ps1
6566
```
6667

6768
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordinly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ There is one project in this sample. To register it, you can:
4343
3. Run the following script to create and configure your Azure AD application and configure the code of the sample application as well.
4444
4545
```PowerShell
46-
.\AppCreationScripts\Configure.ps1
46+
cd .\AppCreationScripts\
47+
.\Configure.ps1
4748
```
4849
4950
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)
@@ -249,4 +250,4 @@ To understand more about app registration, see:
249250

250251
## Previous steps
251252
- enable [your organization](../1-1-MyOrg) only or [any Microsoft accounts](../1-3-AnyOrgOrPersonal) to sign-in to your Web app
252-
- restrict restrict users from [specific organizations](./README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app
253+
- restrict restrict users from [specific organizations](./README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app

1-WebApp-OIDC/1-4-Sovereign/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordinly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

2-WebApp-graph-user/2-1-Call-MSGraph/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordinly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

2-WebApp-graph-user/2-2-TokenCache/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
```
1212
1. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
1313
```PowerShell
14-
.\AppCreationScripts\Configure.ps1
14+
cd .\AppCreationScripts\
15+
.\Configure.ps1
1516
```
1617
1. Open the Visual Studio solution and click start
1718

2-WebApp-graph-user/2-2-TokenCache/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If you want to use this automation:
6868
1. In PowerShell run:
6969

7070
```PowerShell
71-
.\AppCreationScripts\Configure.ps1
71+
cd .\AppCreationScripts\
72+
.\Configure.ps1
7273
```
7374

7475
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)

0 commit comments

Comments
 (0)