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/azure-video-analyzer/video-analyzer-docs/cloud/faq.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,38 +24,38 @@ sections:
24
24
| System.PipelineName | Represents the name of the live pipeline. |
25
25
26
26
> [!Note]
27
-
> System.Runtime.DateTime and System.Runtime.PreciseDateTime cannot be used as part of the name of an Azure Video Analyzer video resource, in a video sink node. These variables can be used in a [FileSink](../pipeline.md#file-sink), for naming the file.
27
+
> System.Runtime.DateTime and System.Runtime.PreciseDateTime cannot be used as part of the name of an Azure Video Analyzer video resource, in a video sink node. These variables can be used in a [FileSink](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#file-sink), for naming the file.
28
28
29
29
**What is the difference between live pipeline and batch pipeline jobs of Video Analyzer service?**
30
30
31
-
Live topologies, as the name suggests, are used for the ingestion of live video from cameras to cloud. Batch topologies are used to process or export the recorded videos from Video Analyzer service. For more information, see [pipeline](../pipeline.md#pipeline-topologies) and rules on the [use of nodes in pipelines](../pipeline.md#rules-on-the-use-of-nodes)
31
+
Live topologies, as the name suggests, are used for the ingestion of live video from cameras to cloud. Batch topologies are used to process or export the recorded videos from Video Analyzer service. For more information, see [pipeline](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#pipeline-topologies) and rules on the [use of nodes in pipelines](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#rules-on-the-use-of-nodes)
32
32
33
33
**What is the privacy policy for Video Analyzer?**
34
34
35
35
Video Analyzer is covered by the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement). The privacy statement explains the personal data Microsoft processes, how Microsoft processes it, and for what purposes Microsoft processes it. To learn more about privacy, visit the [Microsoft Trust Center](https://www.microsoft.com/trust-center?rtc=1).
36
36
37
37
**Do we have AI models or AI inferencing capability for Video Analyzer service?**
38
38
39
-
It is not currently available for Video Analyzer cloud pipelines. However, the Video Analyzer edge module can be used with other Azure IoT Edge modules such as Stream Analytics, Cognitive Services, and other Azure cloud services such as Event Hub and Cognitive Services to build powerful hybrid (that is, edge + cloud) applications. This extensible edge module seamlessly integrates with various AI edge modules such as Azure Cognitive Services containers or custom edge modules built using open-source machine learning models and your training data. For e.g see [Quickstart: Analyze a live video feed from a (simulated) IP camera using your own gRPC model](../edge/analyze-live-video-use-your-model-grpc.md)
39
+
It is not currently available for Video Analyzer cloud pipelines. However, the Video Analyzer edge module can be used with other Azure IoT Edge modules such as Stream Analytics, Cognitive Services, and other Azure cloud services such as Event Hub and Cognitive Services to build powerful hybrid (that is, edge + cloud) applications. This extensible edge module seamlessly integrates with various AI edge modules such as Azure Cognitive Services containers or custom edge modules built using open-source machine learning models and your training data. For e.g see [Quickstart: Analyze a live video feed from a (simulated) IP camera using your own gRPC model](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-live-video-use-your-model-grpc)
40
40
41
41
- question: Configuration and deployment
42
42
answer: |
43
43
**How do I create an Azure Video Analyzer account?**
44
44
45
-
You can either create the account by using an Azure Resource Manager (ARM) template or by Azure portal. To create the Azure Video Analyzer account see [here](../create-video-analyzer-account.md)
45
+
You can either create the account by using an Azure Resource Manager (ARM) template or by Azure portal. To create the Azure Video Analyzer account see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/create-video-analyzer-account)
46
46
47
47
**How do I simulate RTSP stream if I don’t have RTSP camera?**
48
48
49
-
You can simulate RTSP stream by deploying RTSP camera simulator using a Azure Linux VM. For more details, please see [RTSP camera simulator](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator)
49
+
You can simulate RTSP stream by deploying RTSP camera simulator using a Azure Linux VM. For more details, please see [RTSP camera simulator](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator)
50
50
51
51
**How can I add more sample video files to RTSP camera simulator?**
52
52
53
-
To add a new video file to your existing RTSP camera simulator media folder, see [here](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator).
53
+
To add a new video file to your existing RTSP camera simulator media folder, see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator).
54
54
Sample media files available for testing can be found at [Media datasets](https://github.com/Azure/video-analyzer/tree/main/media).
55
55
56
56
**Is an RTSP simulator available to use during testing and development for Live pipelines?**
57
57
58
-
Yes, you can use [RTSP camera simulator](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator) for quickstarts and tutorials to support the learning process. We recommend strongly that you solely not rely on simulator for your projects. You should invest in testing with your actual RTSP source before you plan a production deployment.
58
+
Yes, you can use [RTSP camera simulator](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator) for quickstarts and tutorials to support the learning process. We recommend strongly that you solely not rely on simulator for your projects. You should invest in testing with your actual RTSP source before you plan a production deployment.
59
59
60
60
- question: Capture from IP camera and RTSP settings
61
61
answer: |
@@ -75,7 +75,7 @@ sections:
75
75
answer: |
76
76
**Are there any tools to make it easier to monitor the Video Analyzer service?**
77
77
78
-
You can monitor service generated events & metrics by setting up diagnostics settings and archive logs to a storage account. You can access monitoring section by navigating to Video Analyzer account in Azure portal. For more information, see [here](./monitor-log-cloud.md).
78
+
You can monitor service generated events & metrics by setting up diagnostics settings and archive logs to a storage account. You can access monitoring section by navigating to Video Analyzer account in Azure portal. For more information, see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/monitor-log-cloud).
79
79
80
80
**Can I monitor the pipeline on the cloud by using Azure Event Grid?**
81
81
@@ -84,7 +84,7 @@ sections:
84
84
**Can I use Azure Monitor to view the health, metrics, and performance of my pipelines in the cloud?**
85
85
86
86
Yes, we support this approach. To learn more, see [Azure Monitor Metrics overview](../../../azure-monitor/essentials/data-platform-metrics.md)
87
-
and [Monitor and log](./monitor-log-cloud.md) article.
87
+
and [Monitor and log](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/monitor-log-cloud) article.
88
88
89
89
- question: Billing and availability
90
90
answer: |
@@ -96,4 +96,4 @@ additionalContent: |
96
96
97
97
## Next steps
98
98
99
-
[Quickstart: Get started with Azure Video Analyzer service](./get-started-livepipelines-portal.md)
99
+
[Quickstart: Get started with Azure Video Analyzer service](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal)
0 commit comments