Skip to content

Commit ec43226

Browse files
authored
Merge pull request #92513 from Juliako/patch-108
Update stream-files-tutorial-with-rest.md
2 parents ddb3730 + 2ecc15b commit ec43226

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/media-services/latest/stream-files-tutorial-with-rest.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ Clone a GitHub repository that contains the Postman collection and environment
5858

5959
## Configure Postman
6060

61-
This section configures the Postman.
62-
6361
### Configure the environment
6462

65-
1. Open the **Postman**.
63+
1. Open the **Postman** app.
6664
2. On the right of the screen, select the **Manage environment** option.
6765

6866
![Manage env](./media/develop-with-postman/postman-import-env.png)
@@ -103,7 +101,7 @@ In this section, we send requests that are relevant to encoding and creating URL
103101
104102
### Get Azure AD Token
105103

106-
1. In the left window of the Postman, select "Step 1: Get AAD Auth token".
104+
1. In the left window of the Postman app, select "Step 1: Get AAD Auth token".
107105
2. Then, select "Get Azure AD Token for Service Principal Authentication".
108106
3. Press **Send**.
109107

@@ -121,7 +119,7 @@ In this section, we send requests that are relevant to encoding and creating URL
121119
122120
The output [Asset](https://docs.microsoft.com/rest/api/media/assets) stores the result of your encoding job.
123121
124-
1. In the left window of the Postman, select "Assets".
122+
1. In the left window of the Postman app, select "Assets".
125123
2. Then, select "Create or update an Asset".
126124
3. Press **Send**.
127125
@@ -152,7 +150,7 @@ You can use a built-in EncoderNamedPreset or use custom presets.
152150
> [!Note]
153151
> When creating a [Transform](https://docs.microsoft.com/rest/api/media/transforms), you should first check if one already exists using the **Get** method. This tutorial assumes you are creating the transform with a unique name.
154152
155-
1. In the left window of the Postman, select "Encoding and Analysis".
153+
1. In the left window of the Postman app, select "Encoding and Analysis".
156154
2. Then, select "Create Transform".
157155
3. Press **Send**.
158156
@@ -187,7 +185,7 @@ A [Job](https://docs.microsoft.com/rest/api/media/jobs) is the actual request to
187185
188186
In this example, the job's input is based on an HTTPS URL ("https:\//nimbuscdn-nimbuspm.streaming.mediaservices.windows.net/2b533311-b215-4409-80af-529c3e853622/").
189187
190-
1. In the left window of the Postman, select "Encoding and Analysis".
188+
1. In the left window of the Postman app, select "Encoding and Analysis".
191189
2. Then, select "Create or Update Job".
192190
3. Press **Send**.
193191
@@ -239,7 +237,7 @@ When creating a [Streaming Locator](https://docs.microsoft.com/rest/api/media/st
239237
240238
Your Media Service account has a quota for the number of **Streaming Policy** entries. You should not be creating a new **Streaming Policy** for each **Streaming Locator**.
241239
242-
1. In the left window of the Postman, select "Streaming Policies".
240+
1. In the left window of the Postman app, select "Streaming Policies".
243241
2. Then, select "Create a Streaming Locator".
244242
3. Press **Send**.
245243
@@ -265,7 +263,7 @@ Your Media Service account has a quota for the number of **Streaming Policy** en
265263
266264
Now that the [Streaming Locator](https://docs.microsoft.com/rest/api/media/streaminglocators) has been created, you can get the streaming URLs
267265
268-
1. In the left window of the Postman, select "Streaming Policies".
266+
1. In the left window of the Postman app, select "Streaming Policies".
269267
2. Then, select "List Paths".
270268
3. Press **Send**.
271269

0 commit comments

Comments
 (0)