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/edge/troubleshoot.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ If you've run all the preceding checks and are still encountering issues, gather
92
92
93
93
Video Analyzer edge module works collaboratively with the IoT Edge agent and hub modules. Some of the common errors that you'll encounter with its deployment are caused by issues with the underlying IoT infrastructure. The errors include:
94
94
95
-
-[The IoT Edge agent stops after about a minute](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-agent-stops-after-about-a-minute).
95
+
-[IoT Edge agent stops after a minute](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-agent-stops-after-a-minute).
96
96
-[The IoT Edge agent can't access a module's image (403)](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-agent-cant-access-a-modules-image-403).
97
-
-[The IoT Edge agent module reports "empty config file" and no modules start on the device](../../../iot-edge/troubleshoot-common-errors.md#edge-agent-module-reports-empty-config-file-and-no-modules-start-on-the-device).
97
+
-[Edge Agent module reports 'empty config file' and no modules start on the device](../../../iot-edge/troubleshoot-common-errors.md#edge-agent-module-reports-empty-config-file-and-no-modules-start-on-the-device).
98
98
-[The IoT Edge hub fails to start](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-hub-fails-to-start).
99
99
-[The IoT Edge security daemon fails with an invalid hostname](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-security-daemon-fails-with-an-invalid-hostname).
100
100
-[The Video Analyzer or any other custom IoT Edge module fails to send a message to the edge hub with 404 error](../../../iot-edge/troubleshoot-common-errors.md#iot-edge-module-fails-to-send-a-message-to-edgehub-with-404-error).
@@ -131,7 +131,7 @@ Using pipeline extension processors you can extend the pipeline to send and rece
131
131
> [!TIP]
132
132
> Use **[Docker inspect command](https://docs.docker.com/engine/reference/commandline/inspect/)** to find the IP address of the machine.
133
133
134
-
- If you're running one or more live pipelines that uses the pipeline extension processor, you should use the `samplingOptions` field to manage the frames per second (fps) rate of the video feed.
134
+
- If you're running one or more live pipelines that use the pipeline extension processor, you should use the `samplingOptions` field to manage the frames per second (fps) rate of the video feed.
135
135
136
136
- In certain situations, where the CPU or memory of the edge machine is highly utilized, you can lose certain inference events. To address this issue, set a low value for the `maximumSamplesPerSecond` property on the `samplingOptions` field. You can set it to 0.5 ("maximumSamplesPerSecond": "0.5") on each instance of the pipeline and then re-run the instance to check for inference events on the hub.
137
137
@@ -156,14 +156,14 @@ To gather the relevant logs that should be added to the ticket, follow the instr
156
156
1.[Turn on Debug Logs](#video-analyzer-edge-module-debug-logs)
157
157
1. Reproduce the issue
158
158
1. Restart the Video Analyzer edge module.
159
-
> [!NOTE]
160
-
> This step is required to gracefully terminate the edge module and get all log files in a usable format without dropping any events.
161
-
162
-
On the IoT Edge device, use the following command after replacing `<avaedge>` with the name of your Video Analyzer edge module:
163
-
164
-
```cmd
165
-
sudo iotedge restart <avaedge>
166
-
```
159
+
> [!NOTE]
160
+
> This step is required to gracefully terminate the edge module and get all log files in a usable format without dropping any events.
161
+
162
+
On the IoT Edge device, use the following command after replacing `<avaedge>` with the name of your Video Analyzer edge module:
163
+
164
+
```cmd
165
+
sudo iotedge restart <avaedge>
166
+
```
167
167
168
168
You can also restart modules remotely from the Azure portal. For more information, see [Monitor and troubleshoot IoT Edge devices from the Azure portal](../../../iot-edge/troubleshoot-in-portal.md).
169
169
1. Connect to the virtual machine from the **IoT Hub** page in the portal
@@ -250,7 +250,7 @@ To configure the Video Analyzer edge module to generate debug logs, do the follo
250
250
251
251
[Monitoring and logging](monitor-log-edge.md) should help in understanding the taxonomy and how to generate logs that will help in debugging issues with Video Analyzer.
252
252
253
-
As gRPC server implementation differ across languages, there is no standard way of adding logging inside in the server.
253
+
As gRPC server implementation differs across languages, there is no standard way of adding logging inside in the server.
254
254
255
255
As an example, if you build a gRPC server using .NET core, gRPC service adds logs under the **Grpc** category. To enable detailed logs from gRPC, configure the Grpc prefixes to the Debug level in your appsettings.json file by adding the following items to the LogLevel sub-section in Logging:
Copy file name to clipboardExpand all lines: articles/iot-edge/offline-capabilities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ One way to create this trust relationship is described in detail in the followin
96
96
97
97
## Specify DNS servers
98
98
99
-
To improve robustness, it is highly recommended you specify the DNS server addresses used in your environment. To set your DNS server for IoT Edge, see the resolution for [Edge Agent module continually reports 'empty config file' and no modules start on device](troubleshoot-common-errors.md#edge-agent-module-reports-empty-config-file-and-no-modules-start-on-the-device) in the troubleshooting article.
99
+
To improve robustness, it is highly recommended you specify the DNS server addresses used in your environment. To set your DNS server for IoT Edge, see the resolution for [Edge Agent module reports 'empty config file' and no modules start on the device](troubleshoot-common-errors.md#edge-agent-module-reports-empty-config-file-and-no-modules-start-on-the-device) in the troubleshooting article.
0 commit comments