Skip to content

Commit 355b4c3

Browse files
authored
Broken link fixed
1 parent 5b6b701 commit 355b4c3

File tree

1 file changed

+6
-6
lines changed
  • articles/azure-video-analyzer/video-analyzer-docs/edge

1 file changed

+6
-6
lines changed

articles/azure-video-analyzer/video-analyzer-docs/edge/faq.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sections:
4545
If you have used a quickstart or tutorial to install the camera simulator, then to add a new video file:
4646
4747
- Check that the file is in a [supported format](http://www.live555.com/mediaServer/) and uses the H.264 video codec
48-
- Download the file to `/home/localedgeuser/samples/input/<videofile.mkv>` on your IoT Edge device, as shown [in this section](analyze-ai-composition.md#review-the-video-sample)
48+
- Download the file to `/home/localedgeuser/samples/input/<videofile.mkv>` on your IoT Edge device, as shown [in this section](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-ai-composition#review-the-video-sample)
4949
5050
Sample media files available for testing can be found at [Media datasets](https://github.com/Azure/video-analyzer/tree/main/media).
5151
@@ -117,7 +117,7 @@ sections:
117117
118118
First, be sure that your server can either handle more than one request at a time or work in parallel threads.
119119
120-
For example, a default number of parallel channels has been set in the following [Azure Video Analyzer gRPC sample](analyze-live-video-use-your-model-grpc.md):
120+
For example, a default number of parallel channels has been set in the following [Azure Video Analyzer gRPC sample](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-live-video-use-your-model-grpc):
121121
122122
```
123123
server = grpc.server(futures.ThreadPoolExecutor(max_workers=3))
@@ -175,7 +175,7 @@ sections:
175175
176176
**How do I view the bounding boxes generated by my inference server?**
177177
178-
You can record the inference results along with the media in your video resource. You can use a [widget](../player-widget.md) to play back the video with an overlay of the inference data.
178+
You can record the inference results along with the media in your video resource. You can use a [widget](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/player-widget) to play back the video with an overlay of the inference data.
179179
180180
- question: gRPC compatibility
181181
answer: |
@@ -206,7 +206,7 @@ sections:
206206
answer: |
207207
**Can I monitor the pipeline on the edge by using Azure Event Grid?**
208208
209-
Yes. You can consume [Prometheus metrics](monitor-log-edge.md#azure-monitor-collection-via-telegraf) and publish them to your event grid.
209+
Yes. You can consume [Prometheus metrics](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/monitor-log-edge#azure-monitor-collection-via-telegraf) and publish them to your event grid.
210210
211211
**Can I use Azure Monitor to view the health, metrics, and performance of my pipelines in the cloud or on the edge?**
212212
@@ -218,7 +218,7 @@ sections:
218218
219219
In addition, you can use this extension to edit the module twin for the Video Analyzer edge module to modify the pipeline settings.
220220
221-
For more information, see the [monitoring and logging](monitor-log-edge.md) article.
221+
For more information, see the [monitoring and logging](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/monitor-log-edge) article.
222222
223223
- question: Billing and availability
224224
answer: |
@@ -230,4 +230,4 @@ additionalContent: |
230230
231231
## Next steps
232232
233-
[Quickstart: Get started with Azure Video Analyzer](get-started-detect-motion-emit-events.md)
233+
[Quickstart: Get started with Azure Video Analyzer](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/get-started-detect-motion-emit-events)

0 commit comments

Comments
 (0)