Skip to content

Commit b3a1b26

Browse files
Use device code for Azure CLI login in process_sample_data.sh
1 parent c9cdb8d commit b3a1b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/process_sample_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ if [ -n "$managedIdentityClientId" ]; then
485485
else
486486
# Use Azure CLI login if running locally
487487
echo "Authenticating with Azure CLI..."
488-
az login
488+
az login --use-device-code
489489
fi
490490
echo ""
491491

0 commit comments

Comments
 (0)