Commit c26f80b
Fix queue auth: use user-assigned managed identity
The preview slot has both system-assigned and user-assigned identities.
DefaultAzureCredential can't disambiguate, so use ManagedIdentityCredential
with the explicit client ID (matching how AzureStorageService does it).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1900503 commit c26f80b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments