Skip to content

Commit 90df9dc

Browse files
authored
Update develop-deploy-grpc-inference-srv.md
1 parent cc73aa6 commit 90df9dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-video-analyzer/video-analyzer-docs/edge/develop-deploy-grpc-inference-srv.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ To create a gRPC inference server and implement it as an extension with Video An
3535

3636
Perform the necessary steps to have Video Analyzer module deployed and working on an IoT Edge device.
3737

38-
### High level Implementation Steps
38+
> [!NOTE]
39+
> The deployment manifests use a tag of 1 (video-analyzer:1). So simply redeploying such manifests should update the module on your edge devices when newer tags are released.
40+
41+
### High level implementation steps
3942

4043
1. Choose one of the many languages that are supported by gRPC: C#, C++, Dart, Go, Java, Node, Objective-C, PHP, Python, Ruby.
4144
1. Implement a gRPC server that will communicate with Video Analyzer using [the proto3 files](https://github.com/Azure/video-analyzer/tree/main/contracts/grpc).
@@ -137,7 +140,7 @@ gRPC extension module:
137140
> [!NOTE]
138141
> Ensure that you can access the shared memory area of **container:avaedge** within the grpcExtension.
139142
140-
## Sample gRPC Server
143+
## Sample gRPC server
141144

142145
To understand the details of how gRPC server is developed, let’s go through our code sample.
143146

0 commit comments

Comments
 (0)