I have an azure storage that has a device table. This table contains device RowKey, device token, and other information. For Android devices, I tried to use device RowKey as tag, but that didn't work. I also tried device token (Firebase token), and still it didn't work. What exactly is a tag and how should I set up a tag for a device, in particular, Android device?