Skip to content

Commit c9a6705

Browse files
MikeRayMSFTVanMSFT
andauthored
Apply suggestions from code review
Co-authored-by: Van To <[email protected]>
1 parent 470cd03 commit c9a6705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/includes/entra-id-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ After the Azure Arc agent on the SQL Server host has completed its operation, th
242242
The same syntax for creating Microsoft Entra logins and users on Azure SQL Database and Azure SQL Managed Instance can now be used on SQL Server.
243243
244244
> [!NOTE]
245-
> On SQL Server, any Entra account that has the `ALTER ANY LOGIN` or `ALTER ANY USER` permission can create Microsoft Entra logins or users, respectively. Otherwise, only **SYSADMINS** can create Microsoft Entra logins or users.
245+
> On SQL Server, any Microsoft Entra account that has the `ALTER ANY LOGIN` or `ALTER ANY USER` permission can create Microsoft Entra logins or users, respectively. Otherwise, only accounts with `sysadmin` permissions can create Microsoft Entra logins or users.
246246
247247
To create a login for a Microsoft Entra account, execute the following T-SQL command in the `master` database:
248248

docs/sql-server/azure-arc/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When using managed identity with SQL Server enabled by Azure Arc, consider the f
3838
- `Inbound connections` are logins and users connecting to SQL Server. Inbound connections can also be achieved by using [App registration](entra-authentication-setup-tutorial.md), starting in [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)].
3939
- `Outbound connections` are SQL Server connections to Azure resources, like backup to URL, or connecting to Azure Key Vault.
4040
- App Registration **can't** enable a SQL Server to make outbound connections. Outbound connections need a primary managed identity assigned to the SQL Server.
41-
- SQL Server 2025 and later recommends using managed identity based Entra setup, as detailed in this article. Alternatively, you can configure an [app registration for SQL Server 2025.](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/microsoft-entra-authentication-sql-server-enable-without-arc)
41+
- For SQL Server 2025 and later, we recommends using a managed identity based Microsoft Entra setup, as detailed in this article. Alternatively, you can configure an [app registration for SQL Server 2025.](/sql/relational-databases/security/authentication-access/microsoft-entra-authentication-sql-server-enable-without-arc)
4242

4343
## Prerequisites
4444

0 commit comments

Comments
 (0)