You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,7 +101,7 @@ In this section, we send requests that are relevant to encoding and creating URL
103
101
104
102
### Get Azure AD Token
105
103
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".
107
105
2. Then, select "Get Azure AD Token for Service Principal Authentication".
108
106
3. Press **Send**.
109
107
@@ -121,7 +119,7 @@ In this section, we send requests that are relevant to encoding and creating URL
121
119
122
120
The output [Asset](https://docs.microsoft.com/rest/api/media/assets) stores the result of your encoding job.
123
121
124
-
1. In the left window of the Postman, select "Assets".
122
+
1. In the left window of the Postman app, select "Assets".
125
123
2. Then, select "Create or update an Asset".
126
124
3. Press **Send**.
127
125
@@ -152,7 +150,7 @@ You can use a built-in EncoderNamedPreset or use custom presets.
152
150
> [!Note]
153
151
> 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.
154
152
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".
156
154
2. Then, select "Create Transform".
157
155
3. Press **Send**.
158
156
@@ -187,7 +185,7 @@ A [Job](https://docs.microsoft.com/rest/api/media/jobs) is the actual request to
187
185
188
186
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/").
189
187
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".
191
189
2. Then, select "Create or Update Job".
192
190
3. Press **Send**.
193
191
@@ -239,7 +237,7 @@ When creating a [Streaming Locator](https://docs.microsoft.com/rest/api/media/st
239
237
240
238
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**.
241
239
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".
243
241
2. Then, select "Create a Streaming Locator".
244
242
3. Press **Send**.
245
243
@@ -265,7 +263,7 @@ Your Media Service account has a quota for the number of **Streaming Policy** en
265
263
266
264
Now that the [Streaming Locator](https://docs.microsoft.com/rest/api/media/streaminglocators) has been created, you can get the streaming URLs
267
265
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".
0 commit comments