Share via

Graph API - eDiscovery Export - SAS Token - Container vs Storage Account

Alexander Martin 1 Reputation point
2023-02-21T20:43:43.5366667+00:00

We are making use of the export function on a review set through Graph API (https://learn.microsoft.com/en-us/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta&tabs=http)

The documentation here - https://learn.microsoft.com/en-us/microsoft-365/compliance/download-export-jobs?view=o365-worldwide - mentions that we need to make use of a Storage Account SAS token, but in our testing we have been able to use a container SAS token successfully.

Is this a workflow that will be supported when the API exits beta?

Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,605 Reputation points
    2023-08-21T05:48:41.13+00:00

    The challenge you're facing is that you're not able to determine the specific folder in the Azure Storage container where the export is being sent. The API responses you provided show that the relevant fields, such as outputFolderId, azureBlobContainer, and azureBlobToken, are set to null, and the exportStructure is incorrectly set to "none".

    Was this answer helpful?

    0 comments No comments

Your answer

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