Skip to content

Commit 65dbadb

Browse files
authored
Merge pull request #185611 from VanMSFT/patch-1
Adding clarity to deleting the managed identity
2 parents 6114849 + 95d808d commit 65dbadb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-sql/database/authentication-aad-service-principal-tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: tutorial
77
author: GithubMirek
88
ms.author: mireks
99
ms.reviewer: kendralittle, vanto, mathoma
10-
ms.date: 12/15/2021
10+
ms.date: 01/20/2022
1111
ms.custom: devx-track-azurepowershell
1212
---
1313

@@ -60,6 +60,8 @@ In this tutorial, you learn how to:
6060
> If an Azure AD Identity is set up for the Azure SQL logical server, the [**Directory Readers**](../../active-directory/roles/permissions-reference.md#directory-readers) permission must be granted to the identity. We will walk through this step in following section. **Do not** skip this step as Azure AD authentication will stop working.
6161
>
6262
> With [Microsoft Graph](/graph/overview) support for Azure SQL, the Directory Readers role can be replaced with using lower level permissions. For more information, see [User-assigned managed identity in Azure AD for Azure SQL](authentication-azure-ad-user-assigned-managed-identity.md).
63+
>
64+
> If a system-assigned or user-assigned managed identity is used as the server or instance identity, deleting the identity will result in the server or instance inability to access Microsoft Graph. Azure AD authentication and other functions will fail. To restore Azure AD functionality, a new SMI or UMI must be assigned to the server with appropriate permissions.
6365
6466
- If you used the [New-AzSqlServer](/powershell/module/az.sql/new-azsqlserver) command with the parameter `AssignIdentity` for a new SQL server creation in the past, you'll need to execute the [Set-AzSqlServer](/powershell/module/az.sql/set-azsqlserver) command afterwards as a separate command to enable this property in the Azure fabric.
6567

0 commit comments

Comments
 (0)