itms-services not working with Azure blob storage SAS URL

Rey 6 Reputation points
2022-09-12T16:15:22.11+00:00

When I'm using itms-services://?action=download-manifest&url={URL}, itms-services seem to be working.
But, when I'm using itms-services://?action=download-manifest&url={SAS URL}, it doesn't seem to work (nothing happens).

Can someone explain the issue and show possible alternatives to this?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
280 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,108 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rey 6 Reputation points
    2022-09-13T01:46:34.397+00:00

    It seems itms-services won't accept the sas query string param except if I encode the param, but when I encode the sas query string param and make the blob container private, I can't access the blob (specified resources doesn't exist). On the other hand, when I encode the sas query param and make the blob container public, I can access the blob (works fine with itms-services).

    1 person found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.