Skip to content

Commit 9b58949

Browse files
Merge pull request #35694 from JamesFerebee/patch-25
Slight format changes
2 parents 5060dbb + 258c527 commit 9b58949

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/relational-databases/polybase/managed-identity.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to configure PolyBase to query Azure resources by using manag
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest
7-
ms.date: 10/30/2025
7+
ms.date: 10/31/2025
88
ms.service: sql
99
ms.topic: concept-article
1010
---
@@ -42,10 +42,11 @@ Update the registry subkey `\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
4242
The following example script inserts the registry keys for a [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] named instance called `SQL25Inst`, if it doesn't already exist:
4343

4444
```powershell
45-
$yourinstance = "MSSQL17.SQL25Inst"
45+
# Change to your SQL Server instance.
46+
$yourInstance = "MSSQL17.SQL25Inst"
4647
4748
# Define the registry path
48-
$regPath = "HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\$($yourinstance)\MSSQLServer\FederatedAuthentication"
49+
$regPath = "HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\$($yourInstance)\MSSQLServer\FederatedAuthentication"
4950
Write-Host "Path to be updated: $regPath"
5051
5152
# Ensure the path exists
@@ -170,9 +171,9 @@ Check the following items:
170171

171172
- The required registry entries exist.
172173

173-
- `allow server scoped db credentials` is enabled.
174+
- Verify that the `allow server scoped db credentials` server configuation option is enabled.
174175

175-
### File can't be opened (Error 16562)
176+
### File can't be opened (Error 13822)
176177

177178
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.
178179

0 commit comments

Comments
 (0)