We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e6b3c commit 1c4d49fCopy full SHA for 1c4d49f
articles/media-services/latest/job-input-from-local-file-how-to.md
@@ -30,7 +30,7 @@ The following code shows how to create an input asset and use it as the input fo
30
31
The following code snippet creates an output asset if it doesn't already exist:
32
33
-[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateOutputAssetAsync)]
+[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateOutputAsset)]
34
35
The following code snippet submits an encoding job:
36
0 commit comments