Share via

Data not persistent

Murali Menon 5 Reputation points
2023-07-07T18:36:26.83+00:00

I am able to add my own data to OpenAI through Azure Blob storage. But that persists only for that session. When I login again the data is missing.

Azure OpenAI in Foundry Models
0 comments No comments

1 answer

Sort by: Most helpful
  1. Azar 31,720 Reputation points MVP Volunteer Moderator
    2023-07-07T18:54:57.7+00:00

    Hi @Murali Menon

    If you are adding your own data to Azure OpenAI through Azure Blob storage but notice that the data is missing when you log in again, it could be due to the temporary nature of the session storage.

    Azure OpenAI uses session-based storage, which means the data you upload through Azure Blob storage is only available for the duration of that session. Once the session ends, the data is not persisted for future logins.

    To maintain your custom data across sessions, you need to re-upload the data each time you start a new session or find an alternative storage solution that allows persistent storage of your custom data, such as a separate database or storage service

    https://docs.microsoft.com/azure/

    If this was useful kindly accept the answer, for clarifications comment here

    Was this answer helpful?


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.