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/azure-video-indexer/import-content-from-trial.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,21 @@ ms.author: itnorman
7
7
ms.custom: ignite-fall-2021
8
8
---
9
9
10
-
# Import your content from the trial account
10
+
# Import content from your trial account to a regular account
11
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.
12
+
If you would like to transition from the Video Indexer trial account experience to that of a regular paid account, Video Indexer allows you at not cost to import the content in your trial content to your new regular account.
13
13
14
-
## Considerations
14
+
When might you want to switch from a trial to a regular account?
15
15
16
-
Review the following considerations.
16
+
* If you have used up the free trial minutes and want to continue indexing.
17
+
* You are ready to start using Video Indexer for production workloads.
18
+
* You want an experience which doesn't have minute, support, or SLA limitations.
17
19
20
+
## Create a new ARM account for the import
21
+
22
+
* First you need to create an account. The regular account needs to have been already created and available before performing the import. Azure Video Indexer accounts are Azure Resource Manager (ARM) based and account creation can be performed through the Azure portal (see [Create an account with the Azure portal](create-account-portal.md)) or API (see [Create accounts with API](/rest/api/videoindexer/stable/accounts)).
23
+
* The target ARM-based account has to be an empty account that has not yet been used to index any media files.
18
24
* Import from trial can be performed only once per trial account.
19
-
* The target ARM-based account needs to be created and available before import is assigned.
20
-
* Target ARM-based account has to be an empty account (never indexed any media files).
21
25
22
26
## Import your data
23
27
@@ -28,15 +32,12 @@ To import your data, follow the steps:
28
32
3. Click the **Import content to an ARM-based account**.
29
33
4. From the dropdown menu choose the ARM-based account you wish to import the data to.
30
34
31
-
* 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
+
* If the account ID isn't showing, you can copy and paste the account ID from the Azure portal or from the list of accounts under the User account blade at the top right of the Azure Video Indexer Portal.
36
+
32
37
5. Click **Import content**
33
38
34
39
:::image type="content" alt-text="Screenshot that shows how to import your data." source="./media/create-account/import-to-arm-account.png":::
35
40
36
-
All media and content model customizations will be copied from the trial account into the new ARM-based account.
37
-
38
-
## Next steps
41
+
All media and as well as your customized content model will be copied from the trial account into the new ARM-based account.
39
42
40
-
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).
41
43
42
-
You should use the same Azure AD user you used when connecting to Azure.
0 commit comments