I want to submit a JobInputHttp from a private azure blob storage container but I keep getting an access denied error when Media Services tries to download the file.
My Azure Media Service account has a User Manage Identity which I have also assigned to the private blob storage account.
The whole thing works properly when I add a SAS key to the private blob storage URL when submitting the Job but I would like to avoid doing that.
Is this supposed to work or do I always need to pass a SAS key in the JobInputHttp Url ?