Skip to content

Commit 53f25cb

Browse files
committed
Added load call to linked storage account loading snippet.
1 parent 804e6f1 commit 53f25cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/remote-rendering/concepts/models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ async void LoadModel(AzureSession session, Entity modelParent, string storageAcc
6666
modelParent
6767
);
6868

69+
var loadOp = session.Actions.LoadModelAsync(modelParams);
70+
6971
// ... (identical to the SAS URI snippet above)
7072
}
7173
```

0 commit comments

Comments
 (0)