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
This article shows how to create a new classic account connected to Azure using the [Azure Video Indexer website](https://aka.ms/vi-portal-link). You can also create an Azure Video Indexer classic account through our [API](https://aka.ms/avam-dev-portal).
14
+
This topic shows how to create a new classic account connected to Azure using the [Azure Video Indexer website](https://aka.ms/vi-portal-link). You can also create an Azure Video Indexer classic account through our [API](https://aka.ms/avam-dev-portal).
15
+
16
+
The topic discusses prerequisites that you need to connect to your Azure subscription and how to configure an Azure Media Services account.
15
17
16
18
A few Azure Video Indexer account types are available to you. For detailed explanation, review [Account types](accounts-overview.md).
17
19
@@ -30,7 +32,6 @@ For the pricing details, see [pricing](https://azure.microsoft.com/pricing/detai
30
32
This user should be an Azure AD user with a work or school account. Don't use a personal account, such as outlook.com, live.com, or hotmail.com.
31
33
32
34
:::image type="content" alt-text="Screenshot that shows how to choose a user in your Azure A D domain." source="./media/create-account/all-aad-users.png":::
33
-
34
35
* A user and member in your Azure AD domain.
35
36
36
37
You'll use this member when connecting your Azure Video Indexer account to Azure.
@@ -49,9 +50,17 @@ For the pricing details, see [pricing](https://azure.microsoft.com/pricing/detai
49
50
## Connect to Azure
50
51
51
52
> [!NOTE]
52
-
> It's mandatory to have the following three accounts located in the same region: the Azure Video Indexer account that you're connecting with the Media Services account, as well as the Azure storage account connected to the same Media Services account. When you create an Azure Video Indexer account and connect it to Media Services, the media and metadata files are stored in the Azure storage account associated with that Media Services account.
53
-
>
54
-
> If your storage account is behind a firewall, see [storage account that is behind a firewall](faq.yml#can-a-storage-account-connected-to-the-media-services-account-be-behind-a-firewall).
53
+
> Use the same Azure AD user you used when connecting to Azure.
54
+
55
+
It's mandatory to have the following three accounts located in the same region:
56
+
57
+
* The Azure Video Indexer account that you're creating.
58
+
* The Azure Video Indexer account that you're connecting with the Media Services account.
59
+
* The Azure storage account connected to the same Media Services account.
60
+
61
+
When you create an Azure Video Indexer account and connect it to Media Services, the media and metadata files are stored in the Azure storage account associated with that Media Services account.
62
+
63
+
If your storage account is behind a firewall, see [storage account that is behind a firewall](faq.yml#can-a-storage-account-connected-to-the-media-services-account-be-behind-a-firewall).
55
64
56
65
### Create and configure a Media Services account
57
66
@@ -66,14 +75,13 @@ For the pricing details, see [pricing](https://azure.microsoft.com/pricing/detai
66
75
:::image type="content" alt-text="Screenshot that shows how to specify a storage account." source="./media/create-account/create-new-ams-account.png":::
67
76
68
77
> [!NOTE]
69
-
> Make sure to write down the Media Services resource and account names. You'll need them for the steps in the next section.
70
-
78
+
> Make sure to write down the Media Services resource and account names.
71
79
1. Before you can play your videos in the Azure Video Indexer web app, you must start the default **Streaming Endpoint** of the new Media Services account.
72
80
73
81
In the new Media Services account, select **Streaming endpoints**. Then select the streaming endpoint and press start.
74
82
75
83
:::image type="content" alt-text="Screenshot that shows how to specify streaming endpoints." source="./media/create-account/create-ams-account-se.png":::
76
-
4. For Azure Video Indexer to authenticate with Media Services API, an AD app needs to be created. The following steps guide you through the Azure AD authentication process described in [Get started with Azure AD authentication by using the Azure portal](/azure/media-services/previous/media-services-portal-get-started-with-aad):
84
+
1. For Azure Video Indexer to authenticate with Media Services API, an AD app needs to be created. The following steps guide you through the Azure AD authentication process described in [Get started with Azure AD authentication by using the Azure portal](/azure/media-services/previous/media-services-portal-get-started-with-aad):
77
85
78
86
1. In the new Media Services account, select **API access**.
79
87
2. Select [Service principal authentication method](/azure/media-services/previous/media-services-portal-get-started-with-aad).
@@ -106,7 +114,7 @@ The following Azure Media Services related considerations apply:
1. On the [Azure Video Indexer website](https://aka.ms/vi-portal-link), select **Create unlimited account** (the paid account).
112
120
2. To create a classic account, select **Switch to manual configuration**.
@@ -187,4 +195,3 @@ The account will be permanently deleted in 90 days.
187
195
188
196
You can programmatically interact with your trial account and/or with your Azure Video Indexer accounts that are connected to Azure by following the instructions in: [Use APIs](video-indexer-use-apis.md).
189
197
190
-
You should use the same Azure AD user you used when connecting to Azure.
0 commit comments