Skip to content

Commit cfd7b61

Browse files
authored
Update troubleshoot-export-of-activity-logs-across-subscriptions.md
1 parent c21f8fb commit cfd7b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-monitor/activity-logs/config-export/troubleshoot-export-of-activity-logs-across-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Users might experience permission-related issues that prevent successful log tra
2828
2. Check the role assignments:
2929
1. Go to **Access Control (IAM)** on the event hub namespace or resource group.
3030
1. Look for any Microsoft Insights or Azure Monitor-related identities that have the **Azure Event Hubs Data Sender** role.
31-
1. Run the following command in Azure CLI to list role assignments:
31+
1. To list role assignments, run the following command in Azure CLI:
3232

3333
```bash
3434
az role assignment list --scope <EventHubNamespaceResourceID> --output table
3535
```
3636

3737
3. Verify data ingestion:
3838
1. Make sure that data is being ingested into the event hub as expected.
39-
1. If issues persists, consider scheduling a remote session for further investigation.
39+
1. If the issue persists, consider scheduling a remote session for further investigation.
4040

4141
## References
4242

0 commit comments

Comments
 (0)