Skip to content

Commit de23626

Browse files
Update Azure CLI login method to use device code for authentication
1 parent 54190fc commit de23626

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
@@ -251,7 +251,7 @@ else
251251
else
252252
# Use Azure CLI login if running locally
253253
echo "Authenticating with Azure CLI..."
254-
az login
254+
az login --use-device-code
255255
fi
256256
echo "Not authenticated with Azure. Attempting to authenticate..."
257257
fi

0 commit comments

Comments
 (0)