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
-[SQL Server enabled by Azure Arc](../../sql-server/azure-arc/managed-identity.md)
27
-
- Enable the `allow server scoped db credentials` server configuration option
26
+
27
+
-[SQL Server enabled by Azure Arc](../../sql-server/azure-arc/managed-identity.md)**or**[Enable Microsoft Entra authentication for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm)
28
+
29
+
- Enable the `allow server scoped db credentials` server configuration option.
30
+
28
31
- Give the managed identity access to the Azure Blob Storage resource.
29
32
33
+
## For SQL Server on Azure VMs
34
+
35
+
After you complete the [required steps](/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm), add two new registry entries. You need these registry entries only for SQL Server on Azure Virtual Machines. For SQL Server instances enabled by Azure Arc, these entries are created automatically.
36
+
37
+
In the registry, update the `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL17.MSSQLSERVER\MSSQLServer\FederatedAuthentication` subkey.
@@ -88,7 +109,7 @@ Create the external data source with the following settings.
88
109
89
110
## Query a Parquet file in Azure Blob Storage
90
111
91
-
[!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] supports for managed identity through Azure Arc. For instructions, see [Managed identity for SQL Server enabled by Azure Arc](../../sql-server/azure-arc/managed-identity.md).
112
+
[!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] supports managed identity through Azure Arc. For instructions, see [Managed identity for SQL Server enabled by Azure Arc](../../sql-server/azure-arc/managed-identity.md).
92
113
93
114
The following example queries a Parquet file in Azure Blob Storage:
94
115
@@ -124,11 +145,11 @@ Check the following items:
124
145
125
146
- The required registry entries exist.
126
147
127
-
-Verify that the`allow server scoped db credentials` server configuration option is enabled.
148
+
-The`allow server scoped db credentials` server configuration option is enabled.
128
149
129
150
### File can't be opened (Error 13822)
130
151
131
-
You might encounter error 13822 when you access Azure Blob Storage or Azure Data Lake if the managed identity lacks permissions on the storage account, or network access to storage is blocked.
152
+
You might encounter error 13822 when you access Azure Blob Storage or Azure Data Lake, if the managed identity lacks permissions on the storage account, or network access to storage is blocked:
132
153
133
154
```output
134
155
Msg 13822, Level 16, State 1, Line 9
@@ -144,3 +165,5 @@ Check the following items:
144
165
## Related content
145
166
146
167
-[Managed identity for SQL Server enabled by Azure Arc](../../sql-server/azure-arc/managed-identity.md)
168
+
-[Enable Microsoft Entra authentication for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm)
169
+
-[Configure managed identities on Azure virtual machines (VMs)](/entra/identity/managed-identities-azure-resources/how-to-configure-managed-identities)
0 commit comments