To fine-tune an Azure OpenAI model, the training data needs to be in JSONL (JSON Lines) format. Each line in the file represents a separate prompt-completion pair in JSON format. This format is required to ensure that Azure OpenAI correctly interprets each pair as an individual training instance. https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning-functions