Skip to content

Commit 96b1e86

Browse files
committed
Tweaks
1 parent 14b4369 commit 96b1e86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-stack/operator/graph-api-retirement.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ The Microsoft Entra ID (formerly Azure Active Directory or Azure AD) [Graph API
1515

1616
## Mitigation steps
1717

18-
The Graph API retirement affects all Azure Stack Hub customers, and requires you to run the script included in this article for all affected applications. If you have applications that need continued access to the Graph APIs, the script configures these applications for an extension that allows these specific applications to continue calling the legacy Graph API until June 2025.
18+
The Graph API retirement affects all Azure Stack Hub customers, and requires you to run the script included in this article for all impacted applications. If you have applications that need continued access to the Graph APIs, the script sets a flag that configures these applications for an extension that allows these specific applications to continue calling the legacy Graph API until June 2025.
1919

20-
The script provided in this article sets a flag for each application to configure the Graph API extension for your connected Azure Stack environments.
20+
The PowerShell script provided in this article sets a flag for each application to configure the Graph API extension for your connected Azure Stack environments.
2121

2222
To ensure that your connected Azure Stack environments continue functioning through the June cutoff date and beyond, you should run this script by the end of February 2025.
2323

2424
## Run the script
2525

26-
Run the following script in your Azure Stack Hub environment to configure the Graph API extension. You can run the script after your environment is deployed. The script interacts with Azure, so you don't need to run it on a specific machine. However, you need to have administrator access to run the script, and you must run it in each of your directory tenants.
26+
Run the following PowerShell script in your Azure Stack Hub environment to configure the Graph API extension. You can run the script after your environment is deployed. The script interacts with Azure, so you don't need to run it on a specific machine. However, you need administrator privileges to run the script, and you must run it in each of your directory tenants.
2727

2828
Make sure to run the following script with administrator privileges:
2929

@@ -114,9 +114,9 @@ Found '14' total Azure Stack applications which need permission to continue call
114114
Run the script a second time to verify that all applications were updated. The script should return the following output if all applications were successfully updated:
115115

116116
```output
117-
Looking-up all applications in directory '104edf09-7fc1-459f-8c4e-b062db480b90'...
118-
Found '3164' total applications in directory '104edf09-7fc1-459f-8c4e-b062db480b90'
119-
Found '102' total Azure Stack deployments in directory '104edf09-7fc1-459f-8c4e-b062db480b90'
117+
Looking-up all applications in directory '<ID>'...
118+
Found '3164' total applications in directory '<ID>>'
119+
Found '102' total Azure Stack deployments in directory '<ID>>'
120120
Found '0' total Azure Stack applications which need permission to continue calling Legacy Microsoft Graph Service
121121
```
122122

0 commit comments

Comments
 (0)