You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/orbital/satellite-imagery-with-orbital-ground-station.md
+1-46Lines changed: 1 addition & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,52 +266,7 @@ IPOPP will produce output products in the following directories:
266
266
267
267
### Capture ground station telemetry
268
268
269
-
An Azure Orbital Ground station emits telemetry events that can be used to analyze the ground station operation during the contact. You can configure your contact profile to send such telemetry events to Azure Event Hubs. The steps below describe how to create Event Hubs and grant Azure Orbital access to send events to it.
270
-
271
-
1. In your subscription, go to **Resource Provider** settings and register Microsoft.Orbital as a provider.
272
-
2.[Create Azure Event Hubs](../event-hubs/event-hubs-create.md) in your subscription.
273
-
3. From the left menu, select **Access Control (IAM)**. Under **Grant Access to this Resource**, select **Add Role Assignment**.
274
-
4. Select **Azure Event Hubs Data Sender**.
275
-
5. Assign access to '**User, group, or service principal**'.
276
-
6. Click '**+ Select members**'.
277
-
7. Search for '**Azure Orbital Resource Provider**' and press **Select**.
278
-
8. Press **Review + Assign** to grant Azure Orbital the rights to send telemetry into your event hub.
279
-
9. To confirm the newly added role assignment, go back to the Access Control (IAM) page and select **View access to this resource**.
280
-
281
-
Congrats! Orbital can now communicate with your hub.
282
-
283
-
### Enable telemetry for a contact profile in the Azure portal
284
-
285
-
1. Go to **Contact Profile** resource, and click **Create**.
286
-
2. Choose a namespace using the **Event Hubs Namespace** dropdown.
287
-
3. Choose an instance using the **Event Hubs Instance** dropdown that appears after namespace selection.
288
-
289
-
### Test telemetry on a contact
290
-
291
-
1. Schedule a contact using the Contact Profile that you previously configured for Telemetry.
292
-
2. Once the contact begins, you should begin to see data in your Event Hubs soon after.
293
-
294
-
To verify that events are being received in your Event Hubs, you can check the graphs present on the Event Hubs namespace **Overview** page. The graphs show data across all Event Hubs instances within a namespace. You can navigate to the Overview page of a specific instance to see the graphs for that instance.
295
-
296
-
You can enable an Event Hubs [Capture feature](../event-hubs/event-hubs-capture-enable-through-portal.md) that will automatically deliver the telemetry data to an Azure Blob storage account of your choosing.
297
-
298
-
Once enabled, you can check your container and view or download the data.
299
-
300
-
The Event Hubs documentation provides a great deal of guidance on how to write simple consumer apps to receive events from Event Hubs:
0 commit comments