Skip to content

Commit 463376c

Browse files
committed
cleaned up create a classic account, moved migrate content into a separate topic
1 parent e532799 commit 463376c

File tree

4 files changed

+91
-84
lines changed

4 files changed

+91
-84
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-account.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

articles/azure-video-indexer/connect-to-azure.md

Lines changed: 35 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,11 @@ ms.custom: ignite-fall-2021
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 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).
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)
26-
27-
For more details, see [pricing](https://azure.microsoft.com/pricing/details/video-indexer/).
28-
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).
16+
A few Azure Video Indexer account types are available to you. For detailed explanation, review [Account types](accounts-overview.md).
3217

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).
18+
For the pricing details, see [pricing](https://azure.microsoft.com/pricing/details/video-indexer/).
3619

3720
## Prerequisites for connecting to Azure
3821

@@ -48,32 +31,27 @@ The article also covers [Linking an Azure Video Indexer account to Azure Governm
4831

4932
:::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":::
5033

51-
### Additional prerequisites for automatic flow
52-
5334
* A user and member in your Azure AD domain.
5435

5536
You'll use this member when connecting your Azure Video Indexer account to Azure.
5637

5738
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).
5839

5940
:::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-
6341
* Register the Event Grid resource provider using the Azure portal.
6442

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

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

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

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.
49+
## Connect to Azure
7450

7551
> [!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.
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).
7755
7856
### Create and configure a Media Services account
7957

@@ -108,48 +86,7 @@ If the connection to Azure failed, you can attempt to troubleshoot the problem b
10886
> [!NOTE]
10987
> Make sure to write down the key value and the Application ID. You'll need it for the steps in the next section.
11088
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
89+
### Azure Media Services considerations
15390

15491
The following Azure Media Services related considerations apply:
15592

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

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

109+
### Create a classic Azure Video Indexer account
110+
111+
1. On the [Azure Video Indexer website](https://aka.ms/vi-portal-link), select **Create unlimited account** (the paid account).
112+
2. To create a classic account, select **Switch to manual configuration**.
113+
114+
In the dialog, provide the following information:
115+
116+
|Setting|Description|
117+
|---|---|
118+
|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. |
119+
|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**.|
120+
|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.|
121+
|Azure Media Services resource group name|The name for the resource group in which you created the Media Services account.|
122+
|Media service resource name|The name of the Azure Media Services account that you created in the previous section.|
123+
|Application ID|The Azure AD application ID (with permissions for the specified Media Services account) that you created in the previous section.|
124+
|Application key|The Azure AD application key that you created in the previous section. |
125+
126+
## Import your content from the trial account
127+
128+
See [Import your content from the trial account](import-content-from-trial.md).
129+
172130
## Automate creation of the Azure Video Indexer account
173131

174132
To automate the creation of the account is a two steps process:
@@ -194,12 +152,12 @@ To automate the creation of the account is a two steps process:
194152
To create a paid account via the Azure Video Indexer portal:
195153

196154
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.
155+
1. Sign-in with your Azure Government Azure AD account.
156+
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.
199157

200158
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
201159

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.
160+
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.
203161

204162
### Create new account via the API on Azure Government
205163

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

212170
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.
213171
* 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.
172+
* Bing description - in Gov cloud we won't present a description of celebrities and named entities identified. This is a UI capability only.
215173

216174
## Clean up resources
217175

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

220178
### Delete an Azure Video Indexer account
221179

@@ -225,10 +183,6 @@ Select the account -> **Settings** -> **Delete this account**.
225183

226184
The account will be permanently deleted in 90 days.
227185

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-
232186
## Next steps
233187

234188
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).
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Import your content from the trial account
3+
description: Learn how to import your content from the trial account.
4+
ms.topic: tutorial
5+
ms.date: 05/03/2022
6+
ms.author: itnorman
7+
ms.custom: ignite-fall-2021
8+
---
9+
10+
# Import your content from the trial account
11+
12+
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.
13+
14+
> [!NOTE]
15+
> Make sure to review the following considerations.
16+
17+
## Considerations
18+
19+
Review the following considerations.
20+
21+
* Import from trial can be performed only once per trial account.
22+
* The target ARM-based account needs to be created and available before import is assigned.
23+
* Target ARM-based account has to be an empty account (never indexed any media files).
24+
25+
## Import your data
26+
27+
To import your data, follow the steps:
28+
29+
1. Go to [Azure Video Indexer portal](https://aka.ms/vi-portal-link)
30+
2. Select your trial account and go to the **Account settings** page.
31+
3. Click the **Import content to an ARM-based account**.
32+
4. From the dropdown menu choose the ARM-based account you wish to import the data to.
33+
34+
* 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.
35+
5. Click **Import content**
36+
37+
:::image type="content" alt-text="Screenshot that shows how to import your data." source="./media/create-account/import-to-arm-account.png":::
38+
39+
All media and content model customizations will be copied from the trial account into the new ARM-based account.
40+
41+
## Next steps
42+
43+
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).
44+
45+
You should use the same Azure AD user you used when connecting to Azure.

articles/azure-video-indexer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
href: connect-classic-account-to-arm.md
108108
- name: Add contributor role to Media Services
109109
href: add-contributor-role-on-the-media-service.md
110+
- name: Import content from the trial account
111+
href: import-content-from-trial.md
110112
- name: Upload and index videos
111113
href: upload-index-videos.md
112114
- name: Index a video from OneDrive

0 commit comments

Comments
 (0)