Skip to main content
Microsoft Authorized Reseller — a BlueAlly company

Call a Specialist Today! 877-352-0547

Azure. Your intelligent cloud.

The power of a connected AI system

See how Azure unifies AI, data, business context, apps, and agents to run an intelligent system across the enterprise.

Microsoft Authorized Reseller a division of BlueAlly
Microsoft Authorized Reseller
Backed by BlueAlly
Certified product experts
Consulting & managed services
Leasing & financing
Solutions

Find solutions for putting your ideas into action

Application and data modernization

Unify IT and developer workflows with Azure Copilot and GitHub Copilot.

Azure AI apps and agents

Build intelligent apps at enterprise scale with the Azure AI portfolio.

Cloud databases

Find the right databases for your needs—including relational, NoSQL, and caching.

Data platform for AI

Realize value from data and generate near-real-time insights with advanced cloud-scale analytics solutions.

Azure AI infrastructure

Achieve high performance for even your most compute-intensive AI workloads, including deep learning.

Products and Services

Explore tools for bringing your vision to life

Microsoft Foundry

Build, evaluate, and deploy generative AI solutions and custom agents.

Microsoft Fabric

Unify your teams and data to accelerate AI innovation with a complete data platform.

Microsoft IQ

Connect agents securely to your systems, data, and workflows so they reason and act with your business context.

Visual Studio Code

Get a powerful, lightweight, free code editor with integrated tools to develop, debug, and deploy all from one place.

Azure Kubernetes Service (AKS)

Build and scale apps with managed Kubernetes.

GitHub Copilot

Increase software development velocity and inspire continuous innovation.

Azure HorizonDB PREVIEW

Build and scale mission-critical applications on a new PostgreSQL cloud database service.

Agent context

What grounds an Azure agent in your business context?

Fabric, through the Microsoft IQ layers. The bottleneck on most agent projects is not the model. It is that every new agent starts from zero, relearning how the business works, where data lives, what rules to follow.

Microsoft IQ brings together four capabilities. Which one you reach for depends on the context your agent is missing.

Work IQ

Captures how work happens.

Fabric IQ

Models how the business operates.

Foundry IQ

Enables agents to discover and reuse knowledge.

Web IQ

Adds real-time global context from the web. New at Build 2026.

Fabric IQ gives you three layers of business context

Unified dataOneLake unifies the organization’s data estate, spanning analytical and operational data into a single, accessible layer.
Business intelligenceSemantic models provide structured, governed representations of that data which organizations already rely on for trusted business metrics.
Operational intelligenceOntologies capture operational context by defining business entities and their relationships so agents can reason in the language of the business.

Fabric IQ is generally available. Ontologies in Fabric IQ are expected to be generally available in the coming months. Operations agents are generally available now. Microsoft Databases can be centrally managed through the Database Hub in Fabric, currently in private preview, then mirrored into OneLake so operational data lands on the same foundation as analytics.

The stack-level view of Microsoft IQ lives on Microsoft AI. For the agent surface inside Microsoft 365 rather than Azure, see Microsoft 365 agents.

Query speed

What makes Fabric Data Warehouse fast enough for agents to query?

GPU acceleration, built into the warehouse rather than bolted beside it. Microsoft integrated NVIDIA accelerated computing into Fabric Data Warehouse as query acceleration, which works automatically inside Fabric without requiring any query rewrites.

Microsoft calls this the first fully managed data warehouse to offer GPU acceleration. The research behind it was recognized by ACM SIGMOD as the “Best Industry Paper of 2026.”

The performance figures, with what they were measured against

Microsoft benchmarkIn internal benchmarking conducted in May 2026, the GPU-accelerated Fabric Data Warehouse delivered up to 7x faster performance relative to three comparable external vendors for reporting and application workloads at 64-user concurrency.
UNC Health“We’re seeing up to 5x improvement in our query speeds, which allows our teams to spend less time managing performance and more time delivering meaningful insights,” said Shaun McDonald, IT Manager.

The 7x is internal benchmarking against three vendors that are not named, not a published third-party test. The 5x is one customer measuring its own queries.

Why a warehouse needed this

AI applications are redefining how a data warehouse needs to perform. As AI agents reason over enterprise data, analytics systems need low-latency performance for many simultaneous users. With NVIDIA accelerated computing and custom CUDA kernels built directly into Microsoft Fabric Data Warehouse, Microsoft is bringing the SQL workflows customers already use into the production AI era.

Ian Buck, Vice President of Hyperscale and HPC, NVIDIA

Query acceleration is not something you can switch on today. Microsoft says it will be available for an early access preview in the next few weeks. Which Fabric workloads each license reaches is on Power BI in Microsoft Fabric.

Serverless agents

How do you run an agent on Azure Functions?

You define it in an .agent.md file. Markdown instructions plus metadata that declares the trigger and tools, then you deploy it exactly like any other Function. No framework to wire up, no hosting infrastructure to manage. The runtime is in preview.

Any Functions trigger can run an agent

HTTP
Timer
Service Bus
Event Hubs
SQL Database
Cosmos DB
Connection-backed triggers: Teams message, Outlook mail, calendar events, SharePoint item

What the agent gets without extra code

MCP tool servers
Sandboxed code plus browser execution via Azure Container Apps dynamic sessions
The full 1,400+ connector catalog, the same one behind Logic Apps plus Power Platform
Opt-in chat UI, HTTP chat API, MCP server endpoint

The operational model does not change

Flex Consumption for scale-to-zero and per-second billing, managed identity for auth, Application Insights for traces, azd for deployment.

Two platform changes matter when you pick a runtime. Go is now a first-class language on Flex Consumption, in preview, laid out as a standard Go module. Rolling updates went generally available on Flex Consumption, so a deploy drains live instances in batches every few seconds rather than restarting them all at once.

Long-running workflows

How does an agent workflow survive a restart halfway through?

Durable Task Scheduler in Azure Functions. Agent work is rarely one request in one response. Long-running steps need somewhere to keep state when the process holding it goes away.

What standardizing on it unified for Microsoft Copilot

State management
Retries
Recovery across services

Microsoft opens its Build 2026 Functions announcements with its own Copilot team as the case study. As Copilot scaled to support complex, long-running AI workflows, its engineering teams needed a more reliable and consistent orchestration model. Microsoft says standardizing on Durable Task Scheduler helped run hundreds of millions of executions weekly while improving resilience and delivery speed.

That figure is what a single workload does on the service. Microsoft publishes it as a Copilot engineering result, not as a throughput limit for your app.

Rolling updates cover Durable workloads as well as HTTP and non-HTTP, so the zero-downtime deploy story applies to orchestrations rather than only to request handlers. The agent definition itself stays in the .agent.md file.

Knowledge and integration

Can you do RAG on Azure without building vector infrastructure?

Knowledge as a Service in Azure Logic Apps, in public preview. It stands in for the plumbing that retrieval-augmented generation normally makes you build before you get to the part you actually care about.

What you would otherwise stand up first

Ingestion pipelines
Chunking strategies
Embedding models
Vector databases
Retrieval infrastructure

What Knowledge as a Service does instead

Upload documents directly into Logic Apps workflows
Automatically ingest and process content
Generate embeddings
Use retrieval as a built-in workflow capability

The rest of what Build 2026 added to Logic Apps

Azure Logic Apps AutomationA new Logic Apps SKU. Managed environment with a built-in AI assistant that takes you from intent to implementation in natural language. Public preview.
Azure Logic Apps MCP ServerExposes existing Logic Apps workflows as MCP-compatible tools that agents can discover and invoke directly. Generally available.
Foundry agents in workflowsInvoke Microsoft Foundry agents directly from a Logic Apps workflow. Public preview.
Knowledge as a ServiceDocument ingestion plus retrieval as built-in workflow capabilities. Public preview.
Codeful WorkflowsCode-first workflows for Logic Apps Standard, written with the Logic Apps Standard SDK in familiar .NET patterns. Public preview.
Migration AgentAssessments plus migration guidance for organizations moving off BizTalk Server or third-party integration platforms. Public preview.

Anything marked preview can change before it reaches general availability.

If the workflow belongs to the business team rather than the platform team, the Microsoft Power Platform low-code path reaches the same connector library. Ask for a quote to have both costed together.

Frequently asked questions

Buying through BlueAlly

What we do alongside the licence

SoftSolutionWorks.com is backed by BlueAlly, an authorized Microsoft reseller. As well as supplying the licences, we can help you choose the plan, deploy it, and finance it.

Plan selection. Compare the Microsoft 365 business and enterprise plans against your user count and what the team needs to do — business plans, enterprise plans.
Certified product experts. Advice from certified product experts, and we can bring you together with the presale engineering team.
Consulting and managed services. A full range of consulting, professional and managed services — see consulting.
Leasing and financing. Financing options are set out on leasing.
Sector quoting. For education, government and nonprofit buyers.

Get a quote

Tell us the user count and what the team needs to do. We’ll come back in writing.

Microsoft Authorized Reseller — backed by BlueAlly. Or email [email protected].