Which TWO actions can you take to mitigate the risk of generating harmful content when using Azure OpenAI Service? (Choose two.)
System messages can guide model behavior.
Why this answer
Setting a system message instructs the model to avoid harmful outputs, guiding its behavior. Option D is correct because Azure AI Content Safety filters automatically detect and block harmful content. Option B is wrong because fine-tuning on safe examples may not fully prevent harmful generations; content safety is more reliable.
Option C is wrong because deploying in multiple regions does not directly affect content safety. Option E is wrong because increasing maxTokens does not mitigate harmful content risk; it only controls response length.