Skip to content

Commit 6b155e8

Browse files
committed
Remove real-time telemetry section and link to article instead
1 parent 1f293c5 commit 6b155e8

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

articles/orbital/satellite-imagery-with-orbital-ground-station.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -266,52 +266,7 @@ IPOPP will produce output products in the following directories:
266266

267267
### Capture ground station telemetry
268268

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: 
301-
302-
- [Python](../event-hubs/event-hubs-python-get-started-send.md)
303-
304-
- [.NET](../event-hubs/event-hubs-dotnet-standard-getstarted-send.md) 
305-
306-
- [Java](../event-hubs/event-hubs-java-get-started-send.md) 
307-
308-
- [JavaScript](../event-hubs/event-hubs-node-get-started-send.md)  
309-
310-
Other helpful resources: 
311-
312-
- [Event Hubs using Python Getting Started](../event-hubs/event-hubs-python-get-started-send.md) 
313-
314-
- [Azure Event Hubs client library for Python code samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples/async_samples) 
269+
Follow steps here to [receive real-time telemetry from the ground stations](receive-real-time-telemetry.md).
315270

316271
## Next steps
317272

0 commit comments

Comments
 (0)