Skip to content

Commit 2c33189

Browse files
authored
Merge pull request #209417 from Juliako/multitenant
added tenant issue
2 parents 0cac7f9 + 8a2e127 commit 2c33189

File tree

10 files changed

+61
-0
lines changed

10 files changed

+61
-0
lines changed

articles/azure-video-indexer/faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ sections:
109109
answer: |
110110
Azure Media Service’s SLA covers Azure Video Indexer and can be found on the [SLA](https://azure.microsoft.com/support/legal/sla/media-services/v1_2/) page. The SLA only applies to Azure Video Indexer paid accounts and does not apply to the trial.
111111
112+
- question: Can’t find my new ARM account in the account list on the Azure Video Indexer website.
113+
answer: |
114+
For detailed description on how to switch to the correct domain, see [Switch between tenants](switch-tenants-portal.md).
112115
- name: Privacy Questions
113116
questions:
114117
- question: Are video and audio files indexed by Azure Video Indexer stored?
11.9 KB
Loading
41.4 KB
Loading
29.6 KB
Loading
92.7 KB
Loading
134 KB
Loading
164 KB
Loading
148 KB
Loading
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Switch between tenants on the Azure Video Indexer website
3+
description: This article shows how to switch between tenants in the Azure Video Indexer website.
4+
ms.topic: how-to
5+
ms.date: 08/26/2022
6+
---
7+
8+
# Switch between multiple tenants
9+
10+
This article shows how to switch between multiple tenants on the Azure Video Indexer website. When you create an Azure Resource Manager (ARM)-based account, the new account may not show up on the Azure Video Indexer website. So you need to make sure to sign in with the correct domain.
11+
12+
The article shows how to sign in with the correct domain name into the Azure Video Indexer website:
13+
14+
1. Sign into the [Azure portal](https://portal.azure.com/) with the same subscription where your Video Indexer ARM account was created.
15+
1. Get the domain name of the current Azure subscription tenant.
16+
1. Sign in with the correct domain name on the [Azure Video Indexer](https://www.videoindexer.ai/) website.
17+
18+
## Get the domain name from the Azure portal
19+
20+
1. In the [Azure portal](https://portal.azure.com/), sign in with the same subscription tenant in which your Azure Video Indexer Azure Resource Manager (ARM) account was created.
21+
1. Hover over your account name (in the right-top corner).
22+
23+
> [!div class="mx-imgBorder"]
24+
> ![Hover over your account name.](./media/switch-directory/account-attributes.png)
25+
1. Get the domain name of the current Azure subscription, you'll need it for the last step of the following section.
26+
27+
If you want to see domains for all of your directories and switch between them, see [Switch and manage directories with the Azure portal](../azure-portal/set-preferences.md#switch-and-manage-directories).
28+
29+
## Sign in with the correct domain name on the AVI website
30+
31+
1. Go to the [Azure Video Indexer](https://www.videoindexer.ai/) website.
32+
1. Press **Sign out** after pressing the button in the top-right corner.
33+
1. On the AVI website, press **Sign in** and choose the Azure AD account.
34+
35+
> [!div class="mx-imgBorder"]
36+
> ![Sign in with the AAD account.](./media/switch-directory/choose-account.png)
37+
1. Press **Use another account**.
38+
39+
> [!div class="mx-imgBorder"]
40+
> ![Choose another account.](./media/switch-directory/use-another-account.png)
41+
1. Choose **Sign-in with other options**.
42+
43+
> [!div class="mx-imgBorder"]
44+
> ![Sign in with other options.](./media/switch-directory/sign-in-options.png)
45+
1. Press **Sign in to an organization**.
46+
47+
> [!div class="mx-imgBorder"]
48+
> ![Sign in to an organization.](./media/switch-directory/sign-in-organization.png)
49+
1. Enter the domain name you copied in the [Get the domain name from the Azure portal](#get-the-domain-name-from-the-azure-portal) section.
50+
51+
> [!div class="mx-imgBorder"]
52+
> ![Find the organization.](./media/switch-directory/find-your-organization.png)
53+
54+
## Next steps
55+
56+
[FAQ](faq.yml)

articles/azure-video-indexer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
items:
167167
- name: Account connection issues
168168
href: manage-account-connected-to-azure.md
169+
- name: Switch between tenants in portal
170+
href: switch-tenants-portal.md
169171
- name: Reference
170172
items:
171173
- name: Azure Video Indexer API

0 commit comments

Comments
 (0)