Skip to content

Commit 96c7d00

Browse files
authored
Merge pull request #209846 from Juliako/restrictedrole
Restrictedrole
2 parents 1fa4dc2 + de38cbe commit 96c7d00

File tree

4 files changed

+60
-7
lines changed

4 files changed

+60
-7
lines changed

articles/azure-video-indexer/connect-classic-account-to-arm.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ ms.custom: ignite-fall-2021
99

1010
# Connect an existing classic paid Azure Video Indexer account to ARM-based account
1111

12-
This article details how to connect an existing classic paid Azure Video Indexer account to an Azure Resource Manager (ARM) based account.
13-
Today, Azure Video Indexer, is a GA(general availability) product that is not an ARM resource on Azure.
14-
In this article, we will go through options on connecting your **existing** Azure Video Indexer account to [ARM][docs-arm-overview].
12+
This article shows how to connect an existing classic paid Azure Video Indexer account to an Azure Resource Manager (ARM)-based (recommended) account. To create a new ARM-based account, see [create a new account](create-account-portal.md). To understand the Azure Video Indexer account types, review [account types](accounts-overview.md).
1513

16-
## Prerequisites
14+
In this article, we demonstrate options of connecting your **existing** Azure Video Indexer account to an [ARM][docs-arm-overview]-based account.
1715

18-
Before creating a new account, review [Account types](accounts-overview.md).
16+
## Prerequisites
1917

2018
1. Unlimited paid Azure Video Indexer account (classic account).
2119

131 KB
Loading
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Video Indexer restricted viewer built-in role
3+
description: This article talks about Video Indexer restricted viewer built-in role. This role is an account level permission, which allows users to grant restricted access to a specific user or security group.
4+
ms.topic: how-to
5+
ms.date: 09/12/2022
6+
---
7+
8+
# Manage access with the Video Indexer Restricted Viewer role
9+
10+
Azure Video Indexer enables managing user access to the Azure Video Indexer resource at the account level with the following built-in role: **Video Indexer Restricted Viewer**.
11+
12+
> [!NOTE]
13+
> The **Video Indexer Restricted Viewer** built-in role is only available for ARM-based (recommended) accounts, not classic accounts. If you have an existing classic account, see [Connect an existing classic paid account to an ARM-based account](connect-classic-account-to-arm.md).
14+
15+
Users with the owner or administrator Azure Active Directory (Azure AD) permissions can assign the **Video Indexer Restricted Viewer** role to Azure AD users or security groups for an account. For information on how to assign roles, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
16+
17+
The limited access Video Indexer Restricted Viewer role is intended for the [Azure Video Indexer website](https://www.videoindexer.ai/) users as its permitted actions relate to the [Azure Video Indexer website](https://www.videoindexer.ai/) experience.
18+
19+
## Azure Video Indexer Restricted Viewer permissions
20+
21+
Users with this role are **able** to perform the following tasks:
22+
23+
- View and play videos in the account
24+
- Search through insights in the account
25+
- Translate the transcription of a specific video
26+
27+
Users with this role are **unable** to perform the following tasks:
28+
29+
- Upload/Index/Re-index a video
30+
- Download/Embed video/insights
31+
- Change account settings
32+
- Edit insights
33+
- Create/update customized models
34+
- Language
35+
- People
36+
- Brands
37+
- Assign roles
38+
- Generate an access token
39+
40+
## Using an ARM API
41+
42+
To generate a Video Indexer restricted viewer access token via API, see [documentation](https://aka.ms/vi-restricted-doc).
43+
44+
## Restricted Viewer Video Indexer website experience
45+
46+
When using the [Azure Video Indexer](https://www.videoindexer.ai/) website with a Video Indexer Restricted Viewer access, disabled features are greyed out. If a user with the restricted viewer role attempts to access an unauthorized page, they'll encounter the pop-up message below:
47+
48+
> [!div class="mx-imgBorder"]
49+
> :::image type="content" source="./media/restricted-viewer-role/no-access.png" alt-text="No access to the gallery page.":::
50+
51+
## Next steps
52+
53+
[Overview](video-indexer-overview.md)

articles/azure-video-indexer/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,16 @@
9090
items:
9191
- name: Manage accounts
9292
items:
93-
- name: Create a classic account
94-
href: connect-to-azure.md
93+
- name: Manage access to your account
94+
href: restricted-viewer-role.md
9595
- name: Connect an existing account to ARM
9696
href: connect-classic-account-to-arm.md
9797
- name: Add contributor role to Media Services
9898
href: add-contributor-role-on-the-media-service.md
9999
- name: Import content from the trial account
100100
href: import-content-from-trial.md
101+
- name: Create a classic account
102+
href: connect-to-azure.md
101103
- name: Upload and index media
102104
items:
103105
- name: Upload and index videos

0 commit comments

Comments
 (0)