Skip to content

Commit

Permalink
Merge pull request #14 from naiteeks/patch-10
Browse files Browse the repository at this point in the history
Update create-deploy-media-graph.md
  • Loading branch information
Juliako authored Aug 19, 2020
2 parents 7ac201a + 1da6d0b commit 00d7079
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ As part of the prerequisites, you downloaded the sample code to a folder. Follow
1. Edit the *operations.json* file:

* Change the link to the graph topology:
* "topologyUrl" : "https://raw.githubusercontent.com/mustafakasap/live-video-analytics/grpc/MediaGraph/topologies/grpcExtension/topology.json"
* `"topologyUrl"` : `"https://raw.githubusercontent.com/Azure/live-video-analytics/master/MediaGraph/topologies/grpcExtension/topology.json"`
* Under GraphInstanceSet, edit the name of the graph topology to match the value in the preceding link:
* "topologyName" : "InferencingWithGrpcExtension"
* `"topologyName"` : `"InferencingWithGrpcExtension"`
* Under GraphTopologyDelete, edit the name:
* "name": "InferencingWithGrpcExtension"
* `"name"` : `"InferencingWithGrpcExtension"`

### Generate and deploy the IoT Edge deployment manifest

Expand Down Expand Up @@ -85,7 +85,7 @@ Right-click the Live Video Analytics device and select **Start Monitoring Built-
"@apiVersion": "1.0",
"name": "Sample-Graph-1",
"properties": {
"topologyName": "InferencingWithHttpExtension",
"topologyName": "InferencingWithGrpcExtension",
"description": "Sample graph description",
"parameters": [
{
Expand Down

0 comments on commit 00d7079

Please sign in to comment.