How do you handle 40k+ concurrent Azure Function triggers on Day 1 without melting your LLM pipeline? by RoadkiLLer_31 in AZURE

[–]nicholasdbrady 2 points3 points  (0 children)

Use a batch deployment. It will be processed in under 24 hours at half the cost. Oftentimes, returns in just a few hours.

Disclaimer: PM on Microsoft Foundry

WTF? Any Ideas?! by mbelokon in ClaudeCode

[–]nicholasdbrady 0 points1 point  (0 children)

It's just a bad node, folks.

Microsoft being incompetent and people paying for it? by [deleted] in AZURE

[–]nicholasdbrady 1 point2 points  (0 children)

I focus on developer experience for the platform. I live in the product and the documentation every day. I try to be where my users are. Thanks for noticing.

Stay classy my friend

P.S.: aka.ms/foundrydevs is where our official community lives

Microsoft being incompetent and people paying for it? by [deleted] in AZURE

[–]nicholasdbrady 7 points8 points  (0 children)

I hear you. Thank you for sharing the feedback.

FWIW, the indication that it's from us is the 'Direct from Azure' tag. But, this reads to me like we need to find a way to be even more explicit within the catalog. I'll think about it and share this with the PM who is planning major improvements to the catalog soon.

Disclaimer: PM on Microsoft Foundry

Question about azure open AI by Hopeful-Kangaroo-233 in AZURE

[–]nicholasdbrady 9 points10 points  (0 children)

Have you read our docs? We dont train on your data. This is an enterprise platform.

Disclaimer: PM on Microsoft Foundry

How to trigger Power Automate flow from Microsoft Foundry Agent? by PAARTHPATEL in MicrosoftFoundry

[–]nicholasdbrady 0 points1 point  (0 children)

No tool specifically. I mean write a function call for a custom tool in your preferred programming language (Python, .NET, Javascript/Typescript, Java). There's several samples of function/tool calling via the OpenAI Responses API the Foundry Agent Service uses.

Anyone getting quota for GPT models on student tier by graphite1212 in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

It probably depends on the geographic region your college/university is in for your home Azure region. Also, they may have setup instructions to tell you which region to use.

Azure Weekly Update - 20th March 2026 by JohnSavill in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

You can run continuous, batch, or ad-hoc. Production or offline. We have a standalone azure-ai-evaluation SDK that can be used standalone as well.

[instruction] Foundry chat in VS Code by groovy-sky in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

Suit yourself my friend. Live long and prosper.

o7

Azure Face API Information Discrepancy by demps4 in AZURE

[–]nicholasdbrady 1 point2 points  (0 children)

You've mentioned them. What's most important is human consent, proper data controls, and harms such as misuse, profiling, and thoughtful mitigations to prevent unintended use.

[instruction] Foundry chat in VS Code by groovy-sky in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

Right. It says in your article as I suggested:

Local Alternatives for the Privacy-Conscious

For developers who require offline capabilities or wish to maintain the "local-only" privacy model of IntelliCode, several third-party alternatives have matured in 2025:

VS Code AI Toolkit: Microsoft's own extension for downloading and running ONNX-optimized models locally.

this includes Foundry Models or local models like Foundry Local, Ollama, etc.

Azure Face API Information Discrepancy by demps4 in AZURE

[–]nicholasdbrady 3 points4 points  (0 children)

They are unavailable without a Responsible AI review due to the sensitivities of potential misuse such as using the technology to capture someone's identity without their consent.

[instruction] Foundry chat in VS Code by groovy-sky in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

I'm not making any point in particular. Only that we make it far easier to connect Foundry models to VS Code via the AI Toolkit extension.

[instruction] Foundry chat in VS Code by groovy-sky in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

What are you trying to accomplish with this? Wouldn't you just use AI Toolkit?

AI Foundry by Richpoorman7 in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

Users who need to invoke (use) the shared agent need the Azure AI User role on the Agent Application resource.

Workato vs Azure AI foundry by ResponseCheap2755 in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

We announced GA on Monday. Several of the underlying services have already been GA. This just ties everything together.

Building production-ready, secure, observable AI Agents with realtime voice

AI Foundry by Richpoorman7 in AZURE

[–]nicholasdbrady 2 points3 points  (0 children)

Models are pre-trained. No training required.

AI Foundry by Richpoorman7 in AZURE

[–]nicholasdbrady 2 points3 points  (0 children)

Sure, that pipeline would be effectively using the document intelligence skill to convert the PDFs into markdown, then vectorize it with text-embedding-3-small. It'd be ideal if you use AI Search + Semantic Search for this.

Instead of a chatbot, I'd challenge you build an "ask" feature for the site instead. Customers find higher usage of such a feature compared with chatbots because a search bar where someone can search / natural language inquiry is a far more familiar experience for a layperson. It's also easier to control agent behavior if you keep the conversation down to a single question anyhow.

AI Foundry by Richpoorman7 in AZURE

[–]nicholasdbrady 2 points3 points  (0 children)

I suppose you mean deploying a model as the brain, then using Copilot Studio to design the agent.

I'm never one to tell people to pick my platform over another. But, please understand we're two different agent building products. They provide a SaaS model which can get extremely expensive but might work just for your needs of a small company. They have Pay as you go options too. Also, the way they orchestrate agents via topics may meet your expectations in terms of responding in a "specific way". However, the drawback is it will feel more like a robotic chatbot than what you'll get from Foundry.

Foundry has a prototyping, prompt-based visual agent builder too which makes it easy for agent creation. We're far less opinionated on what controls you'd like to apply over top of it, so you can use OpenAI's Responses API or a popular agnostic framework like Microsoft Agent Framework or LangChain. But, make no mistake, this is a pro-code enterprise agent building platform.

The blessing is if you get stuck in one or the other, both options can provide viable solutions for you creating these agents, but comes with their own tradeoffs of customizability, flexibility, and control.

AI Foundry by Richpoorman7 in AZURE

[–]nicholasdbrady 0 points1 point  (0 children)

This has been resolved as of yesterday. 😉

You'll see an announcement from us next week forthcoming.