Skip to content

Commit 918ab52

Browse files
authored
Merge pull request #49661 from Juliako/VIUpdates
started new topic
2 parents 00f48f7 + 4cbb8f6 commit 918ab52

File tree

5 files changed

+82
-7
lines changed

5 files changed

+82
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This article shows how to create a Video Indexer account that's linked to an Azu
4242

4343
* Register the EventGrid resource provider using the Azure portal.
4444

45-
In the Azure portal, go to **Subscriptions** > [subscription] > **ResourceProviders** > **Microsoft.EventGrid**. If not in the "Registered" state, click **Register**. It takes a couple of minutes to register.
45+
In the [Azure portal](https://portal.azure.com/), go to **Subscriptions** > [subscription] > **ResourceProviders** > **Microsoft.EventGrid**. If not in the "Registered" state, click **Register**. It takes a couple of minutes to register.
4646

4747
![EventGrid](./media/create-account/event-grid.png)
4848

@@ -92,19 +92,16 @@ The following Azure Media Services related considerations apply:
9292

9393
You might need to adjust the type and number of media **Reserved Units**, according to your planned load. Keep in mind that if your load is high and you don’t have enough units or speed, videos processing can result in timeout failures.
9494

95-
* If you connected to a new Media Services account, Video Indexer automatically starts a **Streaming Endpoint** in it:
95+
* If you connected to a new Media Services account, Video Indexer automatically starts the default **Streaming Endpoint** in it:
9696

9797
![Media Services streaming endpoint](./media/create-account/ams-streaming-endpoint.png)
9898

99-
* If you connected to an existing Media Services account, Video Indexer does not change the streaming endpoints configuration. If there is no running **Streaming Endpoint**, you will not be able to watch videos from this Media Services account or in Video Indexer.
99+
* If you connected to an existing Media Services account, Video Indexer does not change the default Streaming Endpoint configuration. If there is no running **Streaming Endpoint**, you will not be able to watch videos from this Media Services account or in Video Indexer.
100100

101-
## Use Video Indexer APIs v2
101+
## Next steps
102102

103103
You can programmatically interact with your trial account and/or with your Video Indexer accounts that are connected to azure by following the instructions in: [Use APIs](video-indexer-use-apis.md).
104104

105105
You should use the same Azure AD user you used when connecting to Azure.
106106

107-
## Next steps
108-
109-
[Examine details of the output JSON](video-indexer-output-json-v2.md).
110107

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Manage a Video Indexer account connected to Azure | Microsoft Docs
3+
description: This article shows how to manage a Video Indexer account connected to Azure.
4+
services: cognitive services
5+
documentationcenter: ''
6+
author: juliako
7+
manager: erikre
8+
9+
ms.service: cognitive-services
10+
ms.topic: article
11+
ms.date: 08/21/2018
12+
ms.author: juliako
13+
14+
---
15+
# Manage a Video Indexer account connected to Azure
16+
17+
This article demonstrates how to manage a Video Indexer account that is connected to your Azure subscription and an Azure Media Services account.
18+
19+
> [!NOTE]
20+
> You have to be the Video Indexer account owner to do account configuration adjustments discussed in this topic.
21+
22+
## Prerequisites
23+
24+
Connect your Video Indexer account to Azure, as described in [Connected to Azure](connect-to-azure.md).
25+
26+
Make sure to follow [Prerequisites](connect-to-azure.md#prerequisites) and review [Considerations](connect-to-azure.md#considerations) in the article.
27+
28+
## Examine account settings
29+
30+
This section examines settings of your Video Indexer account.
31+
32+
To view settings:
33+
34+
1. Click on the user icon in the top right corner and select **Settings**.
35+
36+
![Settings](./media/manage-account-connected-to-azure/select-settings.png)
37+
38+
2. On the **Settings** page, select the **Account** tab.
39+
40+
If your Videos Indexer account is connected to Azure, you see the following:
41+
42+
* The name of the underlying Azure Media Services account.
43+
* The number of indexing jobs running and queued.
44+
* The number and type of allocated Reserved Units.
45+
46+
If your account needs some adjustments, you will see relevant errors and warnings about your account configuration on the **Settings** page. The messages contain links to exact places in Azure portal where you need to make changes. For more information, see the [errors and warnings](#errors-and-warnings) section that follows.
47+
48+
## Auto-scale reserved units
49+
50+
The **Settings** page enables you to set the autoscaling of Media Reserved Units (RU). If the option is **On**, you can allocate the maximum number of RUs and be sure that Video Indexer stops/starts RUs automatically. With this option, you don't pay extra money for idle time but also do not wait for indexing jobs to complete a long time when the indexing load is high.
51+
52+
Auto-scale does not scale below 1 RU or above the max allocation for the Media Services account. In order to increase the max RUs allocated, create a service request. For information about quotas and limitations and how to open a support ticket, see [Quotas and limitations](../../media-services/previous/media-services-quotas-and-limitations.md).
53+
54+
![Sign up](./media/manage-account-connected-to-azure/autoscale-reserved-units.png)
55+
56+
## Errors and warnings
57+
58+
If your account needs some adjustments, you see relevant errors and warnings about your account configuration on the **Settings** page. The messages contain links to exact places in Azure portal where you need to make changes. This section gives more details about the error and warning messages.
59+
60+
* Event Grid
61+
62+
You have to register the EventGrid resource provider using the Azure portal. In the [Azure portal](https://portal.azure.com/), go to **Subscriptions** > [subscription] > **ResourceProviders** > **Microsoft.EventGrid**. If not in the **Registered**"** state, click **Register**. It takes a couple of minutes to register.
63+
64+
* Streaming Endpoint
65+
66+
Make sure the underlying Media Services account has the default **Streaming Endpoint** in a started state. Otherwise, you will not be able to watch videos from this Media Services account or in Video Indexer.
67+
68+
* Media Reserved Units
69+
70+
You must allocate Media Reserved Units on your Media Service resource in order to index videos. For optimal indexing performance, it's recommended to allocate at least 10 S3 Reserved Units. For pricing information, see the FAQ section of the [Media Services pricing](https://azure.microsoft.com/pricing/details/media-services/) page.
71+
72+
## Next steps
73+
74+
You can programmatically interact with your trial account and/or with your Video Indexer accounts that are connected to azure by following the instructions in: [Use APIs](video-indexer-use-apis.md).
75+
76+
You should use the same Azure AD user you used when connecting to Azure.
51.6 KB
Loading
22.3 KB
Loading

articles/cognitive-services/video-indexer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
href: migrate-from-v1-to-v2.md
1717
- name: Connect to Azure
1818
href: connect-to-azure.md
19+
- name: Manage account connected to Azure
20+
href: manage-account-connected-to-azure.md
1921
- name: Use Video Indexer API
2022
href: video-indexer-use-apis.md
2123
- name: Use API to upload and index videos

0 commit comments

Comments
 (0)