Skip to content

Commit 3a0ff6f

Browse files
(AzureCXP) Fix for GitHub Issue 52393
Removed steps to update key credentials in manifest as keyCredentials property is updated automatically once the certificate loading is complete.
1 parent a43f1a1 commit 3a0ff6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/reports-monitoring/tutorial-access-api-with-certificates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ In this tutorial, you learn how to use a test certificate to access the MS Graph
8585

8686
![Azure portal](./media/tutorial-access-api-with-certificates/getaccesstoken.png)
8787

88-
8. Use the access token in your Powershell script to query the Graph API. Use the **Invoke-MSCloudIdMSGraphQuery** cmdlet from the MSCloudIDUtils to enumerate the signins and directoryAudits endpoint. This cmdlet handles multi-paged results, and sends those results to the PowerShell pipeline.
88+
7. Use the access token in your Powershell script to query the Graph API. Use the **Invoke-MSCloudIdMSGraphQuery** cmdlet from the MSCloudIDUtils to enumerate the signins and directoryAudits endpoint. This cmdlet handles multi-paged results, and sends those results to the PowerShell pipeline.
8989

90-
9. Query the directoryAudits endpoint to retrieve the audit logs.
90+
8. Query the directoryAudits endpoint to retrieve the audit logs.
9191
![Azure portal](./media/tutorial-access-api-with-certificates/query-directoryAudits.png)
9292

93-
10. Query the signins endpoint to retrieve the sign-in logs.
93+
9. Query the signins endpoint to retrieve the sign-in logs.
9494
![Azure portal](./media/tutorial-access-api-with-certificates/query-signins.png)
9595

96-
11. You can now choose to export this data to a CSV and save to a SIEM system. You can also wrap your script in a scheduled task to get Azure AD data from your tenant periodically without having to store application keys in the source code.
96+
10. You can now choose to export this data to a CSV and save to a SIEM system. You can also wrap your script in a scheduled task to get Azure AD data from your tenant periodically without having to store application keys in the source code.
9797

9898
## Next steps
9999

0 commit comments

Comments
 (0)