Skip to content

Commit e6eb039

Browse files
authored
Merge pull request #111772 from sebastianpick/user/sepick/improveModelLoadingSnippet
Added load call to linked storage account loading snippet.
2 parents 804e6f1 + 53f25cb commit e6eb039

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)