Skip to content

Commit 2cfba35

Browse files
committed
minor correction
1 parent c013360 commit 2cfba35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/azuread-dev/active-directory-acs-migration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ Follow the steps in this section to find out which of your apps will be impacted
6464
### Download and install ACS PowerShell
6565

6666
1. Go to the PowerShell Gallery and download [Acs.Namespaces](https://www.powershellgallery.com/packages/Acs.Namespaces/1.0.2).
67-
1. Install the module by running
67+
2. Install the module by running
6868

6969
```powershell
7070
Install-Module -Name Acs.Namespaces
7171
```
7272
73-
1. Get a list of all possible commands by running
73+
3. Get a list of all possible commands by running
7474
7575
```powershell
7676
Get-Command -Module Acs.Namespaces
@@ -90,17 +90,17 @@ Follow the steps in this section to find out which of your apps will be impacted
9090
9191
You may need to run `Set-ExecutionPolicy -ExecutionPolicy Bypass` before you can execute commands and be the admin of those subscriptions in order to execute the commands.
9292
93-
1. List your available Azure subscriptions using the **Get-AcsSubscription** cmdlet.
94-
1. List your ACS namespaces using the **Get-AcsNamespace** cmdlet.
93+
2. List your available Azure subscriptions using the **Get-AcsSubscription** cmdlet.
94+
3. List your ACS namespaces using the **Get-AcsNamespace** cmdlet.
9595
9696
### Check which applications will be impacted
9797
9898
1. Use the namespace from the previous step and go to `https://<namespace>.accesscontrol.windows.net`
9999
100100
For example, if one of the namespaces is contoso-test, go to `https://contoso-test.accesscontrol.windows.net`
101101
102-
1. Under **Trust relationships**, select **Relying party applications** to see the list of apps that will be impacted by ACS retirement.
103-
1. Repeat steps 1-2 for any other ACS namespace(s) that you have.
102+
2. Under **Trust relationships**, select **Relying party applications** to see the list of apps that will be impacted by ACS retirement.
103+
3. Repeat steps 1-2 for any other ACS namespace(s) that you have.
104104
105105
## Retirement schedule
106106

0 commit comments

Comments
 (0)