Skip to content

Commit d771cf9

Browse files
committed
Update connect-exo-powershell-managed-identity.md
click to select
1 parent cba9a4b commit d771cf9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ After you've successfully created, saved, and published the PowerShell runbook,
7979
1. On the **Automation accounts** page at <https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Automation%2FAutomationAccounts>, select the Automation account.
8080
2. In the details flyout that opens, start typing "Runbooks" in the ![Search icon.](media/search-icon.png) **Search** box, and then select **Runbooks** from results.
8181
3. On the **Runbooks** flyout that opens, select the runbook.
82-
4. On the details page of the runbook, click **Start**.
82+
4. On the details page of the runbook, select **Start**.
8383

8484
### Connect to Exchange Online PowerShell using Azure VMs with system-assigned managed identity
8585

@@ -129,7 +129,7 @@ After you've successfully created the PowerShell runbook, do the following steps
129129
1. On the **Automation accounts** page at <https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Automation%2FAutomationAccounts>, select the Automation account.
130130
2. In the details flyout that opens, start typing "Runbooks" in the ![Search icon.](media/search-icon.png) **Search** box, and then select **Runbooks** from results.
131131
3. On the **Runbooks** flyout that opens, select the runbook.
132-
4. On the details page of the runbook, click **Start**.
132+
4. On the details page of the runbook, select **Start**.
133133

134134
### Connect to Exchange Online PowerShell using Azure VMs with system-assigned managed identities
135135

@@ -248,15 +248,15 @@ For detailed syntax and parameter information, see [Get-AzADServicePrincipal](/p
248248
249249
1. On the **Automation accounts** page at <https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Automation%2FAutomationAccounts>, select the Automation account.
250250
2. In the details flyout that opens, start typing "Modules" in the ![Search icon.](media/search-icon.png) **Search** box, and then select **Modules** from results.
251-
3. On the **Modules** flyout that opens, click ![Add module icon.](media/add-icon.png) **Add a module**.
251+
3. On the **Modules** flyout that opens, select ![Add module icon.](media/add-icon.png) **Add a module**.
252252
4. On the **Add a module** page that opens, configure the following settings:
253253
- **Upload a module file**: Select **Browse from gallery**.
254254
- **PowerShell module file**: Select **Click here to browse from gallery**:
255255
1. In the **Browse Gallery** page that opens, start typing "ExchangeOnlineManagement" in the ![Search icon.](media/search-icon.png) **Search** box, press Enter, and then select **ExchangeOnlineManagement** from the results.
256-
2. On the details page that opens, click **Select** to return to the **Add a module** page.
256+
2. On the details page that opens, select **Select** to return to the **Add a module** page.
257257
- **Runtime version**: Select **5.1** or **7.1 (Preview)**. To add both versions, repeat the steps in this section to add and select the other runtime version for the module.
258258

259-
When you're finished, click **Import**.
259+
When you're finished, select **Import**.
260260

261261
![Screenshot of adding a module to an Automation account in the Azure portal.](media/mi-add-exo-module.png)
262262

@@ -303,7 +303,7 @@ The procedures in this step require the Microsoft Graph PowerShell SDK. For inst
303303
Connect-MgGraph -Scopes AppRoleAssignment.ReadWrite.All,Application.Read.All
304304
```
305305

306-
2. If a **Permissions requested** dialog opens, select **Consent on behalf of your organization**, and then click **Accept**.
306+
2. If a **Permissions requested** dialog opens, select **Consent on behalf of your organization**, and then select **Accept**.
307307

308308
3. Run the following commands to grant the Exchange.ManageAsApp API permission for the managed identity to call Exchange Online:
309309

@@ -356,13 +356,13 @@ For general instructions about assigning roles in Azure AD, see [View and assign
356356

357357
![Find and select a supported Exchange Online PowerShell role by clicking on the role name.](media/exo-app-only-auth-find-and-select-supported-role.png)
358358

359-
3. On the **Assignments** page that opens, click **Add assignments**.
359+
3. On the **Assignments** page that opens, select **Add assignments**.
360360

361361
![Select Add assignments on the role assignments page for Exchange Online PowerShell.](media/exo-app-only-auth-role-assignments-click-add-assignments.png)
362362

363363
4. In the **Add assignments** flyout that opens, find and select the managed identity you created or identified in [Step 1](#step-1-create-a-resource-with-system-assigned-managed-identity).
364364

365-
When you're finished, click **Add**.
365+
When you're finished, select **Add**.
366366

367367
5. Back on the **Assignments** page, verify that the role has been assigned to the managed identity.
368368

0 commit comments

Comments
 (0)