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
Copy file name to clipboardExpand all lines: articles/media-services/latest/access-api-cli-how-to.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,15 @@ ms.author: juliako
17
17
18
18
# Access Azure Media Services API with the Azure CLI
19
19
20
-
To use the Azure AD service principal authentication to connect to the Azure Media Services API, Your application needs to request an Azure AD token that has the following parameters:
20
+
To use the Azure AD service principal authentication to connect to the Azure Media Services API, your application needs to request an Azure AD token that has the following parameters:
21
21
22
22
* Azure AD tenant endpoint
23
23
* Media Services resource URI
24
24
* Resource URI for REST Media Services
25
25
* Azure AD application values: the client ID and client secret
26
26
27
-
For detailed explanation, see [Accessing Media Services v3 APIs](media-services-apis-overview.md#accessing-the-azure-media-services-api).
27
+
> [!IMPORTANT]
28
+
> For detailed explanation, review [Accessing Media Services v3 APIs](media-services-apis-overview.md#accessing-the-azure-media-services-api).
28
29
29
30
This article shows you how to use the Azure CLI to create an Azure AD application and service principal and get the values that are needed to access Azure Media Services resources.
0 commit comments