Skip to content

Commit d0c7672

Browse files
authored
Merge pull request #208651 from Juliako/migratecontent
Migratecontent
2 parents 585d4a4 + 91b729a commit d0c7672

File tree

4 files changed

+107
-93
lines changed

4 files changed

+107
-93
lines changed

articles/azure-video-indexer/accounts-overview.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,15 @@ With a trial account, you don't have to set up an Azure subscription. When creat
3636

3737
## Create accounts
3838

39-
* ARM accounts: [Get started with Azure Video Indexer in Azure portal](create-account-portal.md). **The recommended paid account type is the ARM-based account**.
40-
41-
* Upgrade a trial account to an ARM based account and [**import** your content for free](connect-to-azure.md#import-your-content-from-the-trial-account).
39+
* ARM accounts: **The recommended paid account type is the ARM-based account**.
40+
41+
* You can create an Azure Video Indexer **ARM-based** account through one of the following:
42+
43+
1. [Azure Video Indexer portal](https://aka.ms/vi-portal-link)
44+
2. [Azure portal](https://portal.azure.com/#home)
45+
46+
For the detailed description, [Get started with Azure Video Indexer in Azure portal](create-account-portal.md).
47+
* Upgrade a trial account to an ARM-based account and [import your content for free](import-content-from-trial.md).
4248
* Classic accounts: [Create classic accounts using API](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Create-Paid-Account).
4349
* Connect a classic account to ARM: [Connect an existing classic paid Azure Video Indexer account to an ARM-based account](connect-classic-account-to-arm.md).
4450

Lines changed: 51 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,23 @@
11
---
2-
title: Create an Azure Video Indexer account connected to Azure
3-
description: Learn how to create an Azure Video Indexer account connected to Azure.
2+
title: Create a classic Azure Video Indexer account connected to Azure
3+
description: Learn how to create a classic Azure Video Indexer account connected to Azure.
44
ms.topic: tutorial
55
ms.date: 05/03/2022
66
ms.author: itnorman
77
ms.custom: ignite-fall-2021
88
---
99

10-
# Create an Azure Video Indexer account
10+
# Create a classic Azure Video Indexer account
1111

1212
[!INCLUDE [Gate notice](./includes/face-limited-access.md)]
1313

14-
When creating an Azure Video Indexer account, you can choose a free trial account (where you get a certain number of free indexing minutes) or a paid option (where you're not limited by the quota). With a free trial, Azure Video Indexer provides up to 600 minutes of free indexing to users and up to 2400 minutes of free indexing to users that subscribe to the Azure Video Indexer API on the [developer portal](https://aka.ms/avam-dev-portal). With the paid options, Azure Video Indexer offers two types of accounts: classic accounts(General Availability), and ARM-based accounts(Public Preview). Main difference between the two is account management platform. While classic accounts are built on the API Management, ARM-based accounts management is built on Azure, which enables apply access control to all services with role-based access control (Azure RBAC) natively.
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).
1515

16-
> [!NOTE]
17-
> Before creating a new account, review [Account types](accounts-overview.md).
18-
19-
* You can create an Azure Video Indexer **classic** account through our [API](https://aka.ms/avam-dev-portal).
20-
* You can create an Azure Video Indexer **ARM-based** account through one of the following:
21-
22-
1. [Azure Video Indexer portal](https://aka.ms/vi-portal-link)
23-
2. [Azure portal](https://portal.azure.com/#home)
24-
25-
To read more on how to create a **new ARM-Based** Azure Video Indexer account, read this [article](create-video-analyzer-for-media-account.md)
16+
The topic discusses prerequisites that you need to connect to your Azure subscription and how to configure an Azure Media Services account.
2617

27-
For more details, see [pricing](https://azure.microsoft.com/pricing/details/video-indexer/).
18+
A few Azure Video Indexer account types are available to you. For detailed explanation, review [Account types](accounts-overview.md).
2819

29-
## How to create classic accounts
30-
31-
This article shows how to create an Azure Video Indexer classic account. The topic provides steps for connecting to Azure using the automatic (default) flow. It also shows how to connect to Azure manually (advanced).
32-
33-
If you are moving from a *trial* to *paid ARM-Based* Azure Video Indexer account, you can choose to copy all of the videos and model customization to the new account, as discussed in the [Import your content from the trial account](#import-your-content-from-the-trial-account) section.
34-
35-
The article also covers [Linking an Azure Video Indexer account to Azure Government](#azure-video-indexer-in-azure-government).
20+
For the pricing details, see [pricing](https://azure.microsoft.com/pricing/details/video-indexer/).
3621

3722
## Prerequisites for connecting to Azure
3823

@@ -47,33 +32,35 @@ The article also covers [Linking an Azure Video Indexer account to Azure Governm
4732
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.
4833

4934
:::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":::
50-
51-
### Additional prerequisites for automatic flow
52-
5335
* A user and member in your Azure AD domain.
5436

5537
You'll use this member when connecting your Azure Video Indexer account to Azure.
5638

5739
This user should be a member in your Azure subscription with either an **Owner** role, or both **Contributor** and **User Access Administrator** roles. A user can be added twice, with two roles. Once with Contributor and once with user Access Administrator. For more information, see [View the access a user has to Azure resources](../role-based-access-control/check-access.md).
5840

5941
:::image type="content" alt-text="Screenshot that shows the access control settings." source="./media/create-account/access-control-iam.png":::
60-
61-
### Additional prerequisites for manual flow
62-
6342
* Register the Event Grid resource provider using the Azure portal.
6443

6544
In the [Azure portal](https://portal.azure.com/), go to **Subscriptions**->[subscription]->**ResourceProviders**.
6645

67-
Search for **Microsoft.Media** and **Microsoft.EventGrid**. If not in the "Registered" state, click **Register**. It takes a couple of minutes to register.
46+
Search for **Microsoft.Media** and **Microsoft.EventGrid**. If not in the "Registered" state, select **Register**. It takes a couple of minutes to register.
6847

6948
:::image type="content" alt-text="Screenshot that shows how to select an Event Grid subscription." source="./media/create-account/event-grid.png":::
7049

71-
## Connect to Azure manually (advanced option)
72-
73-
If the connection to Azure failed, you can attempt to troubleshoot the problem by connecting manually.
50+
## Connect to Azure
7451

7552
> [!NOTE]
76-
> It's mandatory to have the following three accounts 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+
> 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).
7764

7865
### Create and configure a Media Services account
7966

@@ -88,14 +75,13 @@ If the connection to Azure failed, you can attempt to troubleshoot the problem b
8875
:::image type="content" alt-text="Screenshot that shows how to specify a storage account." source="./media/create-account/create-new-ams-account.png":::
8976

9077
> [!NOTE]
91-
> Make sure to write down the Media Services resource and account names. You'll need them for the steps in the next section.
92-
78+
> Make sure to write down the Media Services resource and account names.
9379
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.
9480

9581
In the new Media Services account, select **Streaming endpoints**. Then select the streaming endpoint and press start.
9682

9783
:::image type="content" alt-text="Screenshot that shows how to specify streaming endpoints." source="./media/create-account/create-ams-account-se.png":::
98-
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):
9985

10086
1. In the new Media Services account, select **API access**.
10187
2. Select [Service principal authentication method](/azure/media-services/previous/media-services-portal-get-started-with-aad).
@@ -108,48 +94,7 @@ If the connection to Azure failed, you can attempt to troubleshoot the problem b
10894
> [!NOTE]
10995
> Make sure to write down the key value and the Application ID. You'll need it for the steps in the next section.
11096
111-
### Connect manually
112-
113-
In the **Create a new account on an Azure subscription** dialog of your [Azure Video Indexer](https://www.videoindexer.ai/) page, select the **Switch to manual configuration** link.
114-
115-
In the dialog, provide the following information:
116-
117-
|Setting|Description|
118-
|---|---|
119-
|Azure Video Indexer account region|The name of the Azure Video Indexer account region. For better performance and lower costs, it's highly recommended to specify the name of the region where the Azure Media Services resource and Azure Storage account are located. |
120-
|Azure AD tenant|The name of the Azure AD tenant, for example "contoso.onmicrosoft.com". The tenant information can be retrieved from the Azure portal. Place your cursor over the name of the signed-in user in the top-right corner. Find the name to the right of **Domain**.|
121-
|Subscription ID|The Azure subscription under which this connection should be created. The subscription ID can be retrieved from the Azure portal. Select **All services** in the left panel, and search for "subscriptions". Select **Subscriptions** and choose the desired ID from the list of your subscriptions.|
122-
|Azure Media Services resource group name|The name for the resource group in which you created the Media Services account.|
123-
|Media service resource name|The name of the Azure Media Services account that you created in the previous section.|
124-
|Application ID|The Azure AD application ID (with permissions for the specified Media Services account) that you created in the previous section.|
125-
|Application key|The Azure AD application key that you created in the previous section. |
126-
127-
### Import your content from the *trial* account
128-
129-
When creating a new **ARM-Based** account, you have an option to import your content from the *trial* account into the new **ARM-Based** account free of charge.
130-
> [!NOTE]
131-
> * Import from trial can be performed only once per trial account.
132-
> * The target ARM-Based account needs to be created and available before import is assigned.
133-
> * Target ARM-Based account has to be an empty account (never indexed any media files).
134-
135-
To import your data, follow the steps:
136-
1. Go to [Azure Video Indexer portal](https://aka.ms/vi-portal-link)
137-
2. Select your trial account and go to the *account settings* page
138-
3. Click the *Import content to an ARM-based account*
139-
4. From the dropdown menu choose the ARM-based account you wish to import the data to.
140-
* If the account ID isn't showing, you can copy and paste the account ID from Azure portal or the account list, on the side blade in the Azure Video Indexer Portal.
141-
5. Click **Import content**
142-
143-
:::image type="content" alt-text="Screenshot that shows how to import your data." source="./media/create-account/import-to-arm-account.png":::
144-
145-
All media and content model customizations will be copied from the *trial* account into the new ARM-Based account.
146-
147-
148-
> [!NOTE]
149-
>
150-
> The *trial* account is not availagle on the Azure Government cloud.
151-
152-
## Azure Media Services considerations
97+
### Azure Media Services considerations
15398

15499
The following Azure Media Services related considerations apply:
155100

@@ -169,6 +114,27 @@ The following Azure Media Services related considerations apply:
169114

170115
![Media Services reserved units](./media/create-account/ams-reserved-units.png)
171116

117+
## Create a classic account
118+
119+
1. On the [Azure Video Indexer website](https://aka.ms/vi-portal-link), select **Create unlimited account** (the paid account).
120+
2. To create a classic account, select **Switch to manual configuration**.
121+
122+
In the dialog, provide the following information:
123+
124+
|Setting|Description|
125+
|---|---|
126+
|Azure Video Indexer account region|The name of the Azure Video Indexer account region. For better performance and lower costs, it's highly recommended to specify the name of the region where the Azure Media Services resource and Azure Storage account are located. |
127+
|Azure AD tenant|The name of the Azure AD tenant, for example "contoso.onmicrosoft.com". The tenant information can be retrieved from the Azure portal. Place your cursor over the name of the signed-in user in the top-right corner. Find the name to the right of **Domain**.|
128+
|Subscription ID|The Azure subscription under which this connection should be created. The subscription ID can be retrieved from the Azure portal. Select **All services** in the left panel, and search for "subscriptions". Select **Subscriptions** and choose the desired ID from the list of your subscriptions.|
129+
|Azure Media Services resource group name|The name for the resource group in which you created the Media Services account.|
130+
|Media service resource name|The name of the Azure Media Services account that you created in the previous section.|
131+
|Application ID|The Azure AD application ID (with permissions for the specified Media Services account) that you created in the previous section.|
132+
|Application key|The Azure AD application key that you created in the previous section. |
133+
134+
## Import your content from the trial account
135+
136+
See [Import your content from the trial account](import-content-from-trial.md).
137+
172138
## Automate creation of the Azure Video Indexer account
173139

174140
To automate the creation of the account is a two steps process:
@@ -182,9 +148,9 @@ To automate the creation of the account is a two steps process:
182148

183149
### Prerequisites for connecting to Azure Government
184150

185-
- An Azure subscription in [Azure Government](../azure-government/index.yml).
151+
- An Azure subscription in [Azure Government](../azure-government/index.yml).
186152
- An Azure AD account in Azure Government.
187-
- All pre-requirements of permissions and resources as described above in [Prerequisites for connecting to Azure](#prerequisites-for-connecting-to-azure). Make sure to check [Additional prerequisites for automatic flow](#additional-prerequisites-for-automatic-flow) and [Additional prerequisites for manual flow](#additional-prerequisites-for-manual-flow).
153+
- All pre-requirements of permissions and resources as described above in [Prerequisites for connecting to Azure](#prerequisites-for-connecting-to-azure).
188154

189155
### Create new account via the Azure Government portal
190156

@@ -194,12 +160,12 @@ To automate the creation of the account is a two steps process:
194160
To create a paid account via the Azure Video Indexer portal:
195161

196162
1. Go to https://videoindexer.ai.azure.us
197-
1. Log in with your Azure Government Azure AD account.
198-
1. If you do not have any Azure Video Indexer accounts in Azure Government that you are an owner or a contributor to, you will get an empty experience from which you can start creating your account.
163+
1. Sign-in with your Azure Government Azure AD account.
164+
1. If you don't have any Azure Video Indexer accounts in Azure Government that you're an owner or a contributor to, you'll get an empty experience from which you can start creating your account.
199165

200166
The rest of the flow is as described in above, only the regions to select from will be Government regions in which Azure Video Indexer is available
201167

202-
If you already are a contributor or an admin of an existing one or more Azure Video Indexer accounts in Azure Government, you will be taken to that account and from there you can start a following steps for creating an additional account if needed, as described above.
168+
If you already are a contributor or an admin of an existing one or more Azure Video Indexer accounts in Azure Government, you'll be taken to that account and from there you can start a following steps for creating an additional account if needed, as described above.
203169

204170
### Create new account via the API on Azure Government
205171

@@ -211,11 +177,11 @@ To create a paid account in Azure Government, follow the instructions in [Create
211177

212178
In the public cloud when content is deemed offensive based on a content moderation, the customer can ask for a human to look at that content and potentially revert that decision.
213179
* No trial accounts.
214-
* Bing description - in Gov cloud we will not present a description of celebrities and named entities identified. This is a UI capability only.
180+
* Bing description - in Gov cloud we won't present a description of celebrities and named entities identified. This is a UI capability only.
215181

216182
## Clean up resources
217183

218-
After you are done with this tutorial, delete resources that you are not planning to use.
184+
After you're done with this tutorial, delete resources that you aren't planning to use.
219185

220186
### Delete an Azure Video Indexer account
221187

@@ -225,12 +191,7 @@ Select the account -> **Settings** -> **Delete this account**.
225191

226192
The account will be permanently deleted in 90 days.
227193

228-
## Firewall
229-
230-
See [Storage account that is behind a firewall](faq.yml#can-a-storage-account-connected-to-the-media-services-account-be-behind-a-firewall).
231-
232194
## Next steps
233195

234196
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).
235197

236-
You should use the same Azure AD user you used when connecting to Azure.

0 commit comments

Comments
 (0)