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/purview/deployment-best-practices.md
+3-39Lines changed: 3 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: shsandeep123
5
5
ms.author: sandeepshah
6
6
ms.service: purview
7
7
ms.topic: conceptual
8
-
ms.date: 08/04/2022
8
+
ms.date: 03/21/2023
9
9
---
10
10
# Microsoft Purview (formerly Azure Purview) deployment best practices
11
11
@@ -315,45 +315,9 @@ In the Microsoft Purview Data Map, there are several areas where the Catalog Adm
315
315
316
316
## Moving tenants
317
317
318
-
If your Azure Subscription moves tenants while you have a Microsoft Purview account, there are some steps you should follow after the move.
318
+
If your Azure Subscription moves tenants while you have a Microsoft Purview account, you will need to create a new Microsoft Purview account and re-register and scan your sources.
319
319
320
-
Currently your Microsoft Purview account's system assigned and user assigned managed identities will be cleared during the move to the new tenant. This is because your Azure tenant houses all authentication information, so these need to be updated for your Microsoft Purview account in the new tenant.
321
-
322
-
After the move, follow the below steps to clear the old identities, and create new ones:
323
-
324
-
1. If you're running locally, sign in to Azure through the Azure CLI.
325
-
326
-
```azurecli-interactive
327
-
az login
328
-
```
329
-
Alternatively, you can use the [Azure Cloud Shell](../cloud-shell/overview.md) in the Azure portal.
330
-
Direct browser link: [https://shell.azure.com](https://shell.azure.com).
331
-
332
-
1. Obtain an access token by using [az account get-access-token](/cli/azure/account#az-account-get-access-token).
333
-
```azurecli-interactive
334
-
az account get-access-token
335
-
```
336
-
337
-
1. Run the following bash command to disable all managed identities (user and system assigned managed identities):
338
-
339
-
> [!IMPORTANT]
340
-
> Be sure to replace these values in the below commands:
341
-
> - \<Subscription_Id>: Your Azure Subscription ID
342
-
> - \<Resource_Group_Name>: Name of the resource group where your Microsoft Purview account is housed.
343
-
> - \<Account_Name>: Your Microsoft Purview account name
344
-
> - \<Access_Token>: The token from the first two steps.
1. If you had a user assigned managed identity (UAMI), to enable one on your new tenant, register your UAMI in Microsoft Purview as you did originally by following [the steps from the manage credentials article](manage-credentials.md#create-a-user-assigned-managed-identity).
320
+
Moving tenants is not currently supported for Microsoft Purview.
0 commit comments