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
Copy file name to clipboardExpand all lines: articles/active-directory/azuread-dev/active-directory-acs-migration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ Follow the steps in this section to find out which of your apps will be impacted
64
64
### Download and install ACS PowerShell
65
65
66
66
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
68
68
69
69
```powershell
70
70
Install-Module -Name Acs.Namespaces
71
71
```
72
72
73
-
1. Get a list of all possible commands by running
73
+
3. Get a list of all possible commands by running
74
74
75
75
```powershell
76
76
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
90
90
91
91
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.
92
92
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.
95
95
96
96
### Check which applications will be impacted
97
97
98
98
1. Use the namespace from the previous step and go to `https://<namespace>.accesscontrol.windows.net`
99
99
100
100
For example, if one of the namespaces is contoso-test, go to `https://contoso-test.accesscontrol.windows.net`
101
101
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.
0 commit comments