Skip to content

Commit ff8455d

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into newremotesupportupdate
2 parents 5627d61 + f07cd42 commit ff8455d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-create-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Modify the Completion rule that you created in [the previous quickstart](./quick
8787
1. Edit the Speech Response action to use `OnOff` and `SubjectDevice`:
8888

8989
```
90-
Ok, turning {OnOff} the {SubjectDevice}
90+
- Ok, turning {OnOff} the {SubjectDevice}
9191
```
9292

9393
## Try it out

articles/media-services/latest/cli-upload-file-asset.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The Azure CLI script in this article shows how to upload a local file to a stora
2323

2424
## Prerequisites
2525

26-
[Create a Media Services account](create-account-cli-how-to.md).
26+
* [Create a Media Services account](create-account-cli-how-to.md)
27+
* [Manage assets](manage-asset-concept.md)
2728

2829
[!INCLUDE [media-services-cli-instructions.md](../../../includes/media-services-cli-instructions.md)]
2930

articles/media-services/latest/job-input-from-local-file-how-to.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ editor: ''
1010
ms.service: media-services
1111
ms.workload:
1212
ms.topic: article
13-
ms.date: 02/18/2019
13+
ms.date: 03/26/2020
1414
ms.author: juliako
1515
---
1616

@@ -24,6 +24,8 @@ The following code shows how to create an input asset and use it as the input fo
2424

2525
* Creates the Asset
2626
* Gets a writable [SAS URL](https://docs.microsoft.com/azure/storage/common/storage-dotnet-shared-access-signature-part-1) to the Asset’s [container in storage](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-dotnet#upload-blobs-to-a-container)
27+
28+
For more information, see [Manage assets](manage-asset-concept.md).
2729
* Uploads the file into the container in storage using the SAS URL
2830

2931
[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateInputAsset)]

0 commit comments

Comments
 (0)