Build Your First Cloud LLM App in C# with Azure AI Foundry
I wanted this first cloud example to stay as simple as possible: deploy a model in Azure AI Foundry, call it from a small C# console app, and print the result. That is all this sample does, and that is why it works well as a first checkpoint. There is no web UI, no chat history, and no extra layering yet. Just a Foundry project, a gpt-5-nano deployment, and a tiny C# console app that proves the cloud call works end to end....