An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
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