Skip to content

Commit 320172e

Browse files
authored
Update manage-asset-concept.md
1 parent ee41e15 commit 320172e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/media-services/latest/manage-asset-concept.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ ms.custom: seodec18
2222

2323
In Azure Media Services, an [Asset](https://docs.microsoft.com/rest/api/media/assets) is where you
2424

25-
* input media through upload,
26-
* input media through live ingest,
27-
* output results of a job,
25+
* upload media files into an asset,
26+
* ingest and archive live streams into an asset,
27+
* output the results of an encoding of analytics job to an asset,
2828
* publish media for streaming,
2929
* download files from an asset.
3030

31-
This topic gives an overview of how to create a new asset and upload/download files, publish an asset. It also provides links to code samples and related topics.
31+
This topic gives an overview of how to upload files into an asset and perform some other common operations. It also provides links to code samples and related topics.
3232

3333
## Prerequisite
3434

@@ -37,7 +37,7 @@ Before you start developing, review:
3737
* [Concepts](concepts-overview.md)
3838
* [Developing with Media Services v3 APIs](media-services-apis-overview.md) (includes information on accessing APIs, naming conventions, and so on)
3939

40-
## Input media through upload
40+
## Upload media files into an asset
4141

4242
After the digital files are uploaded into storage and associated with an Asset, they can be used in the Media Services encoding, streaming, and analyzing content workflows. One of the common Media Services workflows is to upload, encode, and stream a file. This section outlines the general steps.
4343

@@ -97,7 +97,7 @@ curl -X PUT \
9797
* [Create a job input from a local file](job-input-from-local-file-how-to.md)
9898
* [Create a job input from an HTTPS URL](job-input-from-http-how-to.md)
9999

100-
## Input media through live ingest
100+
## Ingest and archive live streams into an asset
101101

102102
In Media Services, a [Live Output](https://docs.microsoft.com/rest/api/media/liveoutputs) object is like a digital video recorder that will catch and record your live stream into an asset in your Media Services account. The recorded content is persisted into the container defined by the [Asset](https://docs.microsoft.com/rest/api/media/assets) resource.
103103

@@ -106,7 +106,7 @@ For more information, see:
106106
* [Using a cloud DVR](live-event-cloud-dvr.md)
107107
* [Streaming live tutorial](stream-live-tutorial-with-api.md)
108108

109-
## Output results of a job
109+
## Output the results of a job to an asset
110110

111111
In Media Services, when processing your videos (for example, encoding or analyzing) you need to create an output [asset](assets-concept.md) to store the result of your [job](transforms-jobs-concept.md).
112112

0 commit comments

Comments
 (0)