We are storing images in a secure blob storage and are preparing a training dataset in JSONL format with image URLs. However, the fine-tuning of the GPT-4o model fails at the training stage due to inaccessible image URLs.
Since our image data is private and securely stored within the blob container, it cannot be accessed via public URLs. Could you please provide guidance on how to resolve this issue?