Is it possible to access an item in a blob directly when the container is configured to use Azure AD auth? I'm trying to figure out if I can configure Intune to set a user's wallpaper by just entering the URL of the image in the blob (https://mysa.blob.core.windows.net/container/image.jpg), instead of having to mess with SAS keys. I've enabled Azure AD auth on the container and given the Storage Blob Data Reader role to a security group the user is a member of. I'm getting a "resource does not exist" error when I try that URL from Edge with the account, and errors in Intune about not being able to access the file.