-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIO - Manufacturing JumpStart - No data in ADX #2317
Comments
Hey friend! Thanks for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart. |
@jochemdevos Thanks for submitting this issue, can you please share a screenshot of your adx dashboard ? I tried to repro the issue but I can see data flowing into data explorer. Also do you see the resource providers in the Azure portal ? they are registered during the logon scripts not the bootstrap. |
No data: Afaik it should flow eventgrid -> topic -> eventhub. But it seems to not publish to topic. The eventgrid data sender seems to be misconfigured (by Default it's on 'None' but I cannot set it to System managed identity with the error displayed in the screenshot in OP). |
@jochemdevos can you share the C:\AIO\Logs\LogonScript.log ? |
@sebassem Here you go. Ive justed redacted my email adress in tags and the printing of all subscriptions after login. |
@jochemdevos I see errors in registering the resource providers, it seems the service principal doesn't have owner permissions on the subscription. Can you grant owner permissions and perform a fresh deployment ? |
@sebassem Working now.
Can see data now in ADX and Grafana. Many thanks :) |
Is your issue related to a Jumpstart scenario, ArcBox, HCIBox, or Agora?
https://azurearcjumpstart.com/azure_arc_jumpstart/azure_edge_iot_ops/aio_manufacturing
Describe the issue or the bug
After deploying the jumpstart, services seem to start correctly as there's data being shown in the MQTT explorer as well as the influxdb/grafana dashboard. However Data explorer cluster does not receive any data, as well as the two topic subscriptions (storage account and eventhub).
When looking at the custom topic resource 'aiotopic42fd6', I see no traffic in the monitoring widget.
When looking at the event grid namespace 'aioeventgridns42fd6', I see traffic when checking the MQTT bullet as well as some publishing errors.
The routing pane of grid namespace complains of lack of permissions
However I believe the appropiate permission is in place:
![image](https://private-user-images.githubusercontent.com/12514622/287762447-f6634ea1-9e79-429d-830f-a6a8bc3eb15d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzY0MzAsIm5iZiI6MTczOTU3NjEzMCwicGF0aCI6Ii8xMjUxNDYyMi8yODc3NjI0NDctZjY2MzRlYTEtOWU3OS00MjlkLTgzMGYtYTZhOGJjM2ViMTVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzMzUzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFmYjY3OTZjYjc3ZjI5NDFiODdlOWViMzY3ZTE1OTA0YThlODJkZDY0MzIwMDFlZWRkMGY1YWMxNjdiMjA5ZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JWOQ7XyZ7BcqpZQB0igD99bUFDfup1QJU6n9H2I6OrA)
We did have a failed initialization via de CLI provisioning. We didn't yet have the Resource providers enabled for the subscription, resulting in a failed bootstrap on the VM.
Any advice for me?
Kind regards,
Jochem
The text was updated successfully, but these errors were encountered: