A news aggregator from various RSS feeds, like technology, gaming, development and general news sites.
Tencent has open-sourced TencentDB Agent Memory, a fully local memory system for AI agents released under the MIT license. The project pairs symbolic short-term memory, which offloads verbose tool logs into a compact Mermaid task canvas, with a 4-tier long-term memory pyramid (L0 Conversation → L1 Atom → L2 Scenario → L3 Persona). It ships as an OpenClaw plugin and a Hermes Docker image, runs on local SQLite + sqlite-vec by default, and uses hybrid BM25 + vector retrieval with RRF fusion. Ten...
In this tutorial, we build an advanced workflow using the SuperClaude Framework as a structured layer on top of the Anthropic API. The post Build a SuperClaude Framework Workflow with Commands, Agents, Modes, and Session Memory appeared first on MarkTechPost.
Nous Research releases Contrastive Neuron Attribution (CNA), a method that identifies and ablates sparse MLP neuron circuits to steer LLM behavior — no sparse autoencoder training, no weight modification, and no degradation of general capability benchmarks.The post Nous Research Releases Contrastive Neuron Attribution (CNA): Sparse MLP Circuit Steering Without SAE Training or Weight Modification appeared first on MarkTechPost.
Perplexity has open-sourced Bumblebee, an internal security tool it uses to protect the developer systems behind its search product, Comet, and Computer. Bumblebee is a read-only inventory collector for macOS and Linux developer endpoints. It scans npm, PyPI, Go modules, MCP configs, editor extensions, and browser extensions — without invoking any package manager or running any code. The post
📁May 22, 2026 - Title Plan Now Available Access the latest Instructor-Led Training (ILT) updates anytime at
Guiding customers through their AI transformation is not just about delivering technology but shepherding them into a new era of AI-powered productivity. From migrations and modernization to innovation at scale, partners have a profound opportunity to help their customers usher in Frontier Transformation while creating long-term business by building and deploying intelligent apps and agents.
Vendors are being challenged to help customers address these challenges not as a point-solution vendor but as an end-to-end security and AI platform partner. By integrating identity, data governance, threat protection, and AI services into a unified ecosystem, Microsoft can deliver coordinated defenses, continuous compliance monitoring, and operational efficiency gains that fragmented toolsets cannot match. The sections that follow examine each chall...
Introduction In large-scale AI training clusters, congestion control is critical to maintaining high GPU utilization and low job completion times. Two key mechanisms in RoCEv2 (RDMA over Converged Ethernet) fabrics are Explicit Congestion Notification (ECN) and Priority Flow Control (PFC). Overly aggressive tuning of ECN marking and PFC pause thresholds – tightening them too much – often backfires. Instead of reducing jitter and tail latency, it can cause instability: pause ...
At a glance — Native regular expression (regex) functions in T-SQL now accept varchar(max) and nvarchar(max) inputs of up to 2 MB across all seven regex functions, including the two table-valued functions (REGEXP_MATCHES and REGEXP_SPLIT_TO_TABLE). This capability ships in
AI agents start every session from zero — no memory of meetings, notes, or decisions.GBrain, the open-source memory layer Y Combinator's Garry Tan built to power his own OpenClaw and Hermes deployments, fixes that with a markdown-first knowledge graph that wires itself through regex inference, not LLM calls.This step-by-step coding tutorial walks through installing GBrain v0.38.2.0, building a brain repo, running hybrid search, and connecting it to Claude Code via MCP — about 20 minutes, all terminal output captured live.
We just concluded Host your agents on Foundry, a three-part livestream series where we explored how to deploy and host Python AI agents on Microsoft Foundry: Deploying Python agents to Foundry Hosted agents using the Azure Developer CLI Building hosted agents with Microsoft Agent Framework, including Foundry IQ integration and multi-agent workflows Building hosted agents with LangChain + LangGraph
Production AI is a moving target. Once you deploy an AI-powered agent, its behavior can shift without a single line of code being changed. As Microsoft's Foundry team states: "The hard part isn't getting the agent to work it's keeping it working". Microsoft addressed this challenge by making Evaluations, Monitoring, and Tracing in Microsoft Foundry generally available through Foundry Control Plane, deeply integrated with Azure Monitor so A...
We're pleased to announce the release of mssql-django 1.7.2, a patch release that ships three targeted bug fixes for the Django backend for Microsoft SQL Server and Azure SQL. This release focuses on correctness: timezone-aware datetimes, QuerySet.explain() on Django 4.0+, and exception handling in a test utility. Install or upgrade from PyPI: pip install --upgrade mssql-django
I’ve helped organize a number of community events over the years, but this one stood out. Not because everything went perfectly—it didn’t—but because of how consistently the community showed up, stepped in, and made the experience better than anything we could have planned. That’s when it really clicked: the goal isn’t just to run a great event. It’s to build something people feel ownership in. 300 attendees · 50 speakers · 44 sessions · 20 MVPs · 15 MCTs · 14 ...
Table of Contents Introduction New benchmark proof with large volume breakthrough mode What is Azure NetApp Files large volume breakthrough mode?
When we build AI agents today, the hardest part is often not reasoning or generation — it’s giving agents access to the right knowledge. In many projects, each agent ends up with its own retrieval logic, its own indexed data, or its own RAG pipeline. This quickly becomes hard to manage and inconsistent. This is where Foundry IQ in Microsoft Foundry introduces a useful shift:it acts as a shared knowledge brain that multiple AI a...
Announcing Custom KEDA Scale Rules for Azure Functions on Container Apps We're excited to announce a new capability for Azure Functions on Container Apps: custom KEDA scale rule overrides. You can now bypass the platform's auto-generated scaling rules and define your own KEDA configuration - giving you full control over how your function apps scale. Why We Built This Azure Functions on Container Apps automatically generates KEDA scale rules from your function triggers...
Every team that operates GPU clusters for AI has seen this pattern. The cluster boots, GPUs are visible, and scheduling works at a basic level. Then the first distributed training run stalls in NCCL initialization, fails during rank rendezvous, or silently maps ranks to the wrong devices. The issue is often not in training code. It is in infrastructure consistency across scheduler, runtime, drivers, networking, and process topology. The goal of ai-infra-validator is straightforward:
Introduction Building an AI agent is the straightforward part. Shipping it reliably to production with version control, evaluation-driven quality gates, multi-environment promotion, and enterprise governance is where most teams run into friction. Microsoft Foundry changes this. It is Microsoft's AI app and agent factory: a fully managed platform for building, deploying, and governing AI agents at scale. It provides a first-class agent runtime with built-in lif...
Microsoft Research released Fara1.5, a family of browser computer-use agents in 4B, 9B, and 27B sizes. Fara1.5-27B scores 72% on Online-Mind2Web, outperforming OpenAI Operator, Gemini 2.5 Computer Use, and Yutori Navigator n1. The release also includes FaraGen1.5, a synthetic data pipeline that trains agents on gated The post
In this tutorial, we explore OpenMythos by building an advanced recurrent-depth transformer workflow that runs end-to-end in Google Colab. We create both MLA and GQA model variants, compare their parameter counts, and check the stability of the recurrent injection matrix through its spectral radius. The post Build Recurrent-Depth Transfo...
Introduction Retrieval-Augmented Generation (RAG) has quickly become the default architecture for grounding Large Language Models (LLMs) in enterprise data. And at small scale, it works exceptionally well. 100 documents → Excellent accuracy 1,000 documents → Still predictable With around 100 documents, RAG systems tend to produce highly accurate responses. Even at 1,000 documents, behavior r...
This is the next segment of our blog series highlighting Microsoft Student Ambassadors who achieved the Gold milestone, the highest level attainable, and have recently graduated from university. Each blog in the series features a different student and highlights their accomplishments, their experience with the Student Ambassador community, and what they are up to now. How has being part of the Microsoft Student Ambassadors community helped you connect wi...
This is the next segment of our blog series highlighting Microsoft Student Ambassadors who achieved the Gold milestone, the highest level attainable, and have recently graduated from university. Each blog in the series features a different student and highlights their accomplishments, their experience with the Student Ambassador community, and what they are up to now. How has being part of the Microsoft Student Ambassadors community helped you connect wit...
An inside look at CopilotKit’s 2026 shipping cycle. Learn how the new AG-UI protocol, AIMock testing suite, and Pathfinder server are providing the production architecture developers need for agentic AI. The post How CopilotKit Is Redefining the Agentic AI Stack in 2026 appeared first on MarkTechPost.
For a system already in production and already in pain, the SRE community's hierarchy of reliability needs gives the most defensible starting order: monitoring and observability first (you cannot fix what you cannot see), then incident response (close the bleeding cleanly), then resilience patterns (idempotency, retries, decoupling) so the bleeding has fewer reasons to start, then flexibility and delivery so safe change can travel at speed.For a system being built fresh, the order in this post (flexibility, resilience, observability, delivery, cost) reflects the Azure Well-Architected Framework's emphasis on designing for change, failure, and visibility before scaling teams or workloads.Drop a comment with patterns you have seen in your environment.
Audience: SREs (Site Reliability Engineers), platform engineers, engineering managers running production systemsPart 3 of this series argues that the same discipline applies again, in a different domain: the practices that make platforms operable are the practices that make AI useful in delivery.Drop a comment with patterns you have seen in your environment.
Planning, design, development, testing, release, and operations are all being augmented at once.The disciplines that make platforms scale are the same disciplines that make AI useful.Drop a comment with patterns you have seen in your environment.
Alibaba's Qwen team introduced Qwen3.7-Max at the 2026 Alibaba Cloud Summit, describing it as its most advanced and comprehensive agent model to date.The model features a 1M-token context window, extended-thinking mode, and is designed for long-horizon tasks including coding, debugging, and multi-step workflow automation.It scored 56.6 on the Artificial Analysis Intelligence Index, ranking fifth overall among proprietary models.
Language can shape trust, understanding, and the patient experience Patient care doesn’t happen in just one language. To better reflect the diversity of patients and communities’ physicians’ serve, Dragon Copilot now supports dozens of languages, enabling clinicians to capture clinical conversations naturally without changing how they document care. This expanded capability helps physicians engage more confidently with diverse patient populations, transition smoothly from one appoint...
Cohere releases Command A+, an open-source 218B Sparse Mixture-of-Experts model consolidating four prior Command A variants into one. It runs on as few as two H100 GPUs at W4A4 quantization, supports 48 languages, and is Cohere's first multimodal reasoning model. The post Cohere Releases Command A+: A 218B Sparse MoE Model for A...
As AI agents become increasingly capable, modern applications are shifting from deterministic workflows to systems that can reason, adapt, and act. Platforms like Microsoft Foundry enable this transition by making it easier to orchestrate models, tools, and data into cohesive experiences. But greater autonomy introduces a new design challenge: Where should control remain with the system - and where should it return to ...
AI Skills Fest (June 8–12) is a global week of practical AI skill-building designed for every audience—from business leaders to developers. Powered by AI Skills Navigator, it combines live shows, curated learning playlists, and hands-on experiences to help learners build confidence and apply AI in real-world scenarios. In addition, Training Services Partners (TSPs) are participating globally by delivering localized, language-specific events, making the experience acces...
Imagine interacting with an AI assistant that remembers your preferences - the tools you use, the projects you're working on, or even how you like your coffee. In many AI systems today, maintaining this kind of long-term memory isn’t straightforward. While models can understand context within a single conversation, remembering important information across multiple interactions requires additional infrastructure. That’s exactly the problem Memory Store in...
Author: Arturo Quiroga, Azure AI services Engineer - Senior Partner Solutions Architect — Microsoft A few days ago I published From Prompt to Production: Building Azure Architecture Diagrams with AI, introducing the open-source Azure Architecture Diagram Builder. One feature got more follow-...
We’ve been working to make Microsoft 365 feel more connected and integrated with Copilot, available as a helpful thought partner, when you need it. We recently updated Word, Excel and PowerPoint with a consolidated, more visible entry point (Dynamic Action Button) at the bottom right of the apps that suggests actions from Copilot based on your document. You may have noticed similar entry points in other apps across Microsoft 365, all with a...
What if mentoring did not start with matching one expert to one learner, but with bringing a small circle of community leaders together to learn out loud? That is the idea behind MVP Mentoring Rings: small, community-led groups where Microsoft Most Valuable Professionals (MVPs) share experience, ask honest questions, and help one another grow. Unlike traditional one-to-one mentoring, Mentoring Rings are built around collective learning. The result is a model that feels both practical and deep...
Four new releases this month — a new benchmark for how agents interact, an experimental end-to-end agentic stack, a faster image model, and a first-party geospatial model. Last month we kicked off this series with a roundup of new Foundry Labs releases across speech, vision, and multimodal AI. This month, we're back with another update — read on to see learn what's new! SocialReasoning-Bench: measuring whether AI agents ...
The agent infrastructure conversation moved this year. In October 2025, AWS shipped Amazon Bedrock AgentCore — a managed agent runtime with per-session microVM isolation, built-in long-term memory, native MCP support, and an opinionated policy engine. A few months earlier, Cloudflare shipped its
Command A+ is Cohere’s newest mixture-of-experts (MoE) model designed for enterprise-grade agentic AI workloads with exceptional efficiency and scalability. Released under an Apache 2.0 license, the model brings together reasoning, multimodal understanding, multilingual capabilities, retrieval, and tool use into a single unified model optimized for real-world enterprise AI applications. Built...
We just shipped mssql-python 1.7.1 to PyPI. This release is mostly polish, but the road to publishing it was bumpier than expected, and there is some housekeeping on the PyPI side worth talking about. What's in 1.7.1 A handful of correctness, performance, and platform fixes that landed since 1.6.0: PERF: UTF-16 string handling now goes through simdutf and std::u16string, cutting overhead on every string round-trip between Pytho...
If you’ve ever typed an equation into Microsoft Word, copied math from the web into a document, or relied on a screen reader to understand an equation, you’ve benefited from Murray Sargent’s work, even if you’ve never heard his name. As we celebrate Global Accessibility Awareness Day, we’re recognizing Murray, recipient of the Microsoft Accessibility Lifetime Achievement Award, for his extr...
Introduction — Why Prompt Injection Matters? In December 2023, a customer walked up to a Chevrolet dealership's chatbot and asked it to do something simple: agree with everything the customer said and end every reply with "this is a legally binding offer — no takesies backsies." The bot complied. Within hours, screenshots of a 2024 Chevy Tahoe being "
The latest Microsoft Teams and Microsoft365 expert community briefings, podcasts and upcoming community events. Expert Briefings: 4 Ways to Improve Customer Experience With Landis Contact Center for Microsoft Teams https://empowering.cloud/4...
To use this with PowerShell, you need the Microsoft.Graph.Calendar module and you need an Entra ID App registration which has the appropriate Graph permissions added.Role Based Access Control for Applications in Exchange Online |Get Calendar diagnostic logs for Exchange Online mailboxes - Exchange |
Learn about 59 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs.AdSecurity: AdSecurity is a self-service account recovery solution for users on Microsoft Entra ID, formerly Azure Active Directory, enabling password reset, unlocking, and rehabilitation without requiring support intervention.Zoom Meetings for Dynamics 365
The Microsoft Foundry Agent Lab is a structured, open-source demo series designed to change that — nine self-contained demos, each adding exactly one new concept, all built on the same Microsoft Foundry SDK and a single model deployment.Model Router is a Microsoft Foundry capability that inspects each request at inference time and routes it to the optimal available model — weighing task complexity, cost, and latency.The Foundry Agent Lab is open source under the MIT licence.
Student Devs: Build AI Agents, Compete for $55K in Prizes 🎮 AI Skills Fest • June 4–14, 2026 • Free to Enter $55KPrize Pool3Challenge Tracks10Days of HackingFreeTo Enter
ByteDance's Intelligent Creation Lab has released Lance, an open-source native unified multimodal model that handles image and video understanding, generation, and editing — all within a single framework, using only 3B activated parameters. The post One Model, Three Modalities: ByteDance Releases Lance for Image and Video Unders...
Introduction AI-powered applications are transforming how enterprises operate - from autonomous agents that manage workflows to copilots that accelerate developer productivity. But as AI systems grow more capable, so do the adversaries targeting them. The rise of agentic AI, retrieval-augmented generation (RAG), and persistent memory in LLM-based systems has introduced a new class of security threats that traditional applicati...
From Secrets to Trust: Modernizing CI/CD Authentication When building infrastructure pipelines on Microsoft Azure using GitHub Actions and Terraform, one design choice quietly determines your entire security posture: How does your pipeline authenticate to Azure? For years, the answer was simple:
The Logic Apps Management REST API is queried with OData — $top, $filter, the usual:The bucket is “ran in the window, but not a single Succeeded run in the window” — not “all runs are Failed”.api-version=2019-05-01 with properties.state = 'Disabled'), a cross-subscription mode that iterates az account list with a confirmation per sub, and a companion API-connection GC script that uses Resource Graph to join connections against workflow definitions in one query.
OpenAI launched a $4B+ Deployment Company and Anthropic closed a $1.5B joint venture with Blackstone and Goldman Sachs — both built around the Forward Deployed Engineer model Palantir pioneered.The post What is a Forward Deployed Engineer: The AI Role OpenAI, Anthropic, and Google Are Hiring in 2026 appeared first on MarkTechPost.
We are excited to announce the public preview of Argo CD in the Azure Portal for Azure Kubernetes Service.With Argo CD now available directly in the Portal, teams can enable and manage GitOps without the complexity of manual setup.Enable Argo CD directly from the AKS cluster
We’re excited to announce new modules in Ansible Galaxy that make it easier to manage Azure Arc machine extensions at scale.With the latest updates to the azure.azcollection on Ansible Galaxy, you can now deploy and manage Azure Arc extensions using familiar, declarative Ansible workflows.Azure Arc machine extensions power critical scenarios such as security, monitoring, update management, configuration and compliance.
turbovec brings Google Research's TurboQuant algorithm to vector search, offering 16x compression and zero codebook training for RAG pipelines. The post Meet Turbovec: A Rust Vector Index with Python Bindings, and Built on Google’s TurboQuant Algorithm appeared first on MarkTechPost.
Microsoft Viva Engage, part of the Microsoft Viva suite, provides a cloud-based, enterprise social layer within Microsoft 365 that enables nonprofits to build community, share knowledge, and foster engagement across geographic and organizational boundaries.Campaigns enable nonprofits to run coordinated, measurable engagement initiatives using hashtags and centralized tracking.Use Power Automate with the Viva Engage connector to enable event-driven automation and cross-system integration:
The 5th cumulative update release for SQL Server 2025 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates.To learn more about the release or servicing model, please visit: CU5 KB Article: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate5 Starting with SQL Server 2017, we adopted a new modern s...
The 25th cumulative update release for SQL Server 2022 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates. To learn more about the release or servicing model, please visit: CU25 KB Article: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2022/cumula...
Background Many Azure deployments follow a hub-and-spoke topology: one VNet is designated as the hub and holds the connection to on-premises (via ExpressRoute Gateway, VPN Gateway, or both), and workload VNets — the spokes — peer to the hub to reach on-premises and shared services. This centralizes gateway connectivity so many workloads can share a single ExpressRoute or VPN Gateway. However, in large hub-and-sp...
On the Azure Functions team, we have been exploring how AI can help with investigating customer-reported incidents, root-cause analysis, and incident mitigation. This post shares our journey from early RCA agents to coding-agent-assisted investigations and cloud-hosted automation, and the lessons we learned along the way. Micr...
In this tutorial, we will generate knowledge graphs from plain text, conversations, and multiple source documents using kg-gen. We start by setting up the required dependencies and configuring an LLM through LiteLLM, then we extract entities, predicates, and relationships from simple text. As we move forward, we work with longer passages using chunking and clustering, […] The post
Partners best positioned for success in FY27 are those with a differentiated capability to operationalize AI with trust and intelligence as the foundation. MCAPS Start for Partners is designed to create clarity on Microsoft’s priorities, innovation, and investments for FY27, so you can convert this into practice growth, co-sell, and customer wins. It’s the annual moment to align early with Microsoft investments and go-to-market motions so your teams can focus, prioritize, and execute against what will shape customer conversations throughout the year. Bring the leaders who will turn priorities into outcomes across your sales, presales, delivery, and marketing teams.
Building on this momentum, starting May 27, 2026, multiparty private offers in Microsoft Marketplace will be available across 30 countries in Europe.This expansion makes it easy for partners to collaborate on deals, simplify transactions, and scale across borders. We are also continuing to expand beyond Europe, with multiparty private offers becoming available in Australia, Japan, and South Africa starting July 15, 2026.
For our latest in the Partner Spotlight series, we’re highlighting a partner building business-ready AI agents on Microsoft Fabric, so organizations can turn governed enterprise data into faster decisions and automated workflows.Our platform, Lucid Agents Hub, enables organizations to move beyond reporting and into automated, insight-driven workflows without moving data outside their existing security boundaries.[VA] Lucid Agents Hub is designed for teams who need to make frequent, high-impact decisions from large volumes of operational data especially merchandising teams, buyers, and store operations leaders in retail.
Across healthcare, financial services, and AI startups, companies are navigating this journey on Azure Database for PostgreSQL: a fully managed, enterprise-ready PostgreSQL environment with 58% lower total cost of ownership (TCO) compared to on-premises deployments.This post walks through real customer stories that span the full arc, from lift-and-shift migration to production-grade AI agent development, illustrating how Azure Database for PostgreSQL supports scalability, performance, security, and AI-readiness at every stage.The result: scaling from roughly 500,000 users to 3.5 million+ users worldwide, with zero downtime during the cutover, completed in just three months.
Agents League is here, a dynamic, esports-inspired developer challenge that brings the thrill of live competition to the world of agentic AI.Agents League is a week-long hackathon running as part of AI Skills Fest (June 4–14, 2026).Unlike traditional hackathons, Agents League combines live AI coding battles, asynchronous project submissions, and a thriving Discord community all competing for a total prize pool of $55,000 USD.
Here is the number that defines the current state of things:
Monitoring PostgreSQL Database Engine The PostgreSQL database engine provides multiple administrative views, which can be leveraged to capture metrics of activities inside of the database engine including, but not limited to, database activities, query activities, execution time, database resource locks etc for initial and deep analysis on database & query performance. Database Administrators should use these views and their corresponding metrics to perform initial level analysis...
Microsoft partners like Fivetran, RedMane Technology, and WeAreDots deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace.Ervy: Ervy by WeAreDots is an AI-powered learning platform that delivers bite-size lessons in Microsoft Teams, with no separate login required.It helps human resources and learning and development teams turn SOPs, PDFs, and policies into interactive training;
Transport Layer Security (TLS) encrypts data in transit between client applications and the server and authenticates the service endpoint in client-server authentication. The server has no visibility into whether pinning is configured on the client. From the server’s perspective, the client either completes the TLS handshake or aborts it.While certificate pinning was historically used to reduce the risk of man-in-the-middle attacks, it introduces significant operational fragility in cloud environments, particularly during certificate rotations.
NVIDIA researchers have released Nemotron-Labs-Diffusion, a language model family that unifies three decoding modes in one architecture.The model supports autoregressive (AR) decoding, diffusion-based parallel decoding, and self-speculation decoding.It is available in 3B, 8B, and 14B parameter sizes.
Bulk-configure diagnostic settings on Azure Logic Apps — without clicking through the PortalLA-BulkDiag is a small, single-file PowerShell script that does the whole job in one guided run.It enumerates every Consumption Logic App in a resource group, shows you which ones already have settings, lets you pick a scope (every bare LA / every LA / a hand-picked subset), and creates the diagnostic setting on each.
Alibaba's Qwen team has released Qwen3.5-LiveTranslate-Flash, a real-time multimodal translation model that processes audio and video simultaneously.The model covers 60 input languages and produces speech output in 29 languages at 2.8 seconds of latency.Key additions over the previous Qwen3 version include real-time speaker voice cloning, vision-enhanced comprehension via lip movements and on-screen text, and dynamic keyword configuration for domain-specific terminology.
Google's Gemini 3.5 Flash beats its own flagship on coding and agentic benchmarks while running four times faster and at half the cost. The post Google Introduces Gemini 3.5 Flash at I/O 2026: A Faster and Cheaper Model for AI Agents and Coding appeared first on MarkTechPost.
Signing in to Microsoft Foundry from OpenClaw via Azure ADAfter registration, every model call OpenClaw makes against Foundry reuses the same Azure-CLI-managed token cache: tokens refresh transparently, and access is gated by the Foundry resource's RBAC assignments rather than a static API key.Once you are signed in, OpenClaw will ask you to pick the Azure subscription that your Microsoft Foundry resource lives in.
This article assumes you already have an Azure Foundry project and resource deployed in Microsoft Foundry.Microsoft Foundry has a built in Monitor tab to view your model/agent usage.There's a pre-built AI Foundry dashboard ready to import.
Virtual Machine Scale Set (VMSS) deployments use a custom image that is baked on top of a Golden Image.The Golden Image version is pinned in the environment-specific Packer variables (pkrvariables) files.Refreshing a VMSS Golden Image involves baking a new custom image using an updated Golden Image version and deploying it via the VMSS pipelines.Use the operational pipeline to deploy the newly created custom image to the VMSS.After updating above code in provider.tf as part of manual upgrade then update the terraform code for new golden image.
If you practice SRE, you already have a mental model for running reliable production systems. You define SLOs. You track error budgets. You use circuit breakers to stop cascading failures. You run chaos experiments to find weaknesses before customers do. You treat every operational decision as a tradeoff between reliability and velocity. That mental model transfers directly to AI agents. It just needs four new ideas. In the
Introduction In a previous blog post, we described how Azure Virtual Network Manager (AVNM) enables central teams to enforce security admin rules across hundreds of virtual networks—bring consistency and governance to complex enterprise environments. But enforcement at scale introduces a new challenge: ...
Not all database platforms are built for the same job.Not all database platforms are built for the same job. Here is how Upstash, Supabase, and Neon actually differ — and which one fits your vibe coding workflow in 2026. The post Upstash for Redis vs Supabase vs Neon: Which One Fits Vibe Coding Workflows in 2026? appeared first on
Access now lets you zoom in and out when you’re working with forms, tables, and queries in Form View or Datasheet View. Zoom in for a closer look at your data or zoom out to see more on screen at once. You can adjust the zoom level using the Zoom button on the ribbon, the zoom slider on the status bar, or keyboard shortcuts. Zoom is also available in Print Preview for reports. Zoom isn’t supporte...
SQL Vulnerability Assessment (SQL VA) is a core capability in Defender for SQL that helps customers identify possible misconfigurations, excessive permissions, and other deviations from security best practices through continuous scanning of their databases. Traditionally, enabling SQL VA on SQL PaaS resources required customers to provision and maintain a dedicated Azure Storage account to hold scan results and baselines. In addition, managing SQL VA across resource types required different A...
What Is the API Center Portal? The API Center portal is a hosted, provisioned and managed by Azure, where developers across your organization can discover, explore, and consume APIs. The API Center portal provides a multi-gateway, organization-wide view of every API and AI asset (e.g. plugins, MCP servers, skills etc) Key Capabilities Search and filter your full API inventory. Developers can find APIs and AI assets by name or use AI-assisted sem...
Google used its I/O 2026 developer keynote to ship a meaningful architectural shift in how it packages AI-assisted development. The company announced Google Antigravity 2.0 — a standalone desktop application built entirely around agent orchestration alongside an Antigravity CLI, an Antigravity SDK, Managed Agents in the Gemini API, and enterprise support through the Gemini Enterprise […] The post
Do more with the improved Secure boot status report in Windows Autopatch. Now, you can gain better device-level visibility into certificate status, trust configuration, and readiness for Secure Boot certificate updates. New interactive certificate-level details fit directly into your certificate rollout workflow: Identify devices that aren't up to date. Use trust configurat...
Every client conversation starts the same way. Someone has seen a demo, attended an Ignite session, or read a press release. They want to build an agent. Then comes the question that derails more projects than any technical challenge: "Which tool should we use?" After deploying agents for clients across industries - insurance, professional services, manufacturing, public sector - we have developed a repeatable framework for answering that question. It is not bas...
FabCon and SQLCon bring together technical learning, product insight, and something just as important: community. Microsoft MVPs describe what stayed with them most - from hallway conversations and first-time introductions to practical sessions and friendships that keep growing long after the event ends. Their reflections show why t...
Please find the recording for the monthly Azure Arc Server Forum on YouTube! During the April 2026 Azure Arc Server Forum, we discussed: Public Preview of Essential Machine Management, learn more at aka.ms/EMM-blog and sign up at
Try This Yourself: Agentic AI for Linux Operations on Azure At Red Hat Summit 2026, I handed GitHub Copilot CLI a terminal and asked it to deploy a full-stack application to RHEL 10 on Azure. Live. From a single prompt. No scripts, no runbooks, no pre-baked automation. The audience watched every command happen in real time and then played the app on their phones. This post gives you the prompts so you can try it yourself. Copy them, paste them into Copilot CLI, and watch what ...
The Challenge:Organizations deploying Microsoft Copilot and custom AI agents face a critical gap: security visibility is fragmented across data protection, identity governance, and threat detection tools. While Microsoft provides powerful capabilities through Purview Data Security Posture Management (DSPM), Agent 365, and the AI Security Dashboard, practitioners often struggle to understand how these components work together to deliver ...
It's 11 pm. A student is at the kitchen table with a chemistry problem they can't crack, an essay due tomorrow, and a quiz in the morning. They open their laptop, open an AI chatbot, and in thirty seconds, they have an answer, an essay, and a study guide. The thinking didn't happen. The grade might still come. That moment is why so many educators and IT leaders feel a knot in their stomach about AI in the classroom. The concerns are real, and we built with them firmly in view.
Microsoft Build 2026 is almost here, and this year’s event boasts a new format, as well as a deeper technical focus across key themes such as AI agents, cloud-native applications, data platforms, developer tooling, and intelligent infrastructure. The updates showcased at Build signal where Microsoft is investing next—and how customers can start preparing now. Whether you’re joining in person or online, this is y...
Author: Arturo Quiroga, Senior Partner Solutions Architect — Microsoft Cloud architects spend significant time translating ideas into architecture diagrams. They toggle between Visio, draw.io, pricing calculators, and documentation. According to the 2024 Stack Overflow Developer Survey, 61% of ...
With this in mind, we’re excited to announce Admin Insights for Windows 365, now in public preview, designed to help IT administrators quickly understand what’s happening in their environment and where to focus.IT administrators managing Windows 365 Cloud PCs rely on a range of signals—including reports, alerts, and device views—across the Microsoft Intune admin center to understand the health of their environment.Admin Insights surfaces dynamic insight cards in the Windows 365 management portal in Intune, based on changes and patterns across your Cloud PC environment:
I’m excited to share with you a new capability in OneNote for Windows and Mac that gives you more flexibility in how Word, Excel, PowerPoint, and OneNote file links open.Get more control over how links open in OneNoteYou now have a choice: links can open either in your browser or in the desktop app.
With Windows Server 2025, we introduced hotpatch enabled by Azure Arc, delivering security updates to Windows Server across hybrid and multicloud environments – minimizing downtime (no reboot), accelerating protection, and unifying patch management.We are now taking it one step further to reduce the friction to deploying these critical updates: hotpatch enabled by Azure Arc is now available at no additional cost for Windows Server 2025.Yes, as of 15th May 2026 all billing for hotpatch has been stopped for all existing machines enrolled in hotpatch.
This blog post aims to present practical options to help you retire IIS SMTP and replace it with supported Microsoft solutions (because IIS SMTP virtual server is long unsupported).Assuming you have decided to decommission IIS SMTP and use the Exchange Edge Transport role for email relay, the next key decision is whether the Edge Transport server should be deployed on a domain-joined machine.If you have Exchange Online tenant, you can use your standalone Edge Transport to relay emails through Exchange Online by configuring your tenant MX as a smarthost in the Edge’s Send connector.
You shipped a Python app to App Service. It worked in the demo. It works locally. In production, /chat is returning 502s — but /health is green, the deployment succeeded, the logs are quiet, and your laptop can't reproduce it. What you actually need is a shell on the running container so you can poke at DNS, env vars, installed packages, the listening port, and the AI endpoint your app is calling. The platform has had SSH for a while, but the playbook...
Today’s work happens across locations, roles, and environments. Employees need to shift among focus, collaboration, and communication, often on the move. AI adds new opportunities to support new workflows, while modern threats raise the bar for security. Microsoft builds Surface devices to meet these complex conditions, engineering and validating hardware, firmware, and Windows as one. Building on these principles and our longstanding collaboration with Intel, we’re excited to announce...
Microsoft partners like Sycor and Warrior Centric Health deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace. Learn about these offers below:
We have reviewed the new settings in Microsoft Edge version 148 and determined that there are no additional security settings that require enforcement. The Microsoft Edge version 139 security baseline continues to be our recommended configuration which can be downloaded from the Microsoft Security Compliance Toolkit. Microsoft Edge version 148 introduced 16 new Computer a...
You have probably spent time learning how to prompt AI well.
A week of live shows, community moments, flexible learning, and fun festival vibes, all to help you build skills that stick. AI is moving fast, which means a lot of us are trying to keep up in real time. I keep hearing the same questions: Where do I even start? How do I know what to focus on? Am I too late? If you’ve been thinking, I should probably work on my AI skills, you’re in the right place.
Introduction Generative AI tools such as ChatGPT, GitHub Copilot, and Google Gemini are rapidly becoming part of everyday enterprise workflows. Teams use them for code generation, documentation, analysis, support automation, and productivity enhancement. However, this accelerated adoption has also created a significant governance and security challenge: Shadow AI. Shadow AI refers to the unauthorized, unmanaged,...
Architecture Overview Rundeck Server (AWS) → https://dev.rundeck.xyz.com Rundeck Runner (Azure Linux VM) Secure Communication over HTTPS (Port 4432) Optional Proxy for enterprise networks 1.Ensure that network connectivity is established between the Rundeck endpoint (dev.rundeck.xyz.com) and the Azure subnet over port 443. 2.Request the customer to create a Runner within a new or ...
Enterprise agentic AI has moved from pilots to production in 2026. This guide ranks the top 10 platforms — Salesforce Agentforce, Microsoft Copilot Studio, ServiceNow, LangGraph, and more — with verified pricing, real adoption data, and honest constraints to help enterprise teams make the right platform decision. The post Best Enterprise Level Agentic AI Platforms for 2026 appeare...
Introduction Retrieval-Augmented Generation (RAG) has become the standard architecture for grounding Large Language Models (LLMs) with enterprise data. By retrieving relevant documents before generating a response, RAG helps reduce hallucinations compared to relying on model knowledge alone. However, an important limitation r...
Architecture: This blog describes how to build a practical Terraform Drift Validator for Azure that compares three sources of truth: Excel sheet or design document containing expected Azure configuration Terraform state file representing IaC-managed deployed intent Live Azure configuration, verified both programmatically and through ...
In this tutorial, we build an advanced agentic AI system using the OpenAI API and a hidden terminal prompt for the API key. We design the agent as a small pipeline of specialized roles: planner, tool-using executor, and critic, so that we can separate strategy, action, and quality control. We also integrate structured tools (calculator, […] The post
Your AI solution readiness for Microsoft Marketplace is based on how your system operates at runtime, how change is controlled over time, and how customers experience adoption, billing, and ongoing use.This post is part of a series on building and publishing well-architected AI apps and agents in Microsoft Marketplace. The series focuses on AI apps and agents that are architected, hosted, and operated on Azure, with guidance aligned to building and selling solutions through Microsoft Marketplace.You enroll in the Microsoft AI Cloud Partner Program and the Marketplace program and operate under a publisher identity and Seller ID.
As LLM-powered agents move from research to production, one design tension is becoming harder to ignore: the more useful cloud-hosted memory becomes, the more private user data it exposes.Researchers from MemTensor (Shanghai), HONOR Device and Tongji University have introduced MemPrivacy, a framework that attempts to resolve this tension without sacrificing the utility that makes […]The post Meet MemPrivacy: An Edge-Cloud Framework that Uses Local Reversible Pseudonymization to Protect User Data Without Breaking Memory Utility appeared first on MarkTechPost.
Modern language models are trained on data with extremely uneven token distributions.A small number of words appear in almost every sentence, while many rare but meaningful tokens occur only occasionally.The post Stochastic Gradient Descent (SGD’s) Frequency Bias and How Adam Fixes It appeared first on MarkTechPost.
We have recently introduced support for Code interpreters inside of Azure Logic Apps.To solve this problem, we will build an agentic business process in Logic Apps that includes our new JavaScript code interpreter.In order to allow customer isolation, customers need to have an integration account attached to their consumption workflow.
Today, we’re introducing Scorecards in Azure App Configuration in public preview.Scorecards are a new capability in the Feature Management that helps teams quickly identify which metrics were impacted by a feature rollout and use those signals to decide what to do next.Scorecards help teams view telemetry through the context of a rollout.
The Agentic Opportunity Agentic Platforms in Microsoft 365, Power Platform and Azure Every partner has agent ambition, but a single workshop format cannot serve every builder. Business makers want a fast win without writing code. Citizen developers want to orchestrate real processes across enterprise systems. Pro developers want a code-first surface with evaluat...
As organizations move toward passwordless authentication and stronger identity protection, having a reliable fallback mechanism becomes essential. That’s where Temporary Access Pass (TAP) comes in. TAP provides a time-limited passcode that users can use to register passwordless methods—such as Passkeys (FIDO2), Microsoft Authenticator, or certificate-based authentication—without requiring their existing password or MFA methods.
Spec-Driven Development for AI-Enabled Enterprise Systems How to make specs the single source of truth for your React frontends, backend services, data, and AI agents. If you are building an enterprise system with a React frontend, backend APIs and services, a database layer, and shared libraries, moving to Spec-Driven Development (SDD) can feel like a big cultural shift. For AI developers and engineers, though, it is a gift: stru...
A user submits a prompt. The agent burns through 50,000 tokens looping on a malformed tool response. Another user trips a model rate limit and the agent silently fails. A bad prompt update goes out at 4 PM Friday and degrades success rate to 60%. Your APM dashboard shows green the entire time because none of that is a 500. This post walks through the LLMOps stack we built into a working reference sample on Azure App Service: the SLIs that matter for agents, a budget circuit breaker, pr...
Customers are clear about what they want from AI now. They want to move from ideas to outcomes faster, and at enterprise scale. The experimentation phase is giving way to production expectations, and time to market is becoming a competitive advantage in how organizations transform. That shift creates opportunity for AI practice leaders in services partner organizations. Partners who can repeatedly take agentic solutions f...
Driving successful adoption of Microsoft 365 Copilot is both art and science. This community is dedicated to taking your feedback and continuing to provide tools that support you in that role. Today we've done just that with the first release of our updated Microsoft 365 Copilot adoption hub that simplifies the experience and provides content for AI business users, AI Champions and AI Leaders.
Accelerate your capabilities delivering Frontier Transformation with two exciting opportunities: the Frontier Transformation Engineer badge and the Frontier Transformation Engineer Summit. ...
Every migration starts with the same questions: what do we have, and where should it go? Getting from those question to a clear, execution-ready answer has historically taken weeks. From exporting spreadsheets and manually classifying workloads to running assessments, conducting cost analyses, and stitching everything together into a deck that feels outdated by the time it's presented, the&nb...
One of the biggest barriers to Copilot adoption is people don’t always know where to start. Today, we released the first version of our redesigned Microsoft 365 Copilot business user hub. Take a look. We set out to simplify adoption by making the experience more practical and focused on key roles: AI Business User, AI Champion and AI Leader. Microsoft 365 Copilot adoption hub W...
The first step of a .NET upgrade isn't code, it's assessment! That sounds obvious, but it isn't. When somebody tells you to upgrade an app, the instinct is to open the repo, bump the TargetFramework, update a few NuGet packages, and start chasing build errors, that feels like progress, but you're working without knowing what you signed up for. As we wrote at our previous posts, the Copilot modernization agent runs in three steps: assess, plan, execute. At each st...
Problem Statement When Easy Auth (Azure App Service’s built-in authentication and authorization) is enabled on a Logic App Standard, users frequently report that they cannot open the run history. Specifically, the inputs and outputs of the trigger and actions fail to load on the run details page, even though the workflow itself runs and the user has access to the resource. Backgrou...
Introduction To see why this problem scales so quickly, start with the smallest possible change: a single line of code. In modern software, even a tiny edit is rarely just a local modification. It can change execution flow, introduce a new dependency, expose sensitive data, or quietly shift the purpose of the package itself. What looks trivial in a diff can create a ma...
As enterprises scale the use of AI agents, SOC teams need visibility into AI agent behavior. The Agent 365 connector, now in public preview, streams rich agent telemetry from Agent 365 into Microsoft Sentinel data lake. Agent activity, such as agent data exposure or access drift, is surfaced alongside other security data, giving SOC teams a unified view across digital environments. AI Agent actions are correlated with agent identity, endpoint, and cloud signals, enabling anal...
This week's Model Mondays edition pairs three models available through the Hugging Face collection in Microsoft Foundry: Tongyi-MAI's Z-Image-Turbo, a new designed for lower latency on a single GPU and native bilingual text rendering; Black Forest Labs' FLUX.1-schnell, a 12B rec...
Hosting and hybrid cloud business models are under pressure as infrastructure economics change.The Microsoft Datacenter Optimization (DCO) initiative empowers you to move beyond legacy Services Provider License Agreement (SPLA)‑based operations and build a stronger, more resilient business—modernizing customer environments while unlocking new recurring revenue opportunities across Azure, hybrid, and AI‑ready services.This shift is about more than licensing alignment—it is about building a more resilient, differentiated, service-led business for the future.
Auto activation for the SaaS products you sell in Microsoft Marketplace is now generally available.By default, the private offer will use the auto activation setting of the public offer.If you create a new SaaS plan with a unique plan ID for your private offer, you can explicitly turn auto activation ON or OFF.
Microsoft is inviting Small and Medium Business (SMB) partners to join the Teams SMB Partner Advisory Council (PAC) — a simple, low-effort way to share real-world feedback with the product team and help shape the Teams roadmap for SMB customers.Our Teams SMB Partner Advisory Council (PAC) brings together a Microsoft partners who:👉 Express your interest to join the Teams SMB Advisory Board
The 2025-06-18 revision formalizes stateless HTTP transport (and the current 2025-11-25 revision keeps it), which means a single request carries everything the server needs to answer.That tiny protocol change unlocks something big: you can stick an MCP server behind App Service's built-in load balancer and scale it like any other web API.One azd up and you have a stateless FastAPI MCP server running on three App Service instances behind the platform load balancer, with a staging slot, Application Insights, and a k6 script that visualizes load distribution from the client side.
Microsoft typically releases new and preview models on Global first, then expands into specific regions over time as capacity is built out.Global Standard is a secure, enterprise-grade deployment type backed by the same Azure controls you already rely on, with explicit contractual commitments on how your data is used.The data protection guarantees don't change because the model is newer or because regional capacity hasn't caught up — they're the same on day one of a new model on Global as they are on a model that's been deployed regionally for a year.
Today, we’re excited to announce that Platform SSO (PSSO) during Automated Device Enrollment (ADE) on macOS is now generally available.This capability simplifies onboarding by enabling device registration and Platform SSO setup to occur automatically during enrollment, eliminating extra steps for both IT administrators and end users.Configure Automated Device Enrollment for macOS in your MDM solution.
Search works well when users know exactly what they are looking for, but it breaks down when intent is described in natural language.
Why recordings disappear The first thing to know is recordings are not stored inside of Teams. They are actually stored in OneDrive for regular meetings and in SharePoint for channel meetings. Reviewing Recordings and transcripts automatically expire, OneDrive and SharePoint monitor the expiration setti...
When enterprises move generative AI from demos to real business workloads, the hardest question is usually not whether a model can answer a prompt. The harder question is whether the whole system can run reliably, predictably, securely, and economically over time. This becomes especially important as major model providers continue to adjust token pricing, context-window pricing, batching discounts, and model tiering. That is where AI Runway becomes valuable....
NVIDIA introduces a 4-bit pretraining methodology built around the NVFP4 microscaling format — combining selective BF16 layers, 16×16 Random Hadamard Transforms on Wgrad inputs, 2D weight scaling, and stochastic rounding on gradients — validated on a 12B hybrid Mamba-Transformer trained on 10 trillion tokens, the longest publicly documented 4-bit pretraining run, with downstream accuracy closely tracking the FP8 baseline (62.58% vs 62.62% on MMLU-Pro). The post
Co-authored by Chetan Vaja (Senior Cloud Solution Architect @ Microsoft), Ninad Kapse (Senior Cloud Solution Architect @ Microsoft), Vikas Gautam (Senior Cloud Solution Architect @ Microsoft), and Prafulla Wani (Principal Cloud Solution Architect @ Microsoft). Summary OpenSearch is a community-driven, open-source search and analytics suite used by developers to ingest, search, visualize, and analyze data. OpenSearch consists of a data store and search engine (OpenSear...
POSETTE: An Event for Postgres 2026 is back for its 5th year: free, virtual, and unapologetically all about Postgres. No travel budget required and no jet lag involved. Just your laptop, a decent internet connection, and curiosity. This year the POSETTE 2026 sche...
A meshed hybrid hub-spoke topology Azure offers two main approaches to build network architectures. This article focuses on traditional networking (using VNets, peering, route tables, etc.), rather than Azure Virtual WAN. Why a hub-spoke topology? A hub‑spoke topology is the only way to control traffic flows while maintaining scalability, because it enforces a central point of connectivity and policy enforcement: ...
🧠 What is MCP (Model Context Protocol)? MCP is a standard interface that allows AI agents to securely interact with external systems such as Azure DevOps/ With MCP: Azure DevOps capabilities are exposed as tools GitHub Copilot can discover, reason, and execute actions All actions happen with user consent and authenticatio...
Modern SOC work is not limited by data—it’s limited by the friction of collecting it. This post shows a local-first workflow that lets you investigate Microsoft Sentinel incidents from inside VS Code using GitHub Copilot Chat for reasoning and a small, deterministic MCP toolset for evidence retrieval and (optionally) approval-gated writeback. What you’ll take away: How to structure a Copilot + MCP triage loop that stays grounded in Azure evidence ...
In this tutorial, we explore how to apply post-training quantization to an instruction-tuned language model using llmcompressor. We start with an FP16 baseline and then compare multiple compression strategies, including FP8 dynamic quantization, GPTQ W4A16, and SmoothQuant with GPTQ W8A8. Along the way, we benchmark each model variant for disk size, generation latency, throughput, perplexity, […] The post
Vercel Labs has released Zero, an experimental systems programming language designed so AI agents can read, repair, and ship native programs without requiring human interpretation of compiler output.The language emits JSON diagnostics with stable codes and typed repair metadata, enforces capability-based I/O at compile time, and compiles to sub-10 KiB native binaries.
In this tutorial, we implement SHAP workflows as a practical framework for interpreting machine learning models beyond basic feature-importance plots.We start by training tree-based models and then compare different SHAP explainers, including Tree, Exact, Permutation, and Kernel methods, to understand how accuracy and runtime change across model-aware and model-agnostic approaches.We also examine how […]
Nous Research has published Lighthouse Attention, a selection-based hierarchical attention mechanism that wraps around standard scaled dot-product attention during pretraining and is removed afterward.Unlike prior methods such as NSA and HISA that pool only keys and values, Lighthouse pools Q, K, and V symmetrically across a multi-resolution pyramid, reducing the attention call from O(N·Tested on a 530M Llama-3-style model at 98K context, it achieves a 1.40–1.69× end-to-end wall-clock speedup against a cuDNN SDPA baseline with matching or lower final training loss.
Running AI agents in a local script is straightforward.BerriAI, the company behind the LiteLLM AI Gateway, is now open-sourcing a purpose-built answer to that problem: the LiteLLM Agent Platform.The platform is described as a […]
Researchers from NVIDIA introduce SANA-WM, an open-source camera-controlled world model that generates 60-second, 720p videos with precise 6-DoF camera control — trained on 64 H100 GPUs and deployable on a single RTX 5090.The post NVIDIA Introduces SANA-WM: A 2.6B-Parameter Open-Source World Model That Generates Minute-Scale 720p Video on a Single GPU appeared first on MarkTechPost.
In this tutorial, we explore how to use Repowise to build repository-level intelligence for the itsdangerous Python project in a practical and reproducible way.We start with an already cloned repository, configure Repowise using the available LLM credentials, and initialize its indexing pipeline.We then inspect the generated .repowise artifacts, analyze the repository graph with […]
In this tutorial, we build a fully functional MCP-style routed agent system from scratch, combining tool discovery, intelligent routing, structured planning, and execution into a single cohesive workflow.We start by setting up a modular tool server that exposes capabilities such as web search, local retrieval, dataset loading, and Python execution, all defined through structured […]The post How to Build an MCP Style Routed AI Agent System with Dynamic Tool Exposure Planning, Execution, and Context Injection appeared first on MarkTechPost.
Zyphra's latest release shows that an autoregressive MoE model can be converted into a discrete diffusion model with no systematic loss in evaluation performance.ZAYA1-8B-Diffusion-Preview achieves up to 7.7x inference speedup over autoregression by shifting decoding from memory-bandwidth bound to compute-bound — a key advantage as modern GPUs continue scaling FLOPs faster than memory bandwidth.The post Zyphra Releases ZAYA1-8B-Diffusion-Preview: The First MoE Diffusion Model Converted From an Autoregressive LLM With Up to 7.7x Speedup appeared first on MarkTechPost.
Azure operates one of the largest physical networks on the planet.Instead of adding more scripts or expanding brittle automation, we redesigned how coordination work gets done by making AI agents first-class participants in day-to-day operations.Several changes follow when agents become the default coordination layer across incidents, repairs, and workflows:
Writeback for Cloud-Managed Remote Mailboxes is now in Public Preview.For customers with no remaining dependency on their last Exchange Server, a guide for decommissioning your last Exchange Server is now published on Microsoft Learn.With writeback enabled, changes made in Exchange Online to designated Exchange attributes are automatically pushed back to on-premises Active Directory through Microsoft Entra Cloud Sync.
📁May 15, 2026 - Title Plan Now AvailableAccess the latest Instructor-Led Training (ILT) updates anytime at http://aka.ms/Courseware_Title_Plan to ensure you're always working from the most current version.📌 Reminder: To help you stay informed more quickly and consistently, we’ve moved to a weekly publishing cadence for the title plan.
They are agentic AI systems (autonomous, multi-step agents that can plan, reason, invoke tools, and adapt in real time), which fundamentally changes what must be observed.Traditional observability built for servers and microservices cannot tell you whether an AI agent's output is correct, safe, or cost-efficient.Microsoft Foundry is described as "the AI app and agent factory" - a unified, interoperable platform for building, optimizing, and governing AI apps and agents.
Exam SC‑500 (beta) helps you demonstrate your skills across identity, data, compute, and threat defense.Introducing the Microsoft Certified: Cloud and AI Security Engineer Associate certification.This new certification validates your ability to design and implement end-to-end security controls across cloud environments using modern, enterprise-ready security patterns.
In large enterprise programs, test automation succeeds not by writing more scripts, but by engineering automation as a scalable quality system.In this blog, I have shared practical lessons from automation at scale, covering risk-based coverage, flakiness, observability, QA judgment, and how AI is now helping teams improve test design, coverage intelligence, failure triage, and maintenance.The future of enterprise test automation is not simply about building larger suites.
To make that experience simpler for Python apps on Azure App Service for Linux, we have added new SSH helper aliases for common app, log, networking, and Azure AI Foundry diagnostics.View available SSH helpers with apphelpWe have also added helpers for Azure AI Foundry scenarios.
Deploying FastAPI apps to Azure App Service for Linux is now simpler.When a FastAPI app is detected, App Service automatically starts the application using Gunicorn with the Uvicorn worker class:When you deploy a FastAPI app to Azure App Service for Linux, you no longer need to configure a custom startup command in the supported runtime flow.
The AI coding agent field in 2026 is more capable, more fragmented, and harder to benchmark than it looks.Claude Code leads on code quality at 87.6% SWE-bench Verified.But the benchmark OpenAI itself declared contaminated in February 2026 is still being used to rank these tools — including by the labs publishing their own scores.
Microsoft’s response to this shift is Microsoft 365 E7, introduced on May 1, 2026.Microsoft Agent 365Agent 365 is not a standalone security solution, it is a control plane for AI agents.
The Seoul-based speech AI company ships its third generation of its on-device TTS engine, adding expressive tags, improved reading stability, and a 6× increase in language coverage — all while keeping the inference contract unchanged for existing integrations.The post Supertone Releases Supertonic v3: On-Device Text-to-Speech Model with 31-Language Support, Fewer Reading Failures, and Expression Tags appeared first on MarkTechPost.
In the first part - Introducing PII Shield: A Privacy Proxy for Every LLM Call - we introduced PII-Shield as a privacy proxy that detects sensitive data, applies configurable anonymization strategies per entity, and reverses that anonymization once the LLM has completed its task.Together, these form a generalized implementation of the “Anonymize → LLM → De-anonymize” pattern introduced in the first post - now systematically applied to every LLM interaction and every tool call within an agent’s execution loop.Our findings show that PiiShieldChatMiddleware introduces a median latency overhead of approximately 70 ms per interaction, with a 99th percentile overhead of approximately 200 ms.
The new reality is agentic delivery: a team of named, scoped AI agents owns slices of your repository, each with its own tools, skills, and refusal rules.The microsoft/AKS-Lab-GitHubCopilot's five labs you ship ZavaShop — a multi-agent retail supply-chain control plane running on AKS + Azure Container Apps — and along the way you internalize an operating model you can carry to any project.There are two flavors of "coding agent" in the GitHub Copilot ecosystem, and this lab uses both.
In this tutorial, we build an advanced Django-Unfold admin dashboard.We start by installing Django, Django-Unfold, and the required dependencies, then we create a fresh Django project with a shop application.We configure Unfold with a modern admin theme, custom sidebar navigation, dashboard callbacks, product badges, tabs, filters, actions, and a custom admin homepage.
Microsoft Agent365 addresses this challenge by introducing a control plane for AI agents, built on Microsoft Entra, that enables organizations to manage agents using the same identity-driven approach applied to users and applications.One of the core innovations of Agent365 is the introduction of Entra Agent ID, which treats agents as managed identities within the directory. The transition to agentic AI introduces a new category of identity within the enterprise.
Poetiq's Meta-System automatically constructed and optimized an inference harness for LiveCodeBench Pro using only Gemini 3.1 Pro — no fine-tuning, no model internals.The same harness, applied without modification to GPT 5.5 High, Kimi K2.6, Gemini 3.0 Flash, and four other models, improved every one of them.The post Poetiq’s Meta-System Automatically Builds a Model-Agnostic Harness That Improved Every LLM Tested on LiveCodeBench Pro Without Fine-Tuning appeared first on MarkTechPost.
In this tutorial, we delve into CuPy as a powerful GPU-accelerated alternative to NumPy for high-performance numerical computing in Python.We start by inspecting the available CUDA device, checking the CuPy version, runtime details, GPU memory, and compute capability so that we understand the hardware environment before running heavy computations.Then, we compare NumPy and […]
Cline has extracted its internal agent harness into an open-source TypeScript SDK called @cline/sdk, the same runtime now powering its CLI and Kanban, with VS Code and JetBrains extensions being migrated.The SDK is structured as a four-layer stack — @cline/shared, @cline/llms, @cline/agents, and @cline/core — with native support for plugins, subagents, CRON scheduling, checkpointing, and MCP connectors.On Terminal Benchmark 2.0, Cline CLI scored 74.2% on claude-opus-4.7, compared to Anthropic's published 69.4% for Claude Code on the same model.
This post covers what post-hoc accountability means for autonomous agents, what the Agent Governance Toolkit has to help address it, and three value propositions that are real but not yet visible in how governance tooling is typically described.Add evidence generation to your CI/CD release gate:Open an issue at aka.ms/agent-governance-toolkit or join the conversation in the comments below.
This research (and our internal experience) consistently show that visible, two-way leadership communication is a key driver of trust, engagement, and successful change.Engage is designed to help leaders communicate once, in the right place, and stay visible in the flow of work without adding meetings or increasing email.Read about Microsoft executive Ravi Vedula’s Viva Engage adoption journey, and chart your own course.
The Model Context Protocol (MCP)—an emerging standard that fundamentally changes how AI systems interact with enterprise services.This entire system—from the first line of Flask boilerplate to a running Azure App Service—was built and deployed using GitHub Copilot in VS Code powered by Claude Opus 4.6.Just with one request to Github Copilot, it was able to take the base source code, built by Docusign Partner Solution Architects, to run locally, and deploy it all to Azure, from the App Service to the Foundry agents.
Signals Enhancement for Azure resourcesAlert rules can be imported as signalsImport health reports and data annotations
A new setting ‘Enable Registration During Setup’ for Platform single sign-on (PSSO) during Automated Device Enrollment (ADE) is now generally available for macOS devices in Microsoft Intune.Add Intune Company Portal as a macOS LOB app.Signing in multiple times during enrollment isn't the ideal experience, and we're actively working to streamline it with a new enrollment setting that enables users to complete both Intune enrollment and Platform SSO device registration with a single sign-in.
Microsoft Security Store Advisor is a new AI assistant inside Microsoft Security Store that helps customers find security solutions and agents in natural language.The team behind it builds it with an Agentic SDLC.This is how that idea became a product — the engineering choices that gave AI an accountable role at every stage, and the lessons that shaped the system. We'll cover what an Agentic SDLC is, the five stages we ran Advisor through, what broke at each stage, and what we changed to ship.
The Layer 4 proxy capability in Azure Application Gateway helps organizations standardize ingress management for both HTTP and non-HTTP workloads using Azure-native services.Organizations migrating traditional applications to Azure may need TCP ingress without redesigning application communication protocols.Enterprises integrating on-premises applications with Azure workloads may also benefit from centralized TCP traffic management.
Join our next community call on May 26, 2026, to explore the new Copilot Hub experience and learn more about Agent 365.The join link will be sent to you in email with your webinar registration confirmation.While our calls are open to everyone, you must be a member of the Microsoft 365 Champion Program in order to access the presentation materials - the access link is in the initial welcome email and the monthly newsletter emails sent the week before the community calls.
Option 1 (recommended): Exchange Emergency Mitigation (EM) ServiceApply the mitigation on a per server base or on all servers at once by running the script via an elevated Exchange Management Shell (EMS):Microsoft is working on and will release and announce a security update for impacted versions of Exchange Server in the future.
Building connections at TechCon 365 Chicago is at the heart of the experience, bringing together a dynamic community of professionals passionate about Microsoft 365 and the future of work.The Microsoft Community Booth at TechCon 365 Chicago is a space to connect directly with Microsoft product teams and Microsoft MVPs. Pick up some laptop stickers and giveaway.Mark your calendar for June 15 to 19, 2026 and come make Chicago part of your tech story.
Microsoft Identity Manager (MIM) 2016 Service Pack 3 (SP3) is now generally available.It also adds a new deployment option for the Synchronization Service: Azure SQL Database, with authentication through system-assigned and user-assigned managed identities to help reduce operational risk in hybrid identity environments.MIM 2016 SP2 will remain supported for 12 months (through May 2027), in line with the service pack support lifecycle policy.
Hosting and hybrid cloud partners are at one of the most meaningful inflection points the market has seen in years.Changes in virtualization licensing, rising infrastructure costs, and rapidly evolving customer expectations are reshaping traditional hosting economics.Market impact is expected to accelerate, and shifting data residency, sovereignty, and compliance requirements are driving customers to reassess where and how workloads run.
Modern ransomware attacks are increasingly designed to blend in with normal IT operations, using trusted administrative tools to quietly weaken defenses and distribute malicious payloads at scale.In a recent real‑world incident, a human‑operated ransomware actor attempted to do exactly that by abusing Group Policy Objects (GPOs) to target hundreds of devices, but Microsoft Defender detected the attack and proactively hardened those devices before GPOs were deployed.Roughly 97% of devices the attacker attempted to encrypt were fully protected by Defender.
Get ready for May’s OneDrive Customer Office Hours!Special Topic: What’s New in OneDrive Sync with Jack Nichols, Kayla Ngan, and Jonathan LeungFirst, 1 million item sync is in public preview on Windows.
We launched the public preview of Fireworks AI on Microsoft Foundry two months ago, bringing best-in-class open model inference directly into Azure. The traction has been real and high. Fireworks AI's inference layer is purpose-built for low-latency, high-throughput production workloads, natively within Azure. If you're building on Azure and want the best open models without standing up your own inference infrastructure, this is built for you.Since launch, Fireworks AI on Foundry is seeing strong customer momentum, with customer count growing week-over-week and deepening enterprise penetration globally. Teams across industries have moved quickly from experimentation to production.We’re expanding provisioned throughput unit (PTU) support to the US Data Zone, giving US-based customers a path to predictable, steady-state performance with their data staying within US Azure regions.
As organizations work to modernize their print environments and reduce reliance on legacy drivers, Windows protected print (WPP) mode helps improve system security by enforcing the use of the Windows modern print stack and introducing additional security features.Printer with compatibility icon indicating support for Windows protected print mode.This update helps IT administrators quickly evaluate printer readiness for Windows protected print mode before enabling it across managed devices.
To further enhance connectivity monitoring and improve service reliability, we’re introducing automatic internal connectivity tests for all Azure SQL Managed Instances.Automatic tests diagnose issues in internal service and network availability.You can read more about the automated connectivity tests at Automatic internal connectivity tests for Azure SQL Managed Instance.
Today, I’d like to share an important update: Beginning June 30th, the Together mode experience will no longer be available.As part of that ongoing effort, we’re retiring Together mode in Microsoft Teams.The Together mode toggle will be removed from the meeting View menu.
Before we dive deeper into the feature updates, POSETTE: An Event for Postgres 2026 is just around the corner, PostgreSQL’s free, virtual conference bringing together the global community.New enhancements in the PostgreSQL VS Code ExtensionThe latest release (v1.21) of the PostgreSQL VS Code extension delivers enhancements to query authoring and analysis workflows, improved cross-extension interoperability, reliability improvements across Object Explorer and connection management, and a set of targeted bug fixes.
Before recent improvements in AKS Pod Sandboxing, large-memory pods could take over a minute longer to start than smaller ones.AKS Pod Sandboxing provides strong workload isolation by running pods inside lightweight virtual machines.With recent updates to the Azure Linux kernel used by AKS on Microsoft Hypervisor (MSHV), AKS has significantly improved startup time for large-memory sandboxed pods.
When migrating an Azure SQL Database from Business Critical (BC) to Hyperscale using a manual cutover, some customers notice unexpected Point-in-Time Restore (PITR) backup storage charges appearing under the following resource:After a BC → Hyperscale manual cutover, customers may see PITR charges tied to:Despite the database being active and available in Hyperscale, these charges start appearing immediately after the migration cutover and gradually decrease over time.
Attending Microsoft Ignite or Build is a real investment - ticket, travel, time away from work and family, and mental bandwidth.That’s the core message I’d like to share: attending the conference isn’t the ROI - activation is.The ROI of attending a flagship tech conference is not purely financial - it shows up across multiple dimensions: knowledge, capability, network, strategy, and culture.
Learn about 66 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs.Codex Heatmap Matrix from Nexus Codex helps you spot patterns across rows and columns.VOSS Security Management for Microsoft Defender
Work IQ delivers data, context, skills & tools as the built-in knowledge layer behind Microsoft 365 Copilot and agents.Today, I’ll explain what Work IQ is, how it works, and show you what it can do.So, Work IQ is the brain behind Microsoft 365 Copilot and agents.
Azure App Service (Linux) is a fully managed PaaS offering that supports a broad range of languages, including Python, Node.js, .NET, PHP, and Java.The performance and reliability of the Python deployment pipeline directly shape the developer's experience on the platform, so we looked across the deployment path for opportunities to reduce latency and improve reliability.The first set of changes has reduced Python deployment latency on Azure App Service Linux by approximately 30%.
The Observability agent is designed to be your monitoring companion across the full observability lifecycle, enabling you to interact via chat to better understand your observability data.The Observability agent is optimized for real‑world, full‑stack investigations in distributed systems - including environments built on Azure Kubernetes Service (AKS) and Virtual Machines (VMs).To discover the root cause, the agent applies deep reasoning, using an innovative array of Machine Learning (ML) and Large Language Models (LLM) to discover and correlate anomalies across huge volume of signals across application, infrastructure, and Azure platform layers to converge on likely root‑cause candidates across scenarios such as:
Your business users live in Microsoft Teams.We will explore how to connect Microsoft Teams to a Databricks Genie Space via an Azure AI Foundry agent.Users ask natural-language questions about campaign data — spend, clicks, conversions, ROI, audience segments — and the system translates these into SQL queries executed against a Databricks SQL warehouse.
Nous Research releases Token Superposition Training (TST), a two-phase pre-training method that cuts wall-clock training time by up to 2.5x at matched FLOPs by averaging contiguous token embeddings into bags during Phase 1 and reverting to standard next-token prediction in Phase 2 — without changing the model architecture, tokenizer, optimizer, or inference-time behavior.Validated at 270M, 600M, 3B dense, and 10B-A1B MoE scales.The post Nous Research Releases Token Superposition Training to Speed Up LLM Pre-Training by Up to 2.5x Across 270M to 10B Parameter Models appeared first on MarkTechPost.
Azure App Service for Linux is introducing Platform Release Channel, a new setting that gives you more control over when runtime patch updates are applied to your app.With this feature, you can choose how quickly your app moves to newly rolled-out runtime patches.Platform Release Channel gives you a simple way to control the pace at which runtime patch updates are applied to your Linux apps on Azure App Service.
In this tutorial, we build a realistic Zero-Trust network simulation by modeling a micro-segmented environment as a directed graph and forcing every request to earn access through continuous verification.We implement a dynamic policy engine that blends ABAC-style permissions with device posture, MFA, path reachability, zone sensitivity, and live risk signals such as anomaly and […]The post How to Build a Dynamic Zero-Trust Network Simulation with Graph-Based Micro-Segmentation, Adaptive Policy Engine, and Insider Threat Detection appeared first on MarkTechPost.
Transport Layer Security (TLS) encrypts data in transit between client applications and the server and authenticates the service endpoint in client-server authentication.When pinning is used, the client will only connect if the presented certificate chain matches exactly what it expects. However, the server has no visibility into whether pinning is configured on the client, and any certificate change (even a valid one) can cause connection failures.While certificate pinning was historically used to reduce the risk of man-in-the-middle attacks, it introduces significant operational fragility in cloud environments, particularly during certificate rotations.
FinOps toolkit 14 connects AI to your FinOps hub data with a Copilot Studio agent template, ingests recommendations from Azure Advisor and your own Resource Graph queries, simplifies hub deployment, and previews a new commitment discount eligibility dataset.This release is focused on three themes: connecting AI to your FinOps data with a Copilot Studio agent template, adding optimization recommendations to FinOps hubs from Azure Advisor and custom Resource Graph queries, and previewing commitment discount eligibility data for reservation and savings plan planning.The FinOps toolkit is an open-source collection of tools and resources helping organizations learn, adopt, and implement FinOps in the Microsoft Cloud.
63% of organizations have no AI governance policy. Shadow AI is already running inside your stack — here is the data. The post Enterprise AI Governance in 2026: Why the Tools Employees Use Are Ahead of the Policies That Cover Them appeared first on MarkTechPost.
Azure Policy is one of Microsoft Azure’s most effective governance tools.It helps organizations enforce standards automatically, detect configuration issues early, and keep cloud environments aligned with internal policies and external regulatory requirements.This guide explains why Azure Policy matters, how it works, and recommended best practices for using it effectively, with a practical example and step‑by‑step guidance.
Fastino Labs has released GLiGuard, a 300M parameter open-source safety moderation model that evaluates four safety tasks — prompt safety, jailbreak strategy detection, harm category classification, and refusal detection — in a single forward pass. Built on an encoder architecture rather than the decoder-only design used by most guardrail models, GLiGuard achieves up to 16x higher throughput and 16.6x lower latency than current state-of-the-art models, while matching or exceeding the accuracy of models 23 to 90 times its size across nine safety benchmarks.Model weights are available under the Apache 2.0 license on Hugging Face.The post Fastino Labs Open-Sources GLiGuard: A 300M Parameter Safety Moderation Model That Matches or Exceeds Accuracy of Models 23–90x Its Size appeared first on MarkTechPost.
When an Azure DevOps pipeline fails, a webhook sends the telemetry and build logs to an Azure Function.Microsoft AI Foundry provides a standardized way to call Azure OpenAI.Microsoft AI Foundry provides the secure sandbox we need to let these agents work safely.
If you missed our live Agent 365 demo and 'Ask Microsoft Anything' AMA—or want to revisit the discussion—this replay is worth your time.During the session, we walked through how Agent 365 brings visibility, security, and governance to the rapidly expanding world of AI agents—across both Microsoft and third-party ecosystems.But what made the session especially valuable was the live Q&A: a candid conversation with our experts tackling the real questions organizations are facing right now.
Large Language Models (LLMs) are rapidly moving from experimentation to production.In this post, we’ll walk through how Azure Kubernetes Service (AKS) combined with NVIDIA Dynamo enables scalable, production‑ready LLM inference, and how to think about autoscaling GPUs effectively for modern AI workloads.Step by step notebooks available here:maljazaery/Dynamo_on_AKS: End-to-end tutorials for running NVIDIA Dynamo on Azure Kubernetes Service (AKS)
The gap is now closing. Computer use in Microsoft Copilot Studio is now generally available, and we're expanding availability to all commercial geographies in Microsoft Power Platform.Customer spotlight: Graebel automates global service order processing end to endWorking with GET AI and Microsoft, Graebel built and deployed the Graebel Service Order Agent, equipped with computer use, in Microsoft Copilot Studio.
Today we are excited to release general availability for Azure Integrated HSM for AMD v7 Virtual Machines.This feature is available in select AMD D and E series v7 sizes for Trusted Launch VMs.Azure Integrated HSM eliminates network roundtrips for key operations and avoids the need to release keys into the workload environment.
Be among the first to prove your skills in building intelligent AI-powered workflows with the new Exam GH-600 (beta).We’re looking for members of the GitHub community who are already exploring how AI agents fit into modern development workflows to help us test a new beta exam.GitHub Certified: Agentic AI Developer, is a new, role-based certification focused on how developers and teams operate, supervise, and integrate AI agents across the software development lifecycle (SDLC).
Customers building advanced AI systems increasingly need models that can reason deeply, act autonomously, and integrate reliably into real‑world workflows—all without compromising on governance or cost efficiency. Grok 4.3, xAI’s latest flagship model, is now available in Microsoft Foundry, giving developers and enterprises access to latest agentic intelligence within a production‑ready environment designed for scale.Grok 4.3 is xAI’s latest flagship model, designed to support agent-based and productivity-focused workflows across a wide range of professional scenarios. Based on information provided by xAI and independent research conducted by Artificial Analysis, Grok 4.3 demonstrates strong performance across multiple benchmarks, reflecting a favorable balance between model capability and reported benchmark cost.Grok 4.3 is purpose‑built for agentic systems, improving in tool calling, instruction following, and lower hallucination, as reported by xAI. Grok 4.3 also enables policy‑aware support agents with reliable tool use and consistent behavior across extended conversations. On Microsoft Foundry, Grok 4.3 supports up to a 200k token context window, enabling extended multi‑turn reasoning and agent workflows.
Striim’s log-based Change Data Capture (CDC) continuously streams every Oracle transaction into Azure Database for PostgreSQL in real time to deliver zero-data-loss migration, continuous validation, and minimal impact on live applications.This tutorial walks through the architecture, deployment steps, and best practices for Oracle to Azure Database for PostgreSQL migrations using Striim.The strategic partnership between Microsoft and Striim enables continuous data replication from existing databases into Azure in real time, enabling online migrations with zero downtime.
In this video, we explore how Azure Arc simplifies hybrid and multi-cloud operations by providing a single, consistent control plane for managing your entire infrastructure across Linux and Windows, on-prem, in Azure, or in any cloud.Satya Vel, Azure Arc Principal Group PDM Manager, shares how to make Azure your operational standard for every workload, anywhere it runs.And to explore how Azure Arc works in real hybrid environments, I’m joined by our resident management expert, Satya Vel. Welcome.
Viva Glint admins will be able to configure a data retention policy for their Glint instance, defining how long Glint data is retained before it is deleted in accordance with organizational and compliance requirements. This feature enables admins to align Viva Glint data retention with company policies and compliance standards without relying on manual or backend-only processes.If you are already part of the Employee Experience Customer Connection (EECC) program, request to join our Workplace Patterns & Continuous Listening EECC Teams subchannel through the main Glint EECC Teams channel so you can iterate on the future of continuous engagement with the product team in monthly calls.This Research Drop maps which EX conditions are stable, which are rising, and which fluctuate with context, pointing to what organizations need to build, not just deploy, to sustain real AI value.
In this guest blog post, Benny Matityahu, Vice President of UCC at AudioCodes, explores how resellers and service providers can translate the surging demand for Microsoft Teams Phone into lucrative new revenue streams by offering Operator Connect the easy way, along with easy procurement and implementation through Microsoft Marketplace.For resellers and service providers enabling Teams Phone for their customers, taking advantage of this trend means supporting one of the PSTN connectivity options for Teams, primarily Direct Routing or Operator Connect.Operator Connect significantly simplifies Teams Phone PSTN connectivity by utilizing a Microsoft managed framework.
Moving from "systems of record" to "systems of action"The Workday agent brings a high-functioning HR and Finance partner directly into Microsoft 365 Copilot.The Workday agent is a blueprint for the future of enterprise software: invisible, intelligent, and indispensable.
Today, we're launching Azure Container Apps Express in Public Preview — the fastest, simplest way to go from a container image to an internet-reachable app on Azure, ready for many production-style workloads.ACA Express removes the infrastructure decisions.Express is in Public Preview starting today.
We are excited to share a new episode on our partner showcase series focused on SharePoint in Microsoft 365.It provides a fully branded, mobile-ready intranet experience with more than 50 configurable components out of the box.The platform supports a wide range of scenarios, from internal communications and knowledge sharing to employee engagement across distributed teams.
Thinking Machines Lab has introduced a research preview of TML-Interaction-Small, a 276B parameter Mixture-of-Experts model with 12B active parameters, built around a multi-stream, time-aligned micro-turn architecture that processes 200ms chunks of audio, video, and text simultaneously — eliminating the need for external voice-activity detection harnesses.The post Mira Murati’s Thinking Machines Lab Introduces Interaction Models: A Native Multimodal Architecture for Real-Time Human-AI Collaboration appeared first on MarkTechPost.
Google DeepMind researchers have outlined four interaction principles and released experimental demos of an AI-enabled mouse pointer powered by Gemini — one that captures the visual and semantic context around the cursor so users can point, speak in natural shorthand, and get things done without switching to a separate AI window.The post Google DeepMind Introduces an AI-Enabled Mouse Pointer Powered by Gemini That Captures Visual and Semantic Context Around the Cursor appeared first on MarkTechPost.
This disconnect is creating a significant gap between the development and security assurance of AI applications.To address this gap, we developed a unified Prompt Injection Testing Platform and knowledge base, powered by Microsoft Foundry, designed to make LLM security testing accessible, structured, and understandable for developers.In addition to testing and learning, our platform integrates a prompt enhancer, designed to help users actively improve the security of their system prompts.
LangSmith provides powerful tools for creating datasets, running evaluations, and using LLM-as-judge techniques.This guide walks through the complete workflow using a practical example.Does the answer contain any claims or information that are not supported by the question or reference answer?
Block agent access to labeled files at runtime, stop sensitive data from leaving in agent-drafted emails, and catch agents that cross conduct lines using the same Microsoft Purview controls you already run for users.Shilpa Ranganathan, Microsoft Purview Partner Group Squad Leader, shares how IT and data security teams can govern agent behavior on a single Agent 365 control plane built into the Microsoft tools that you're already using today. -That said, as agents are used inside of your organization, Microsoft Purview, as part of the Agent 365 control plane, provides more granular controls with deeper visibility over data security.
AgentEval is the .NET evaluation toolkit for AI agents.Today it ships with over 30 runnable samples, 192 red-team probes covering 6 of the 10 OWASP LLM Top 10 categories, 5 memory metrics (more on that later — it's the "one more thing" of this post), and exports to JSON, JUnit XML, Markdown, SARIF and PDF.Today AgentEval is open source, MIT-licensed, and built with love for the .NET AI community.
What happens when you hand a coding agent a real browser — not a mock, not an API wrapper, but a full Chromium instance running in the cloud?A browser that renders CSS, executes JavaScript, handles cookies, and lets the agent see what a human would see.Browser-harness is an open-source tool that gives AI agents direct control over a Chrome browser via the Chrome DevTools Protocol (CDP).
Starting May 7th, 2026, the new Esv7, Dsv7, and Dlsv7 virtual machines are generally available — and underneath them is a fundamentally new generation of Azure Boost.A platform that took over five years to build, with custom ASIC-hardened logic, a new network adapter, redesigned storage offload, and a security architecture that makes Azure Boost a Trusted Execution Environment in its own right.Confidential VMs running on Azure Boost infrastructure are generally available today on Intel platforms, deployed on dedicated clusters.
Summary: The article outlines best practices for running diffusion models at scale on Azure Kubernetes Service (AKS).Summary: Azure Web Application Firewall (WAF) now supports Default Rule Set (DRS) 2.2 for Azure Front Door and Application Gateway, offering enhanced security based on OWASP CRS 3.3.4 and Microsoft Threat Intelligence.Summary: Azure Virtual Network Terminal Access Point (VTAP), in public preview as of April 2026, enables agentless, out-of-band copying of full network traffic (including payloads) from designated Azure VMs to traffic analytics tools or collectors, using VXLAN encapsulation.
The Security Update for SQL Server 2025 RTM CU4 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2025 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5089899
The Security Update for SQL Server 2025 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2025 RTM, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2022 RTM CU24 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2022 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5089900
The Security Update for SQL Server 2022 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2022 RTM, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2019 RTM CU32 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2019 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2019 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2019 RTM, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5090408
The Security Update for SQL Server 2017 RTM CU31 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2017 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2017 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2017 RTM, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5090347
The Security Update for SQL Server 2016 SP3 Azure Connect Feature Pack is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2016 SP3 Azure Connect Feature Pack, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2016 SP3 GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2016 SP3, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5089271
As part of Microsoft's commitment to improving Windows reliability through higher-quality driver content, we are extending the Driver Shiproom Publishing Blocklist to the signing stage of the driver submission process.Files that are already blocked from publishing to Windows Update due to known reliability issues will now also be rejected at the time of signing.If your build pipeline automates driver signing submissions, update your error handling to account for the new rejection reason.
Microsoft is pleased to announce that a refreshed Hardware Lab Kit (HLK) for Windows 11, version 25H2 is available starting May 12, 2026.Our new GRFX Adapter Unreleased Features Block Test will prevent graphics drivers from showing full support for unreleased features. Once a feature has been released, we will check that the system passes the corresponding HLK tests associated with the feature and remove it from the unreleased feature list. This HLK supports certifying drivers for Windows 11, version 25H2 and Windows Server 2025.
By enabling Leaders, and their Delegates, to define audiences directly at publish time using existing organizational attributes like reporting chain, department, or role, Storyline announcements make it easier to confidently notify the right audience without relying on static distribution lists or organization‑wide alerts. This allows leadership teams to move from volume‑based communication to relevance‑based reach — ensuring that the most important updates are delivered with precision, not noise.Featured conversations and storyline announcements are separate capabilities in Viva Engage, but they reflect the same principle: giving communicators more control over how broadly a message is amplified.Now, the Frequent contributors leaderboard view in network analytics can help communicators understand which leaders’ posts are catching employee attention and compare engagement trends across leaders and top creators.
This post explains how network isolation changes the behavior of the machine learning system itself, and how to reason about Foundry networking from an ML engineering and enterprise operations standpoint.Instead, connectivity patterns such as ExpressRoute, VPN, and VNet peering determine how applications, users, and on-prem systems reliably reach private Foundry endpoints.Connect with the Community - Share your private networking patterns in the comments below - Join the Microsoft Foundry Tech Community for ongoing discussions
In this tutorial, we begin by exploring the architecture behind a hybrid-memory autonomous agent.This system combines semantic vector search, keyword-based retrieval, and a modular tool-dispatching loop to create an agent capable of reasoning, remembering, and acting autonomously.We walk through each layer of the design from the ground up, starting with abstract interfaces that […]
Today we shipped SQL Server Management Studio (SSMS) 22.6.0, and it's a really nice mix of work: continued investment in Database DevOps (preview), a security-related update to how we authenticate against Azure Storage, a handful of quality-of-life improvements in the editor and tools, and a solid roundup of bug fixes (many of which came directly from items filed on the feedback site!).This release also introduces the ability to create a SQL project directly from an existing database.In 22.6, Transact-SQL IntelliSense and Keyboard Query Shortcuts are now available in Unified Settings.
In this post, we focus on four capabilities that make the experience even more powerful and easier to adopt: MQTT Retain support, Shared Subscriptions, HTTP Publish of MQTT messages, and Subscription Identifiers.Azure Event Grid supports publishing MQTT messages over HTTP, which makes it easier for server-side applications to send messages into MQTT-based solutions.Azure Event Grid MQTT Broker enables scalable smart manufacturing with retained state visibility, shared telemetry processing, HTTP-based command control, and intelligent subscription routing.
As part of Microsoft's ongoing commitment to improving Windows quality and reliability, we are introducing Cloud-Initiated Driver Recovery — a new capability that proactively rolls back problematic drivers delivered through Windows Update.When a driver is identified as having quality issues during our shiproom evaluation process, Microsoft can now initiate a recovery action from the cloud, replacing the problematic driver on affected devices without requiring manual intervention from the user or the hardware partner.Today, when a driver published through Windows Update is identified after distribution to have quality issues, the remediation path relies on the hardware partner to submit an updated driver — or on end users to manually uninstall the problematic driver themselves.
Today, we are announcing a policy change to how display drivers are published through Windows Update — allowing 2-Part HWID + Computer Hardware ID (CHID) targeting for new devices.Today, display drivers published to Windows Update use 4-Part Hardware IDs for targeting.With this policy change, display drivers for new devices can be published using 2-Part HWIDs combined with Computer Hardware IDs (CHIDs) where appropriate.
MedAIBase has released AntAngelMed, a 103B-parameter open-source medical language model that uses a 1/32 activation-ratio Mixture-of-Experts (MoE) architecture to activate only 6.1B parameters at inference time, matching the performance of roughly 40B dense models while exceeding 200 tokens per second on H20 hardware.Built on Ling-flash-2.0 and trained through a three-stage pipeline of continual pre-training, supervised fine-tuning, and GRPO-based reinforcement learning, the model ranks first among open-source models on OpenAI's HealthBench and tops both MedAIBench and MedBench leaderboards.The post Meet AntAngelMed: A 103B-Parameter Open-Source Medical Language Model Built on a 1/32 Activation-Ratio MoE Architecture appeared first on MarkTechPost.
For many technologists, the Microsoft MVP Award feels inspiring - but also a little mysterious.MVP Sharon Weaver and MVP Christian Buckley- MVP Sharon Weaver
Headquartered in Israel and New York, with global offices worldwide, CTERA Networks Ltd strives to help organizations create a connected fabric of data to unlock its full potential.CTERA powers some of the world’s largest Fortune 500 enterprises and government agencies.CTERA has partnered with Microsoft since the early introduction of Microsoft Azure and today supports more than 60 customers running CTERA on Azure compute and storage infrastructure.
We’re excited to introduce a new step in the Terraform on Azure experience: Open in VS Code, now available directly from Azure Copilot in the Azure Portal.With Azure Copilot, you can describe your infrastructure in natural language and generate Terraform configurations in seconds.The Open in VS Code experience for Terraform is now public preview in Azure Portal Copilot.
The Pitch Maker Agent (BETA) helps partners convert Partner Center Copilot growth opportunity signals into customer-ready narratives—reducing pitch preparation from days to minutes and improving consistency across stakeholders (replace with your measured baseline).The Agent follows a simple, repeatable flow to generate an executive-ready pitch narrative from Partner Center Copilot growth opportunity signals.The Pitch Maker Agent (BETA) supports a repeatable value motion: identify opportunity, align stakeholders, and move customers from experimentation to governed Microsoft 365 Copilot adoption.
If your organization has delivered transformative solutions on Microsoft platforms over the past year, now’s the time to begin shaping your strongest submission. The nomination window for the 2026 Microsoft Partner of the Year Awards opens June 1, 2026, and closes July 7, 2026.Winners will be announced in November 2026, timed to celebrate with the global partner ecosystem at Microsoft Ignite. Review the 2026 Microsoft Partner of the Year Awards guidelines and resources now to begin shaping your strongest submission ahead of the nomination window opening on June 1.
We wanted to let the Exchange Server community know that there are no security releases for any version of Exchange Server in May 2026, for customers with Exchange SE, or Exchange 2016 or 2019 ESU.Please keep upgrading your organizations to Exchange SE.The Exchange Team
The agent adoption gap is realThe 2026 Work Trend Index shows 58% of employees are now producing work they couldn’t do a year ago, and AI is increasingly used for analysis, reasoning, and decision-making—not just tasks.Agent Store is a curated hub in Microsoft 365 Copilot where users can discover, install, and use agents directly in the flow of work.
We have therefore decided that until the end of this Skype for Business 2015 and 2019 ESU Period 2 (October 2026) we will make an explicit update related announcement even if we DO NOT release anything for that particular month. There are no security releases for any version of Skype for Business Server in May 2026, for customers with SfB 2015/SfB 2019 ESU, or SfB SE.The Skype for Business Team
ASPX Insights in Partner CenterTo drive consistent, data-led growth across Security and AI Business Solutions, partners should connect to ASPX Insights within Partner Center.The M365 Partner API – AI Business Solutions & Security Insights allows partners to ground an agent in real, actionable data rather than static pipeline assumptions.
Today we’re introducing two capabilities for migrating from Azure Cache for Redis (ACR) to Azure Managed Redis (AMR): an AI-assisted planning skill and a native migration workflow in the Azure portal.With a clear migration plan from Phase 1, you are ready to create your Azure Managed Redis target instance.After you confirm the migrated Azure Managed Redis instance is running as expected, update your applications to use the Azure Managed Redis connection string instead of the old Azure Cache for Redis connection string.
I'm excited to share that changes made with Copilot are now visible within the Show Changes pane, available now in Excel for the web.This feature is currently available to all Excel for Web users.Unclear how the Show Changes pane works in Excel?
This shift is being accelerated by platforms like Microsoft Foundry, which provide the foundational capabilities needed to build, deploy, and scale AI agents across complex engineering environments.Instead of treating bug analysis, test planning, and validation as disconnected tasks, AI-driven agents act as intelligent assistants embedded directly within engineering processes.To address these challenges in our engineering workflows, we developed and internally deployed a set of AI-driven agents designed specifically for system validation and platform engineering.
Perceived value, not just adoption rate, is a metric that will determine whether AI investments hold for the long-term.In our April Research Drop, we found a consistent climb in how employees perceive the realized value of AI in their work – a metric we call RIVA (Realized Individual Value of AI).Specifically, we examine how seven employee experience factors relate to RIVA across our three survey snapshots, and how the strength of those relationships has shifted as AI has become more embedded in everyday work.
Microsoft partners like Esker and Source Technologies deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace.Esker Customer Service Suite: Esker equips B2B customer service teams with AI-driven automation that improves customer experience across inquiries, orders, and claims while reducing routine manual work.Robotic Payments Automator: Source Technologies’ Robotic Payments Automator (RPA) helps organizations modernize vendor payments in Microsoft Dynamics 365 Business Central, transforming accounts payable from a bottleneck to a profit center.
Large language models (LLMs) now power everything from customer service bots to autonomous coding agents.
I was recently building an Agent service with the GitHub Copilot SDK.Sticking with the building analogy — if the problem is a shared roof, the fix is obvious: give every apartment its own roof.Three shell scripts to set up infrastructure, six YAML files to deploy the service.
Researchers at Tilde Research have released Aurora, a new optimizer for training neural networks that addresses a structural flaw in the widely-used Muon optimizer.The flaw quietly kills off a significant fraction of MLP neurons during training and keeps them permanently dead.Aurora comes with a 1.1B parameter pretraining experiment, a new state-of-the-art result on […]
In this tutorial, we explore skfolio, a scikit-learn compatible portfolio optimization library that helps us build, compare, and evaluate different investment strategies in a structured Python workflow.We start by loading S&P 500 price data, converting it into returns, and creating a time-based train-test split suitable for financial analysis.The post A Coding Implementation to Portfolio Optimization with skfolio for Building Testing, Tuning, and Comparing Modern Investment Strategies appeared first on MarkTechPost.
"PII Shield" is an intelligent anonymization layer that sits between your AI application and the LLM.We call it a sandwich pattern because two thin layers of PII Shield wrap around the LLM call: a) the top slice (anonymise) replaces every detected entity with a stable, opaque placeholder before the prompt ever leaves your trust boundary, b) the bottom slice (de-anonymise) puts the original values back when the response returns.The next post will show how to plug PII Shield in as a middleware in Microsoft Agent Framework — automatically anonymising every prompt going out to a model and de-anonymising every response coming back, transparently to the agent author.
OpenAI on just launched Daybreak, a cybersecurity initiative that combines the company’s frontier AI models with Codex Security, its coding-focused agentic system, and a broad network of security partners.The program is aimed at developers, enterprise security teams, researchers, and government-linked defenders who need to find, validate, and patch software vulnerabilities earlier in the development […]The post OpenAI Introduces Daybreak: A Cybersecurity Initiative That Puts Codex Security at the Center of Vulnerability Detection and Patch Validation appeared first on MarkTechPost.
Solution: Building Foundry Agent Service on a resilient agent runtime foundationFoundry Agent Service is Microsoft’s fully managed platform for building, deploying, and scaling AI agents as production services.Azure Container Apps has been pressure‑tested at Microsoft scale, proving to be a powerful, serverless foundation for running AI workloads and aligns naturally with the needs of agent runtime.
#Install Azure Arc agent on Linux machine.#Deploy Kubernetes cluster on Arc infrastructure.Azure Arc extends Azure management capabilities beyond Azure cloud boundaries, while AKS Arc enables Kubernetes clusters to run consistently across edge, on-premises, and hybrid environments.Tags:
Cybersecurity is one of the most urgent priorities facing education‑focused nonprofits and education institutions today.The Microsoft Elevate Education team is bringing you two powerful Signature Series webinars this spring to help education‑focused nonprofits and education institutions strengthen their cybersecurity posture from the inside out.Pick the topic and time that fits your day — or register for both.
Publish a Copilot agent or analytics solution in the Microsoft Security Store: Expand your reach within the Microsoft Security platform and unlock new revenue opportunities by publishing a compliant Copilot agent or analytics solution to the Security Store. This gives identity, data protection, and compliance teams a unified way to discover, evaluate, and deploy partner solutions directly inside the workflows they already use. Learn more about how to structure your offer and prepare to list it today.Microsoft Sentinel adds unified RBAC with row-level access: Microsoft Sentinel now supports unified role-based access control (RBAC) with row-level scoping, bringing centralized permission management and granular data access into the Microsoft Defender portal.Hear directly from Microsoft executives on FY27 priorities, learn how to build your strategy around Frontier Transformation, and gain insight into the market trends and investments shaping FY27 growth. Save the date for MCAPS Start for Partners on July 22, followed by the Security Partner GTM Kickoff on July 28, to align to Microsoft’s security strategy across enterprise, Cloud Solution Provider (CSP), and small and medium business (SMB) segments, and prioritize the right solutions. Walk away with practical guidance, ready-to-use enablement, and the skilling resources needed to build and scale your security practice.
Exciting updates on Microsoft Business Central: Three new updates are live, including a new Forrester Total Economic Impact™ study that projects strong ROI for Microsoft Dynamics 365 Business Central,* a refreshed Business Central Immersion Briefing, and the new Expense Agent for Business Central that simplifies receipt capture, expense categorization, and approvals. View the Business Central Expense Agent demo, explore the pitch deck, and read the IT Pro blog for more info. Microsoft Office LTSC 2021 and Visio LTSC 2021 nearing end of support: Support for Microsoft Office LTSC 2021, Project LTSC 2021, and Visio LTSC 2021 ends on October 13, 2026.Get ready for the Partner of the Year Awards: It's almost that time of year again: the Microsoft Partner of the Year Awards are quickly approaching.
This is where organizations has to design a solution which follows CAF Principles and is fully secured with Azure Application Gateway with Web Application Firewall (WAF) combined with Private Endpoints (Azure Private Link) becomes critical to enforce Zero Trust Architecture.Why Zero Trust for Azure Databricks?Azure Private Link enables organizations to:
After a series of in-person events, GitHub Copilot Dev Days is now going online, bringing developers from around the world together to explore modern AI-assisted software development in practice.Through live sessions focused on agentic development, modern workflows, and hands-on learning in VS Code, attendees will learn how to use GitHub Copilot beyond autocomplete and apply it across real development scenarios.A hands-on session for Spanish-speaking developers across Latin America focused on building modern applications with GitHub Copilot, TypeScript, React, and Tailwind.
A Windows security hardening change beginning in April 2026 updates default Kerberos encryption behavior and may impact customers using Azure Files with Active Directory Domain Services (AD DS) authentication over SMB.If you created Azure Files shares prior to 2023, or chose RC4 encryption for your file shares, you will need to reconfigure to use AES-256 to avoid disruption to file share access.Azure Files uses Kerberos authentication for identity-based access when integrated with on-premises Active Directory Domain Services (AD DS).
Modern large language models are no longer trained only on raw internet text.Increasingly, companies are using powerful “teacher” models to help train smaller or more efficient “student” models.This process, broadly known as LLM distillation or model-to-model training, has become a key technique for building high-performing models at lower computational cost.
From Homebrew Core to a new installation model for macOSStarting with Azure CLI 2.86.0, we are beginning an important evolution of the macOS experience by introducing new installation options, initially available as Preview:Homebrew Cask is designed to distribute prebuilt, signed software on macOS.
Quipu: AI Early Warning for Peruvian Municipalities (Peru)Quipu helps Peruvian municipalities spot early signals of natural disasters and get alerts out faster.Winning teams represent developers from North America, Latin America, Europe, and Asia‑Pacific, reinforcing the global reach and impact of the AI Dev Days Hackathon and the broader Microsoft developer ecosystem.Winning teams have been awarded cash prizes and exclusive in-person attendee tickets to Microsoft Build 2026 in recognition of their innovation and real-world impact.
In this tutorial, we implement how to use pandas-ta-classic to build a complete technical analysis and trading strategy workflow.We start by installing the required libraries, downloading historical OHLCV stock data with yfinance, cleaning the returned data structure, and inspecting the available indicator categories inside the library.We then calculate popular indicators such as SMA, […]
AI agents are reshaping enterprise operations.They reason over data, call APIs, trigger workflows, and act on behalf of users — often without human intervention.IDC projects 1.3 billion AI agents in production by 2028, and Capgemini research shows four out of five organizations plan to integrate agents within the next three years.
Downloaded more than 65,000 times by IT practitioners worldwide, it has now been updated to Version 3.2.Today you’ll find new and updated guidance that includes security and observability of your agents with Microsoft Agent 365, as well as discoverability of agents with the Microsoft 365 Agent Store.The Administering and Governing Agents whitepaper is designed specifically for IT practitioners and IT decision-makers in SMBs and large enterprises.
Microsoft tracks over 600 million identity attacks every day, with more than 7,000 password attacks blocked per second across Microsoft Entra environments.Microsoft reports that more than 99% of identity attacks still target passwords, often combined with phishing or adversary-in-the-middle techniques designed to bypass traditional authentication controls.Face Check is a privacy‑respecting facial matching capability built into Microsoft Entra Verified ID.
A preview of sponsorship opportunities for the 2026–2027 Microsoft AI Tour is now available. This one‑day event series is traveling to 30+ cities in priority markets around the globe. Sponsors can accelerate pipeline through high-impact, in-person experiences that help customers make confident, informed technology solution decisions. Sponsorship packages start at USD5,000.MCAPS Start for Partners, an event taking place on July 22, presents another exciting opportunity for your business. You'll get insights from Microsoft leaders on where we’re investing, our shared priorities, and how to activate AI-led opportunities to drive growth this year.Preview Microsoft AI Tour sponsorship opportunities
Today we are excited to announce the general availability of confidential computing for Azure Service Bus Premium.With this capability, your Service Bus namespace processes messages inside hardware-based trusted execution environments (TEEs), preventing unauthorized access to data while it is being processed.You can enable confidential computing on a new Service Bus Premium namespace from the Azure portal:
Researchers from Meta FAIR and Stanford propose three inference methods for the Byte Latent Transformer that reduce memory-bandwidth cost by over 50% without subword tokenization.The post Meta and Stanford Researchers Propose Fast Byte Latent Transformer That Reduces Inference Memory Bandwidth by Over 50% Without Tokenization appeared first on MarkTechPost.
Starting May 1, 2026, all Premium namespaces deployed in regions with Availability Zone support will receive a 99.99% uptime SLA.A Premium namespace deployed in an Availability Zone region is automatically replicated across multiple zones, so the messaging service stays available even if a full datacenter goes offline.Any Premium namespace in an Availability Zone region now qualifies for the 99.99% SLA - no configuration changes needed.
This story shows how a neurodivergent creator used vibe coding to build practical tools and find renewed inspiration.Nency Yera is a Revenue Strategy professional at Microsoft who discovered vibe coding three months ago and hasn’t stopped building since.You need VS Code (a free app), GitHub Copilot (the AI inside it), and five minutes to tell it how you think.
The key is in the configuration of your network endpoints for firewalls and proxies.This means that you should trust all the DNS hosts and subdomains related to wildcard FQDN for the connection to work properly.If you're a server administrator, you orchestrate which updates are available on the WSUS server for your devices to update.
With Azure Event Grid as a destination for Stripe events, now Generally Available, teams can route those signals directly into Azure and build scalable, event-driven architectures without managing webhook infrastructure.Azure Event Grid acts as a fully managed event broker, routing those events directly into Azure so teams can build reactive, real-time workflows without managing custom webhook infrastructure.This release marks the General Availability of the Stripe destination for Azure Event Grid, which was first introduced in Public Preview.
We’re now offering proactive suggestions right from the Copilot button.The new Copilot button and updated shortcuts are rolling out to Word, Excel, and PowerPoint for Windows and Mac, with web coming soon.The new simplified Alt + C and Cmd + Control + I shortcuts are available today in Outlook and Word for Windows and Mac in English.
This tool is designed to migrate public and private channels from Slack to Teams, where your most critical conversations take place.The Slack to Teams Migration Tool from Microsoft has no licensing cost.Future investments in the Slack to Teams Migration Tool
In the previous post, Design observability for AI apps and agents selling through Microsoft Marketplace, we focused on observability—making AI app and agent behavior visible and explainable.This post is part of a series on building and publishing well-architected AI apps and agents in Microsoft Marketplace. The series focuses on AI apps and agents that are architected, hosted, and operated on Azure, with guidance aligned to building and selling solutions through Microsoft Marketplace.While publishers own CI/CD pipelines, customers play an important role in how AI systems are evaluated and adopted across environments.
Learn about 69 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs.Firemoon Studio offers developers access to more than 50 advanced models for creating, editing, and transforming images, videos, and audio.Features include a prompt playground, scalable live API, and usage-based billing, enabling flexible, cost-effective integration of AI media generation into applications.
Today at SAP Sapphire, we announced a new wave of innovations deepening the Microsoft–SAP partnership – advancing RISE with SAP on Azure, our SAP S/4HANA integrations, and our shared AI platform.Maersk migrated 500 SAP servers and a petabyte of data to Azure in six months — with near 100% uptime and zero incidents — and is now using Azure OpenAI with SAP to let teams query invoice and shipment data in natural language.The first half of 2026 marks the most significant release cycle for both the SAP Deployment Automation Framework (SDAF) and the SAP Testing Automation Framework (STAF) since their inception.
Agentic loops in production can be synonymous with high costs, especially when it comes to both LLM and external application usage via APIs, where billing is often closely related to token usage.
Scaling GitHub Advanced Security in Azure DevOps with a single reusable YAML templateInstead of maintaining multiple pipelines, we built a single reusable Azure DevOps YAML template that dynamically adapts to any repository.Scaling GitHub Advanced Security across Azure DevOps doesn’t require multiple pipelines—it requires the right architecture.
Sakana AI and NVIDIA Researchers demonstrate that simple L1 regularization can induce over 99% sparsity in feedforward layers with negligible downstream performance impact, and translate that sparsity into real GPU throughput gains using new sparse data formats and fused CUDA kernels.The post Sakana AI and NVIDIA Introduce TwELL with CUDA Kernels for 20.5% Inference and 21.9% Training Speedup in LLMs appeared first on MarkTechPost.
In this tutorial, we implement how Memori serves as an agent-native memory infrastructure layer for building more persistent, context-aware LLM applications.We start by setting up Memori in a Google Colab environment and connecting it to both synchronous and asynchronous OpenAI clients, so that every model call can automatically pass through the memory layer.The post A Coding Implementation to Build Agent-Native Memory Infrastructure with Memori for Persistent Multi-User and Multi-Session LLM Applications appeared first on MarkTechPost.
In this post, I am going to walk through how to implement a direct Event Grid to Azure Function pattern.This is the simplest and lowest-latency option when you want real-time reactions to blob uploads.The direct Event Grid to Azure Function pattern provides a simple and reliable approach for real-time blob processing without additional infrastructure.
The aim of this project was to build something practical and experimental: a high fidelity simulation environment where multi agent AI systems can be tested, broken, and improved without affecting real world traffic.The project brings together a mix of gaming, backend, and AI technologies.Join us on Thursday 21 May at 12pm UK time for a live session in the Microsoft Foundry Discord Community where we will explore how a student built a full 20 intersection AI powered traffic simulation using Azure AI Foundry, GPT-4o and the Microsoft Agent Framework. This is a great opportunity for student developers who want to go beyond theory and see how modern AI tools can be combined to build real, end to end systems.
Enterprise QA teams today are automation‑led by default.GitHub Copilot proved most effective when used as a support system for automation teams, not a replacement for expertise.Microsoft Learn – References on Automation & Quality EngineeringThe following Microsoft Learn resources provide authoritative guidance on automation‑led quality engineering, test strategy, and building trust at enterprise scale.
Understanding deployment quota limitation (800) Error in Azure Deployments (Bicep/ARM)When working with Infrastructure as Code (IaC) using Azure Bicep or ARM templates, deployment failures are a common part of day-to-day operations—especially in large-scale enterprise environments.One such frequently encountered but often misunderstood issue is the quota limitation (800) error, which typically occurs during repeated or automated deployments.
Azure NetApp Files (ANF) has a hard dependency on DNS for all volume types that integrate with Active Directory (AD): SMB, dual-protocol (SMB + NFS), and NFSv4.1 with Kerberos.When ANF is deployed in a spoke VNET connected to an Azure Virtual WAN hub, a routing requirement applies that directly causes Kerberos and LDAP failures — which appear to be DNS or AD failures — when not addressed.When the reverse DNS ruleset is absent from the external private DNS forwarder, the failure does not surface as a DNS error in the ANF portal.
Vector databases are now core retrieval infrastructure for RAG and agentic AI.This guide compares nine production options on architecture, pricing, and scale.The post Best Vector Databases in 2026: Pricing, Scale Limits, and Architecture Tradeoffs Across Nine Leading Systems appeared first on MarkTechPost.
Hermes Agent, the open-source self-improving AI agent from Nous Research, has overtaken OpenClaw to claim the #1 position on OpenRouter's global daily token rankings as of May 10, 2026 — generating 224 billion daily tokens versus OpenClaw's 186 billion.The milestone places a Nous Research project ahead of an OpenAI-sponsored platform in real-world daily inference volume, just three months after launch.The post OpenClaw vs Hermes Agent: Why Nous Research’s Self-Improving Agent Now Leads OpenRouter’s Global Rankings appeared first on MarkTechPost.
Step 3: Submit your session ideaMake sure your session includes:A clear titleA short summary of what attendees will learnWho the session is for (beginner, intermediate, advanced)💡 Strong proposals clearly align with the audience and deliver tangible value.Step 4: Wait for reviewThe Ananse Tech Community team reviews submissionsSelected speakers will be contacted for scheduling✅ We aim to match topics with upcoming sessions and community needsWhat happens after you’re selectedIf your session is approved:You’ll receive confirmation and scheduling detailsWe’ll provide guidance for:Session formatEvent logistics (Teams session)Your session will be promoted across:Microsoft Tech CommunityLinkedInOther Ananse platformsHow sessions are deliveredSessions are typically delivered virtually via Microsoft TeamsA Teams link will be provided for speakers and attendeesSessions may include:PresentationDemoQ&AWhy speak at Ananse Tech Community?Share your knowledge with a global, growing audienceBuild your personal brand in the Microsoft ecosystemGain speaking experience (great for new speakers)Contribute to a Ghana-led global tech community💡 Community speaking is also a great way to grow your network and speaking profile.
How event registration worksMost Ananse Tech Community events are shared through the Microsoft Tech Community platform.In addition, we provide a Microsoft Teams link so you can join the session directly.Step 1: Open the eventGo to the Ananse Tech Community page on Microsoft Tech CommunityClick on the event you want to attendStep 2: Mark your interest or attendanceClick Interested or Attending✅ This helps you:Keep track of the eventStay aware of updates or changesStep 3: Get the Teams link (Most important step)Inside the event details, you will see:The Microsoft Teams meeting link👉 Click this link at the time of the event to join the sessionStep 4: (Optional but recommended) Add to your calendarSome events may include:A calendar file, orInstructions to manually add the event✅ This ensures you don't forgetStep 5: Join the sessionAt the event time:Click the Teams linkJoin from:Your browser, orMicrosoft Teams appPro Tip (use this in your messaging)If you:Join the community ANDMark events as Interested/AttendingYou'll have:A central place to track eventsEasy access to join linksBetter visibility into upcoming sessions
What is this community?Ananse Tech Community is an official Microsoft Tech Community User Group. 👏😁By joining, you’ll be able to follow our posts, see upcoming events, and stay informed about Microsoft‑focused learning sessions and career conversations.Step 5: Stay connectedAs a member, you can:See upcoming community eventsRead announcements and postsJoin discussions when availableKeep up even if you miss social media posts
In this tutorial, we explore NadirClaw as an intelligent routing layer that classifies prompts into simple and complex tiers before sending them to the most suitable model.We start by installing the required packages, setting up an optional Gemini API key, and testing the local classifier through the NadirClaw CLI without making any live LLM […]The post How to Build a Cost-Aware LLM Routing System with NadirClaw Using Local Prompt Classification and Gemini Model Switching appeared first on MarkTechPost.
NVlabs releases cuda-oxide v0.1.0, a custom rustc codegen backend that compiles #[kernel]-annotated Rust functions to PTX through a Rust → Stable MIR → Pliron IR → LLVM IR → PTX pipeline, with single-source host+device compilation from one cargo oxide build command.The post NVIDIA AI Just Released cuda-oxide: An Experimental Rust-to-CUDA Compiler Backend that Compiles SIMT GPU Kernels Directly to PTX appeared first on MarkTechPost.
In this tutorial, we explore how FLARE-FLOSS helps us recover hidden and obfuscated strings from a Windows PE file.We begin by setting up FLOSS and the MinGW-w64 cross-compiler.We synthesize a small malware-like executable that hides strings using multiple techniques, including static strings, stack-built strings, tight strings, and XOR-decoded strings.
NVIDIA researchers have introduced Star Elastic, a post-training method that embeds multiple nested reasoning models — at 30B, 23B, and 12B parameter scales — inside a single checkpoint, eliminating the need for separate training runs or stored model weights per variant.Built on the Nemotron Elastic framework and applied to Nemotron Nano v3, the method trains all three variants in a single 160B-token run, achieving a 360× token reduction compared to pretraining each model from scratch.Beyond training efficiency, Star Elastic introduces elastic budget control — a novel inference scheme that uses a smaller submodel for the thinking phase and the full model for the final answer — delivering up to 16% higher accuracy and 1.9× lower latency compared to standard budget control, while nested FP8 and NVFP4 checkpoints bring the full model family within reach of RTX-class GPUs.
As AI coding agents grow more powerful, the engineering community has quietly split into two camps: developers who prompt iteratively and hope for the best, and developers who write structured specifications first and let agents execute against them.The second group is shipping faster, with fewer regressions, and with code that survives review.This guide covers the 9 AI tools driving that shift in 2026 — from AWS Kiro's EARS-structured spec IDE to GitHub Spec Kit's 93K-star open-source workflow, to lean execution frameworks like GSD that have crossed 61K stars in under five months.
Memory safety vulnerabilities—largely arising from widely used programming languages such as C and C++—remain a leading cause of exploitable software defects across systems, from embedded devices to cloud-scale infrastructure.CHERIoT-Ibex is the first open-source production-quality implementation of the CHERIoT instruction set architecture and among the first cores certified by the CHERI Alliance (CHERI Alliance – CHERIoT). CHERIoT is an extension of the CHERI (Capability Hardware Enhanced RISC Instructions) instruction set, with a focus on embedded and Internet of Things (IoT) applications. Ibex is an open‑source 32‑bit RISC‑V core developed by LowRISC. CHERIoT‑Ibex builds on Ibex by including CHERIoT capability extensions to provide hardware‑enforced memory safety and fine‑grained compartmentalization. It is the result of a close partnership between Microsoft Research and Azure Hardware Systems & Infrastructure, combining advanced research innovation with industry-leading silicon IP development expertise. In 2023, Microsoft open-sourced the CHERIoT Platform to bring hardware-enforced memory safety to embedded systems, including an instruction set architecture, toolchain, real-time operating system, and the RTL implementation of the CHERIoT-Ibex core. The CHERI Alliance certification recognizes its ability to provide spatial and temporal memory safety, fine-grained compartmentalization, and compatibility with the broader CHERI ecosystem. Critically, CHERIoT-Ibex achieves these security guarantees with power and area efficiency comparable to low-cost microcontrollers, demonstrating that security doesn’t have to come at a premium.
If you have spent time using AI coding agents — GitHub Copilot, Claude Code, Gemini CLI — you have probably run into this situation: you describe what you want, the agent generates a block of code that looks correct, compiles, and then subtly misses the actual intent.This “vibe-coding” approach can work for quick prototypes […]The post Meet GitHub Spec-Kit: An Open Source Toolkit for Spec-Driven Development with AI Coding Agents appeared first on MarkTechPost.
We identified an upgrade issue with the early March release of Microsoft Tunnel version 20260129.1 that caused servers to become stuck and unable to complete the upgrade.Alternatively, we’ve created a script to help you update affected servers.This blog explains how to use the mstunnel-patch-2602 script to remediate the issue.
OpenAI has shipped a Chrome extension for Codex, its AI coding agent, enabling it to complete browser-based tasks directly inside Google Chrome on macOS and Windows — including interacting with signed-in websites, using Chrome DevTools, and running multi-step workflows across browser tabs.The post OpenAI Adds Chrome Extension to Codex, Letting Its AI Agent Access LinkedIn, Salesforce, Gmail, and Internal Tools via Signed-In Sessions appeared first on MarkTechPost.
No new agent installation is required, the client uses Microsoft Defender for Endpoint to route traffic through Global Secure Access for Microsoft 365, Microsoft Entra Internet Access, and Microsoft Entra Private Access.Secure branch office Microsoft Entra Internet Access with Global Secure Access remote network connectivity - Global Secure Access remote network connectivity enables secure access to full internet, including Microsoft 365, from branch offices and remote sites using Internet Protocol Security (IPsec) tunnels, without requiring Global Secure Access on end‑user devices.In April 2026, Microsoft transitions from Microsoft Entra Connect Sync to the cloud‑native Microsoft Entra Cloud Sync to simplify hybrid identity management and strengthen Zero Trust security.
In this tutorial, we perform an advanced single-cell RNA-seq analysis workflow using Scanpy on the PBMC-3k benchmark dataset.We start by loading the dataset, inspecting its structure, and applying quality control checks to evaluate gene counts, total counts, mitochondrial content, and ribosomal gene signals.We then filter low-quality cells and genes, detect potential doublets with […]
Microsoft is inviting Small and Medium Business (SMB) customers and partners to join our Customer Advisory Board (CAB) and Partner Advisory Council (PAC) for Microsoft Teams SMB.These groups give you a simple, low-effort way to share real-world feedback with the product team — and help guide the Teams roadmap for SMBs.If you'd like to be considered for the Microsoft Teams SMB Customer Advisory Board or Partner Advisory Council, simply fill out this short interest form: 👉 Express your interest to join the Teams SMB Advisory Board
That's what's recently happened with Inspektor Gadget, the open source eBPF tool for Kubernetes observability and Linux host inspection.Inspektor Gadget completed its first independent security audit, and the results tell a good story about the maturity of this CNCF project.Inspektor Gadget is a framework and toolkit that uses eBPF technology to collect and inspect data on Kubernetes clusters and Linux hosts.
We are announcing the deprecation of Exchange ActiveSync (EAS) certificate-based authentication (CBA) directly to Exchange Online.By the end of 2026, Microsoft will no longer support direct CBA connections from EAS mobile email clients to Exchange Online.After that date, any EAS clients using CBA will need to authenticate via Microsoft Entra ID rather than sending client certificates directly to Exchange Online.
Many Terraform modules flatten VM and disk definitions into a list and use the list index as the for_each key:Automating the Migration with GitHub Copilot Skills:To remove risk and human error, the team created a reusable Copilot skill for managed disk key migration.
Please note that it may take some time for newly announced courses to appear on the page.AI-3022: Implement knowledge mining with Azure AI SearchAI-3022 is being retired to reflect the evolution of Azure AI, as the focus shifts toward generative AI, multimodal experiences, and more integrated application patterns that better represent how solutions are built today.
Hello again all, Chris Cartwright here from the Directory Services support team. We released the plan to remove DES as an encryption type for Kerberos completely. We also released identification scripts to assist with this at microsoft/Kerberos-Crypto: Tools and information regarding Windows Kerberos cryptography.Microsoft Windows Server Blog and then the first patching efforts in support of RC4 deprecation in How to manage Kerberos KDC usage of RC4 for service account ticket issuance changes related to CVE-2026-20833 - Microsoft Support. I wanted to provide a brief update for XML filtering that was illustrated in the previous blog post, So, you think you’re ready for enforcing AES for Kerberos?.
📁May 8, 2026 - Title Plan Now AvailableAccess the latest Instructor-Led Training (ILT) updates anytime at http://aka.ms/Courseware_Title_Plan to ensure you're always working from the most current version.📌 Reminder: To help you stay informed more quickly and consistently, we’ve moved to a weekly publishing cadence for the title plan.
In this blog, I'll demonstrate how to use GitHub Copilot to do spec-driven development.For this blog, I'll use the content from my previous article Secure Medallion Architecture Pattern on Azure Databricks (Part I) as a technical specification to extract implementation details and generate two outputs:Next, we need to create the Python code that the main orchestrator SKILL.md will invoke to read the blog file.
In this example, I use Premium SSD v2 performance tuning to show how a customer can begin with one measurable operational signal, apply clear policy, use AI to generate an explainable recommendation, request human approval, and then perform controlled execution using Azure-native automation.For larger estates, consider the Azure Monitor Metrics Batch API.Microsoft Teams supports actions that post an adaptive card and wait for a response, allowing a workflow to pause until a user responds.
As a part of our continuing march to Exchange Web Service (EWS) deprecation in Exchange Online (see Exchange Online EWS, Your Time is Almost Up |Microsoft Community Hub) - the Microsoft Graph Team announced another milestone in enabling developers to efficiently manage, migrate, and integrate mailbox data in Exchange Online through Microsoft Graph:Announcing general availability of the mailbox import and export Microsoft Graph APIs - Microsoft 365 Developer Blog
The invited person might join as a guest, external/trusted user, or anonymous participant depending on whether they sign in, which account they use, whether their organization has mutual external access configured.The organizer can fine tune control for specific meetings using Teams meeting options. Most external join failures are the result of how identity type, tenant policy, and meeting options intersect.
AI agents have evolved beyond passive chatbots.
When you type a message to Claude, something invisible happens in the middle.The words you send get converted into long lists of numbers called activations that the model uses to process context and generate a response.These activations are, in effect, where the model’s “thinking” lives.
Microsoft Host Integration Server 2028 (HIS 2028) is the next release of Host Integration Server and the successor to Host Integration Server 2020.It helps enterprise IT teams and developers integrate existing IBM host systems, programs, messages, and data with modern Windows, Linux, and Azure applications—while improving security posture, developer productivity, and platform alignment for the years ahead.HIS 2028 focuses on three themes: (1) platform modernization to align with current Microsoft engineering systems and developer workflows, (2) new and extended connectivity surfaces—especially via modern APIs, and (3) product cleanup to remove older dependencies and unsupported technologies.
Three purpose-built audio models expand what developers can build with live voice: reasoning agents, speech translation across 70+ languages, and streaming transcription.The post OpenAI Releases Three Realtime Audio Models: GPT-Realtime-2, GPT-Realtime-Translate, and GPT-Realtime-Whisper in the Realtime API appeared first on MarkTechPost.
But QA engineers who use AI effectively will redefine quality.Quality engineering is no longer just about finding defects—it’s about enabling confidence in delivery.Tools like GitHub Copilot, when used responsibly, can become catalysts in that transformation.
Microsoft is continuing to modernize how you activate and manage these benefits in Partner Center, with a more secure, guided redemption experience aligned to your offer anniversary date and the billing account used for purchase.Seat-based cloud benefits move to a guided, keyless $0 checkoutIn the modernized flow, redemption starts in Partner Center and finishes with an integrated $0 checkout in the Microsoft 365 admin center.
In this tutorial, we explore CloakBrowser, a Python-friendly browser automation tool that uses Playwright-style APIs within a stealth Chromium environment.We begin by setting up CloakBrowser, preparing the required browser binary, and resolving the common Colab asyncio loop issue by running the sync browser workflow in a separate worker thread.The post Build a CloakBrowser Automation Workflow with Stealth Chromium, Persistent Profiles, and Browser Signal Inspection appeared first on MarkTechPost.
As agentic coding systems such as Claude Code, Codex, and Cursor scale from developer tools to infrastructure powering software development at large, the underlying inference engines serving those requests are under increasing strain.The LightSeek Foundation researchers have released TokenSpeed, an […]The post LightSeek Foundation Releases TokenSpeed, an Open-Source LLM Inference Engine Targeting TensorRT-LLM-Level Performance for Agentic Workloads appeared first on MarkTechPost.
This new capability enables you to move your existing regional (nonzonal) VMs and VMSS Flex deployments into specific availability zones while preserving the VM names, data disks, and other stateful properties.We're excited to announce the public preview of regional to zonal migration for Azure Virtual Machines and for VMs in Virtual Machine Scale Sets with Flexible orchestration.For VMs running in a Flexible scale set, you first update the scale set model to include the target zones, then migrate each VM in place.
As a result, the gap between AI adoption and AI governance is widening, and CISOs face growing challenges to maintain visibility, control, and compliance across an increasingly complex ecosystem.Scale without visibility: Over 75% of enterprises surveyed by PWC report they are already adopting AI agents.To address these growing challenges, we are excited to provide CISOs with the Security Dashboard for AI, which recently became generally available. This unified dashboard aggregates posture and real-time risk signals from Microsoft Defender, Entra, and Purview into one unified, executive-level view of AI posture, risk, and inventory across agents, apps, and platforms.
In this installment of our Partner Spotlight series, we’re highlighting partners building industry-focused AI solutions and bringing them to customers through Microsoft Marketplace.I connected with Richard Baskerville from Intapp to learn how the company is delivering Firm AI—governed, agentic capabilities designed specifically for professional and financial services firms—while aligning with Microsoft Azure for security, scale, and enterprise procurement.[RB] Intapp serves professional and financial services firms exclusively.
This update to NotMyFault, a tool that can crash, hang, and cause kernel memory leaks on the Windows system, adds a new type of crash for Level-0 Hyper-V virtualized machines, and adds a SecureKernel crash.This update to Process Monitor, a utility for observing real-time file system, Registry, and process or thread activity, adds Ctrl + PgUp/PgDn for longer scrolling (10 page) in the main list view, shows milliseconds for the times in the Process Tree dialog, and fixes a series of API mismatches.Sysinternals EBPF, Sysmon for Linux, Procmon for Linux, ProcDump for Linux, jcd (on Linux), have been updated with support for RHEL10, Debian 13, and Fedora 43.
Building on GPT-5.3 Instant, GPT-5.5 Instant improves the quality of everyday work tasks designed to deliver more accurate and concise responses, with improved performance on image analysis and STEM-related tasks.Microsoft 365 Copilot licensed users will receive priority access to GPT-5.5 Instant, while users without a Microsoft 365 Copilot license will have standard access.GPT-5.5 Instant begins rolling out today to Copilot Chat experiences for quick responses, available to Microsoft 365 Copilot users with priority access and to Copilot Chat users with standard access.
We're super excited to announce the public preview of the Azure Resource Manager MCP Server!This is a remote MCP server that provides tools to give AI agents first-class access to Azure infrastructure operations through Azure Resource Manager (ARM).AI agents can now be equipped with tools to generate, validate, execute Azure Resource Graph (ARG) queries and tools to deploy and manage ARM template deployments.
Today, OpenAI’s GPT-realtime-translate, GPT‑realtime‑2 and, GPT-realtime-whisper are rolling out into Microsoft Foundry starting today — together representing a significant step forward for the realtime model lineup available to developers on the platform.GPT-realtime-translate and GPT-realtime-whisper together extend the realtime stack for live multilingual audio workflows.GPT-realtime-translate, GPT-realtime-whisper, and GPT‑realtime‑2 are rolling out into Microsoft Foundry today.
May is Family Wellness Month, and with the help of Copilot, you can turn your family’s wellness goals into tailored plans and activities in seconds.Plan a device-free family weekIntroduce mindfulness for the whole family
Stage 2: deprecation of EWS calls and switch to REST-based Microsoft Graph API calls for Exchange hybrid.Because of this, all customers who require rich coexistence (even those who already finalized Stage 1) will need to install an Exchange Subscription Edition (SE) update on premises and switch the dedicated Exchange hybrid app permissions to a more granular Graph API permission model.Step 1 – install the May 2026 Hotfix Update for Exchange SE (or newer) on your on-premises Exchange SE servers:
Microsoft has released Hotfix Update (HU) for:Updating your Exchange rich hybrid coexistence to Graph API callsMay 2026 hotfix update contains functionality that will allow you to start switching your Exchange Server hybrid rich coexistence from using Exchange Web Services (EWS) to REST-based Microsoft Graph API calls.
According to the Microsoft Digital Defense Report, AI-driven phishing campaigns are achieving click-through rates as high as 54%.Over the past year, synced passkeys have become the default sign-in method for hundreds of millions of Microsoft account users — across every major operating system, device type, and browser.⚠️ Deprecation notice: Security questions for password reset in Microsoft Entra ID will be deprecated starting March 2027.
The WDK now fully supports Visual Studio 2026 for building, testing, and packaging Windows drivers.Visual Studio Build Tools now fully integrates with WDK and Windows SDK MSIs for production use.Visual Studio Build Tools can be used alongside installed Windows SDK and Windows Driver Kit MSIs.
We’re excited to announce the general availability of the latest Azure Dlsv7, Dsv7, and Esv7 General Purpose and Memory Optimized Virtual Machines (VMs) powered by the latest Intel® Xeon® 6 processor.These new VM families are designed to help customers run business-critical, performance-sensitive workloads at scale by delivering up to 20% better general compute performance, larger VM sizes and memory capacities, and significant improvements in networking and storage performance compared to previous generation v6 VMs.Dsv7 VMs deliver up to 25% better performance for compute-bound workloads such as video transcoding, compression/decompression, and cryptography, up to 30% better performance for database workloads, and up to 25% better performance for AI pre-processing workloads, compared to Dsv6 VMs.
Unlike public AI applications, banking systems must ensure:A production AI request flow:Common failure points in enterprise AI systems:
Built for business professionals, the new Exam SC‑730 (beta) validates how you protect data, reduce risk, and respond to incidents.The Microsoft Certified: Cybersecurity Business Professional Certification helps you validate your ability to recognize common threats, apply everyday security best practices, protect sensitive data, and respond appropriately to incidents to help protect your organization.To earn this new Certification, you need to pass Exam SC-730: Cybersecurity Business Professional, currently in beta.
PostgreSQL has quietly become one of the most important pieces of modern application infrastructure — and in 2026, that momentum is just impossible to ignore.It has evolved into a versatile, extensible platform that sits at the center of how modern systems are built.POSETTE 2026 brings together PostgreSQL contributors, extension authors, cloud engineers, platform teams, and practitioners from across the ecosystem.
It gives the organizer access to the meeting option "Record and transcribe automatically".There are personal meeting templates users create themselves and Teams Administrators can Create a custom meeting template in Microsoft Teams. Personal templates are created from the "Save as template" button on the meeting options page.
In the last post, API resilience and reliability patterns for AI apps and agents, we focused on what happens when AI systems encounter failure—and how resilient execution paths keep that failure contained.This post is part of a series on building and publishing well-architected AI apps and agents in Microsoft Marketplace. The series focuses on AI apps and agents that are architected, hosted, and operated on Azure, with guidance aligned to building and selling solutions through Microsoft Marketplace.See curated, step-by-step guidance to help you build, publish, or sell your app or agent (no matter where you start) in App Advisor
At Ultimate Partner LIVE Bellevue, May 11-13, some of the sharpest practitioners in the Microsoft ecosystem are coming together to share what works.Cyril Belikoff helped architect the unified Microsoft Marketplace and launched the resale enabled offer, which lets channel partners bundle software development company solutions and transact against Azure commit.Cyril joins Vince Menzione and Jon Yoo, CEO of Suger, on Day 1 to cover where the AI-driven marketplace motion is heading and what partners need to do now to capture their share of the revenue flowing through it.
Learn about 133 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs.AI Assistant: Abe is an AI assistant for Microsoft Teams that creates message-linked reminders, converts time zones, and supports natural-language queries via Microsoft 365 Copilot.Ideal for performance scorecards, financial dashboards, and sales reports, it features customizable typography, variance display, and interactive sparkline with tooltips and cross-filtering, enhancing data insights without extra charts.
In our December 2025 announcement, we outlined a long-term direction for enterprise integration: Azure Logic Apps is the successor to BizTalk Server.Today we’re announcing the Logic Apps Migration Agent—an open-source Microsoft project that delivers an AI-assisted, end-to-end modernization experience with a structured, stage-gated workflow.Customizable for your source platform and standards: Extend the agent with product-specific discovery and conversion steps, tailor mappings and transformation rules, and align outputs with your target Logic Apps patterns and engineering conventions.
And when performance issues hit, the hardest part is often simple: where did the queries actually run?With the latest query store capabilities in Azure Database for PostgreSQL flexible server, you can now capture workload executed not just on the primary, but also on read replicas—including cascading read replicas—and export the captured runtime stats, wait stats, and query text into Azure Monitor Logs (Log Analytics workspace / LAWS).This post walks through a reproducible demo that provisions a primary server, a read replica, and a cascading read replica, then runs a TPC-H–based workload across all three to generate query store data you can analyze locally and in Log Analytics.If you don't know how to start issuing queries in a Log Analytics workspace, refer to Get started with log queries in Azure Monitor Logs.
Over the past months, AgentCon has taken shape as a series of grassroots events organized by Microsoft MVPs across the globe—and events are still being added to the calendar. Throughout 2026, AgentCon events are bringing together thousands of developers across multiple cities worldwide, offering community‑led, free learning experiences focused on AI agents and real‑world applications.Share your experience in the comments, or tell us your MVP story. If you’re passionate about technology, community, and knowledge sharing, this might be your moment to take the next step: Nominate or become a Microsoft MVP.
Meta AI team has released NeuralBench, a unified open-source framework for benchmarking NeuroAI models, alongside NeuralBench-EEG v1.0 — the largest open EEG benchmark to date, covering 36 tasks, 94 datasets, and 14 deep learning architectures evaluated under a single standardized interface across 9,478 subjects and 13,603 hours of brain recordings.The post Meta AI Releases NeuralBench: A Unified Open-Source Framework to Benchmark NeuroAI Models Across 36 EEG Tasks and 94 Datasets appeared first on MarkTechPost.
PostgreSQL has quietly become one of the most important pieces of modern application infrastructure — and in 2026, that momentum is just impossible to ignore.It has evolved into a versatile, extensible platform that sits at the center of how modern systems are built.POSETTE 2026 brings together PostgreSQL contributors, extension authors, cloud engineers, platform teams, and practitioners from across the ecosystem.
MRC (Multipath Reliable Connection) is a new open networking protocol developed by OpenAI in partnership with AMD, Broadcom, Intel, Microsoft, and NVIDIA that improves GPU networking performance and resilience in large-scale AI training clusters by spreading packets across hundreds of paths simultaneously, recovering from network failures in microseconds, and enabling supercomputers with over 100,000 GPUs to be built using only two tiers of Ethernet switches.The post OpenAI Introduces MRC (Multipath Reliable Connection): A New Open Networking Protocol for Large-Scale AI Supercomputer Training Clusters appeared first on MarkTechPost.
Microsoft Azure on keskeinen osa tätä kokonaisuutta. Elisa toteutti vuoden aikana merkittäviä Azure-hankkeita muun muassa Aktian, Digital Workforcen, Suomen Punaisen Ristin Veripalvelun, Sympan ja Terveystalon kanssa. Vuoden 2025 Azure-kumppanuuspalkinto vahvistaa Elisan asemaa luotettavana Microsoft-kumppanina, joka auttaa asiakkaitaan tekemään pilvestä ja tekoälystä hallittua kilpailuetua.
An Azure Function with a Blob trigger enables automatic processing when a file is uploaded.The prebuilt layout model helps extract tables, text, and structure from documents.Microsoft Learnmicrosoft/content-processing-solution-accelerator: Programmatically extract data and apply schemas to unstructured documents across text-based and multi-modal content using Azure AI Foundry, Azure OpenAI, Azure AI Content Understanding, and Cosmos DB.
Zyphra releases ZAYA1-8B, a reasoning Mixture of Experts model with only 760M active parameters that outperforms open-weight models many times its size on math and coding benchmarks — closing in on DeepSeek-V3.2 and surpassing Claude 4.5 Sonnet on HMMT'25 with its novel Markovian RSA test-time compute method.Trained end-to-end on AMD Instinct MI300 hardware and released under Apache 2.0, it sets a new standard for intelligence density in the small language model weight class.The post Zyphra Releases ZAYA1-8B: A Reasoning MoE Trained on AMD Hardware That Punches Far Above Its Weight Class appeared first on MarkTechPost.
It describes a multi‑region AI agent landing zone on Azure that treats agents as first‑class, governable workloads—provisioned automatically, constrained by policy, and observable from day one.The AI gateway in Azure API Management provides a policy‑enforcement and observability layer in front of AI models, agents, and tools.Azure AI Foundry Control Plane provides a unified management surface for AI agents, models, and tools across projects and subscriptions.
When Terraform deploys Azure Functions, the most expensive failures are rarely “syntax” problems.In one of our Azure Function platforms, repeated deployment failures were not caused by bugs in application code or gaps in Terraform itself—they were caused by discovering platform constraints too late.By introducing a validation‑driven approach—combining Terraform input validations, targeted preconditions, and lightweight Azure DevOps pre‑flight checks—we moved failure discovery to the right place: pull requests and plan stages.
Recommendation: Use Phased Parallel Cutover for enterprise PaaS migrations involving messaging, databases, and multi-team ownership.What cutover challenges have you encountered in your Azure migrations?Have you used a relay pattern for messaging, or found a different approach that worked? Share your experiences in the comments below — your insights help the community learn faster.
Communities are becoming a more visible part of Teams, making now the right time for admins and communicators to align on readiness, governance, and content.You’ll also learn the key decisions admins and corporate communications teams should make to ensure Communities add clarity, not noise as adoption increases.Reset All Company for the Teams experience
In this tutorial, we build a Groq-powered agentic research workflow that runs directly using Groq’s free OpenAI-compatible inference endpointThe post A Groq-Powered Agentic Research Assistant with LangGraph, Tool Calling, Sub-Agents, and Agentic Memory: Lets Built It appeared first on MarkTechPost.
CopilotKit Intelligence adds a managed persistence layer on top of the open-source CopilotKit stack, giving agents the ability to retain context, state, and interaction history without custom storage infrastructureThe post CopilotKit Introduces Enterprise Intelligence Platform That Gives Agentic Applications Persistent Memory Across Sessions and Devices appeared first on MarkTechPost.
At Multitude, we operate across 17 countries and deliver digital banking, credit services, payment processing, and regulatory reporting through a platform composed of more than 400 microservices.Each bounded context represents a logical business domain and encapsulates the services and schemas required to support that capability.By combining zone-redundant availability, structured recovery workflows, governed retention policies, and standardized lifecycle management, we operate a database layer engineered for resilience, auditability, and regulatory alignment at scale.
Microsoft's published scalability target for a standard storage account is 200 Gbps egress (region-dependent).Slurm makes this easy because the whole pipeline runs inside one sbatch allocation: nodes don't move between stages, per-node /mnt/nvme persists, and srun is a stage sequencer for free.The cleanest answer, by a wide margin, is to not separate them in the first place: run both phases inside one MPIJob, with one merged worker image that contains both azcp-cluster and your training stack.
Today, she is building two AI-native ventures: the Institute for Applied AI and AIVERGENT.The Imagine Cup World Championship is a chance to see the next generation of founders in action.Watch the livestream on June 2 at Microsoft Build 9:45 AM PTD to see which startup is named the 2026 Imagine Cup World Champion.
Exporting an Azure SQL Database to a BACPAC using SqlPackage / SSMS may fail when Change Data Capture (CDC) is enabled and database users (or Entra groups) are assigned to CDC-related roles such as db_cdcreader.Azure SQL Database with CDC enabledExport fails during schema validation phase
This week Microsoft Foundry adds two major model families alongside a reasoning powerhouse that spans the full spectrum from specialized speech and vision to general-purpose coding and long-context analysis. IBM's Granite 4.1 is a famiily of 10: six LLMs across 3B, 8B, and 30B sizes in both full-precision and FP8 variants, plus a safety model, a vision-language model for document extraction, and a multilingual speech recognition model.Using the Qwen3.6-35B-A3B endpoint deployed in Microsoft Foundry, enable thinking preservation for multi-turn sessions.
To help organizations operationalize this approach today, we have defined a structured strategy for synchronizing Unity Catalog objects and associated data across regions, enabling a resilient-by-design Azure Databricks architecture.In October 2025, Databricks announced a Managed Disaster Recovery solution, developed in collaboration with Capital One, which includes managed replication, customer-specified failover, and read-only secondary capabilities. The approach outlined in this post serves as a complementary, customer-managed pattern, providing a practical and production-ready path for organizations to achieve robust disaster recovery and business continuity while Databricks continues to expand its native DR capabilities.The framework outlined below provides a practical and strategic approach to operationalizing disaster recovery in Azure Databricks environments, bridging the gap between architectural intent and true operational readiness.
As Azure Databricks workspaces evolve, complexity creeps in unnoticed. Every Azure Databricks conversation with customers eventually lands on the same question: “What do we actually have in this workspace?”In most enterprises, each business or data science team operates its own workspace, while the central platform or operations team has little to no visibility into what’s being created or why.The utility works in two phases: Discovery and Analysis.
Momentum across the Windows on Arm ecosystem continues to build as more commercial and retail customers adopt Arm-based Windows devices for everyday work.The HP Print Support Application, previously known as the HP Universal Print Application, enhances the printing experience for HP devices configured with the Microsoft IPP Class Driver.Ricoh Print Support Application enables advanced, printer‑specific functionality for Ricoh devices on modern Windows systems by restoring vendor features on top of Microsoft’s driverless IPP printing model.
Join us Friday, June 5th at 10 am PT, as we share how AI and Copilot are changing the way communicators approach measurement and analytics at Microsoft. Amy Morris and Luke Sinclair of the Microsoft Global Employee & Executive Communications (GEEC) team will walk through a practical, communicator‑led approach to capturing signals across channels, identifying themes over time, and turning insight into action. How communicators can use AI and Copilot to synthesize signals across multiple sources and see patterns that were previously hard to spot This session is for communicators, analytics partners, and anyone responsible for understanding sentiment, impact, and outcomes in an increasingly complex measurement environment. Register now at aka.ms/FirstFridaysJune!
Show you’re ready to design agent-enabled sales solutions with the new Exam AB-210 (beta). The new Microsoft Certified: Dynamics 365 Sales AI Consultant Associate Certification is built for today’s sellers who want to operate at the intersection of sales and AI.To earn the certification, you’ll need to pass Exam AB-210: Accelerating Sales Pipelines with AI in Dynamics 365, currently in beta.
Today we’re releasing a public preview of cert-manager for Azure Arc-enabled Kubernetes.It’s an Arc extension that automates TLS certificate and trust bundle management for edge Kubernetes clusters.Microsoft cert-manager for Azure Arc-enabled Kubernetes gives customers a supported way to use cert-manager, with Microsoft handling packaging, delivery, and ongoing maintenance so teams can adopt the capability without taking on the full operational burden of managing the OSS component themselves.
With Learning Activities, educators can paste in lesson content and generate a shareable practice activity in under three minutes.The AI does the heavy lifting: creating flashcards, fill-in-the-blank exercises, matching games, and quizzes from whatever content you bring.Learning Activities is a web-based tool powered by Microsoft AI.
In this post, we share what’s unique about networking at extreme GPU scale and the system-level design choices required to enable large synchronous training jobs to run reliably, even during network failures.We are also publishing, in partnership with others, the open-source Multipath Reliable Connection (MRC) specification and software interfaces, and open-sourcing the associated libraries.To complement MRC, we implemented a two-tier, multiplane network topology in Fairwater using high-radix switches.
Google Introduces MTP Drafters for Gemma 4 Family Using Speculative Decoding to Achieve Up to 3x SpeedupThe post Google AI Releases Multi-Token Prediction (MTP) Drafters for Gemma 4: Delivering Up to 3x Faster Inference Without Quality Loss appeared first on MarkTechPost.
There is a particular kind of irony that the legal profession rarely gets to witness in such pristine form.In May 2025, Latham & Watkins a firm that routinely bills over $2,000 an hour for its partners and counts Anthropic among its clients filed a court declaration in Concord Music Group v.Anthropic that contained […]
In this tutorial, we build a fully interactive, multi-page web application using NiceGUI.We start by setting up the environment and designing a reusable layout that includes navigation, theming, and dark mode support.As we move forward, we implement a live dashboard with real-time metrics and charts, demonstrating reactive bindings and timed updates.
Copilot Spaces solve the context problem by allowing you to attach a curated set of sources (files, folders, repos, PRs/issues, uploads, free text) plus explicit instructions—so Copilot answers in the context of your team’s rules and artifacts.Spaces can be shared with your team and stay updated as the underlying GitHub content changes—so your “best practices coach” stays evergreen.To standardize repeatable workflows like code review, test scaffolding, or endpoint scaffolding, create prompt files (slash commands) as .prompt.md files—commonly in .github/prompts/.
Most Azure Landing Zone (ALZ) deployments we see today still follow the same pattern they did a few years ago.Rewriting GitHub Actions pipelinesThis is exactly where GitHub Copilot (GHCP) changes the game.
Deploy Azure Microsoft Foundry in a VNet-integrated landing zoneSet up Azure Microsoft Foundry as the core AI platform layer.Operationalizing Responsible AI in Microsoft Azure goes beyond defining policies—it demands tight alignment across AI services, infrastructure, networking, and governance controls.
The Inworld AI's new model conditions on full audio context, not just transcripts — a meaningful architectural shift for voice-first AI agents The post Inworld AI Launches Realtime TTS-2: A Closed-Loop Voice Model That Adapts to How You Actually Talk appeared first on MarkTechPost.
As interest grows in agent‑based AI, institutions are increasingly exploring conversational interfaces as an entry point to digital services.The evolution of the delivery of student services in higher education.A growing pattern in agent‑based AI delivery is the use of hybrid architectures that blend local execution on modern AI-enabled PCs powered by small language models (SLMs), with cloud‑based AI services built on large language models.
ACR’s artifact cache feature has helped teams reduce upstream dependency on public registries like Docker Hub, GitHub Container Registry, and Microsoft Artifact Registry by serving cached copies of publicly available images from a local ACR instance.A step-by-step walkthrough using the Azure CLI to set up an ACR-to-ACR cache rule with a user-assigned managed identity.The new --identity (-i) parameter on az acr cache create accepts the resource ID (ARM ID) of the user-assigned managed identity you want the cache rule to use.
They were trying to make what looked like a simple HTTP request to a Jira API but were getting back an SSL error.The root of the error was that the customer was securing the API endpoint with a certificate generated from a private Certificate Authority in their environment.Because this certificate was not signed by VeriSign, GoDaddy or other public certificate authority, and the Logic App HTTP Connector was failing as it did not trust the issuer.The fix for this is simple as it turns out but required a bit of reading the manual.
The session explored how organizations can leverage Marketplace as a strategic procurement engine and maximize their cloud investments.A major focus of our session was the Microsoft Azure Consumption Commitment (MACC).This agreement allows organizations to commit to a certain level of Azure consumption in exchange for discounted rates.
We're excited to announce the public preview of availability set to Virtual Machine Scale Set migration for Azure Virtual Machines.This new capability enables you to move your existing VMs from availability sets to Virtual Machine Scale Sets with Flexible orchestration—unlocking higher availability, autoscaling, and zone-level resiliency without recreating your workloads from scratch.Why migrate from availability sets to Virtual Machine Scale Sets?
However, this customer had a need to connect to an on-premises SQL instance via the on-premises data gateway (OPDG).We got the gateway registered in Azure and were ready to test it out.The customer is using Logic Apps and the SQL Connector to connect back to their on-premises SQL instance.To configure the on-premises data gateway account for delegation, do the following:
Azure Web Application Firewall (WAF) serves as a critical control at the application edge, inspecting inbound HTTP/S traffic and blocking common web-based exploits before they reach backend services.While WAF focuses on securing the application boundary, Defender for Cloud extends protection into the resource layer by providing Cloud-Native Application Protection Platform (CNAPP) capabilities, including security posture management and workload protection.The Azure Networking Security blog post “Zero Trust with Azure Firewall, Azure DDoS Protection, and Azure WAF: A practical approach” highlights WAF’s role in inspecting inbound HTTP/S traffic, detecting malicious request patterns (such as OWASP Top 10 vulnerabilities), and reducing direct exposure of backend endpoints by enforcing a controlled application entry point.
Voice AI has a dirty secret.The speaker sounds like themselves for two seconds, then drifts into generic synthetic territory.The post Closing the ‘Expressivity Gap’: How Mistral’s Voxtral TTS is Redefining Multilingual Voice Cloning with a Hybrid Autoregressive and Flow-Matching Architecture appeared first on MarkTechPost.
As organizations deploy agents at scale, a hard truth is emerging: an agent is only as valuable as the knowledge behind it.Foundry IQ is a knowledge layer within Microsoft AI Foundry that connects curated, structured knowledge sources to the agents customers build and deploy.Model Context Protocol (MCP) – Open standard for connecting AI agents to knowledge and tools
This month, the Windows Accessibility team delivered its first interactive deep dive on the Tech Community featuring demos of the latest improvements in Narrator and live Q&A. Watch it on demand to help ensure your organization is taking advantage of the latest Windows 11 accessibility features.We also continue to host Ask Microsoft Anything (AMA) here on the Tech Community to help you plan for older Secure Boot certificates starting to expire in June.[W365] – A new Windows 365 monitoring and reporting platform, now in public preview, consolidates Cloud PC health, performance, and configuration data into integrated dashboards in Intune.
In this tutorial, we build a complete skill-based agent system for large language models and explore how modular capabilities can be structured like an operating system for AI agents.We define reusable skills, attach metadata and schemas to them, register them in a central registry, and enable dynamic orchestration through tool calling and multi-step reasoning.The post Build a Modular Skill-Based Agent System for LLMs with Dynamic Tool Routing in Python appeared first on MarkTechPost.
At Ultimate Partner LIVE Bellevue, May 11–13, a lineup of senior Microsoft executives will take the mainstage to share what is shifting, what it means for your business, and how the most aligned partners are responding. Here is who to know.In his fireside with Vince Menzione, he will share what the most successful partners are doing differently as AI moves from a conversation to a core business motion.Her session covers FY27 channel priorities: where Microsoft is investing, what the most successful CSP and indirect partners are doing right now with AI and Copilot, and why the partners who have moved to an outcomes-based model are already seeing compounding growth.
OpenAI's GPT-5.5 Instant (or Chat-latest in the API) begins rolling out in Microsoft Foundry today as GPT-chat-latest.Built on GPT-5.4 and GPT-5.3-chat, the new model delivers measurable gains in factual accuracy, tool calling, and response efficiency.According to OpenAI, the new model produces 52.5% fewer hallucinations and reduces hallucinated claims by 37.3% on conversations previously flagged for factual errors when compared to GPT-5.3-chat.
To support ongoing security and infrastructure improvements, Viva Glint will perform planned maintenance on May 31, 2026 starting at 1:00am Pacific time (PDT).The maintenance window is expected to last approximately 3–4 hours, during which time customers may experience limited access to both Viva Glint surveys and the platform.We recognize that maintenance windows can cause disruption and appreciate your understanding as we continue to improve the reliability, security, and performance of Viva Glint.
One of those platforms is Connect+, which Copeland uses to monitor and control refrigeration controllers in grocery and large-format retail environments where uptime directly affects food safety and operations.When Copeland became a standalone company following a divestiture from Emerson Electric, the team faced a hard deadline.The company used the transition to modernize Connect+ and establish an operating model built for scale, security, and reliability with Azure.
Turning Copilot Studio analytics into clear business insightThe Analytics Viewer role in Copilot StudioThe Analytics Viewer role provides view-only access to an agent’s Analytics page, without permission to edit, configure, publish, or share the agent.
However, when queries combine highly skewed data distributions with runtime randomness (for example, ORDER BY random() LIMIT 1), this increased planner confidence can sometimes lead to execution plans that are correct in theory but catastrophic for specific runtime values.The failure occurs because the PostgreSQL 17 planner estimates a large matching result set based on the cardinality of values produced by the audit_purchases CTE, and consequently chooses a plan optimized for that estimated volume rather than for the single runtime-selected account.Disabling hash joins at the session level forces PostgreSQL 17 to revert to a nested loop plan using index scans.
Show your readiness to design and run AI solutions on Azure, with new Exam AI-200 (beta).To support this shift, we’re introducing the new Microsoft Certified: Azure AI Cloud Developer Associate Certification to help you validate your knowledge of building, integrating, and monitoring AI solutions on Azure by using containerized compute, vector-enabled databases, event-driven AI pipelines, serverless functions, secret management, and distributed observability.To earn this new Microsoft Certification, you need to pass Exam AI-200: Developing AI Cloud Solutions on Azure, currently in beta.
Microsoft Sentinel continues to expand its ecosystem through the Codeless Connector Framework (CCF), enabling ISVs to build and deliver integrations with Sentinel faster while simplifying deployment for customers.With this latest enhancement, ISVs can now build connectors that read data from Azure Blob Storage—unlocking new flexibility in how security data is collected and delivered.This approach introduces a durable data layer between the data source and Sentinel, enabling more resilient and scalable ingestion scenarios.
We’re passionate about helping people learn how to use Copilot to make work easier, get more productive, and stay on top of everyday tasks, which is the inspiration behind our video series.The videos we have created for Part 2 demonstrate how the Microsoft 365 Copilot app can help you get through your workday.Catch up on meetings with video highlights
For example, up to 50,000 cases and 5 TB per search in E5 (versus 10,000 cases and 2 TB in E3).Each legal hold in E5 can encompass up to 2,000 mailboxes and 2,000 sites in one policy.Reconstructs conversations in a threaded view for Microsoft Teams chats and email chains.
Sentinel launches in 2019, on April 1, 2024, Security Copilot launches.This April, I’m celebrating four years as a Microsoft MVP (Security) and two years of Security Copilot.I’m also celebrating a milestone I’m still processing: being the only woman in the world with the Security Copilot designation in Security Copilot’s second year.
AI Avatar Roleplays: Coachello’s AI Avatar Roleplays lets employees practice high-stakes workplace conversations with lifelike AI avatars in Microsoft Teams, guided by Microsoft 365 Copilot.DeepSeek and Llama Powered All-in-One LLM Suite: Techlatest provides a DeepSeek-powered and Llama-powered all-in-one large language model (LLM) suite on a Microsoft Azure virtual machine.The serverless design scales on demand to shorten up to 100 URLs per second, and customers pay only for API calls while clicks and traffic remain included at no extra cost.
Non-deterministic agents are those where the same input can lead to distinct outputs across multiple runs.
In this post, I describe how to build a backfill agent using Azure AI Foundry, Model Context Protocol (MCP), Azure Functions, Synapse, and ADX.In this demo, Logic Apps, Synapse, and Kusto are treated as existing systems; the focus is how to expose controlled MCP tools from an Azure Function App and connect them to Azure AI Foundry agent.Connect the MCP server to Azure AI Foundry
Extending that vision, we are announcing general availability of federated Copilot connectors1, a new class of Copilot connectors that bring real-time data to Copilot via Model Context Protocol (MCP).The first wave of Microsoft-built federated Copilot connectors includes partners like Canva, HubSpot, Intercom, Linear, LSEG (London Stock Exchange Group), Moody’s, Notion and more.Built on the emerging industry standard Model Context Protocol (MCP), federated connectors bring third-party data into Microsoft 365 Copilot live at query time, enabling users to reason over real-time information without leaving their workflow.
Give Microsoft 365 Copilot Cowork your team's playbook.Plugins bring your organization's skills and knowledge into one workflow so Cowork can help teams work the way they already do. Try Copilot Cowork in Frontier * Partner integrations for LSEG (London Stock Exchange Group), Miro, monday.com, and S&P Global Energy are available in the coming weeks
Managed HSM is different from regular Key Vault:Since Managed HSM uses RBAC, assign roles like:Resource identity must have access to HSM key
How momentum optimizes gradient descent by dampening oscillations and accelerating convergence on complex The post Why Gradient Descent Zigzags and How Momentum Fixes It appeared first on MarkTechPost.
A push-based notification system for Batch API, Deep Research, and video generation tasks arrives with built-in security, retry guarantees, and two configuration modes.The post Google Adds Event-Driven Webhooks to the Gemini API, Eliminating the Need for Polling in Long-Running AI Jobs appeared first on MarkTechPost.
But for anything involving multiple inputs, constraints, or edge cases, the process can become unpredictable.Tools like GitHub Copilot, Azure AI Studio, and AI-assisted workflows in Visual Studio Code tend to be more effective when given clear, structured inputs.Amplifier - Modular AI Agent Framework - Amplifier
Infrastructure consistency is critical in large-scale Azure environments, especially in migration programs and DevOps-driven deployments.While Infrastructure as Code (IaC) using Terraform improves reproducibility, it does not fully eliminate:To address this, we propose building an AI-powered Infrastructure Validation Agent that continuously validates and reconciles:
In this tutorial, we walk through a complete, end-to-end workflow for correcting bias in survey data using the balance library.We simulate a realistic population, deliberately introduce sampling bias, and then apply multiple re-weighting techniques to recover unbiased estimates.We focus on four widely used methods: Inverse Probability Weighting (IPW), Covariate Balancing Propensity Scores (CBPS), […]
While tools such as GitHub Copilot have significantly improved developer productivity at the function and file level, modern applications demand capabilities that operate across the entire repository.With GitHub Copilot Workspace, developers can now move from incremental edits to intent-driven, multi-file transformations powered by AI.The role of Copilot Workspace in modern development workflows
Download and install the following Visual Studio Code dependencies for your specific operating system using either method:Starting with version 2.81.5, the Azure Logic Apps (Standard) extension for Visual Studio Code includes a dependency installer that automatically installs all the required dependencies in a new binary folder and leaves any existing dependencies unchanged. Provides a local data store and emulator to use with Visual Studio Code so that you can work on your logic app project and run your workflows in your local development environment.
Zyphra Introduces Tensor and Sequence Parallelism (TSP): A Folded Parallelism Strategy That Reduces Both Parameter and Activation Memory Across the Same GPU AxisThe post Zyphra Introduces Tensor and Sequence Parallelism (TSP): A Hardware-Aware Training and Inference Strategy That Delivers 2.6x Throughput Over Matched TP+SP Baselines appeared first on MarkTechPost.
To avoid gaps in protection, organizations need to fully deploy and scale core identity protections–from phishing-resistant authentication to Conditional Access policies to risk remediation and resiliency–across cloud and hybrid deployments. That’s why we’re launching the Secure identity foundation with Microsoft Entra series: a five-part webinar lineup focused on implementing these core identity capabilities across Microsoft Entra. Think of this series as a gui...
In this tutorial, we walk through an end-to-end implementation of an advanced machine learning pipeline using ZenML. We begin by setting up the environment and initializing a ZenML project, then define a custom materializer that enables seamless serialization and metadata extraction for a domain-specific dataset object. As we progress, we build a modular pipeline that […] The post
Start with the framework, accelerate with the tool Watch the video walkthrough The Application Resilience Framework originated from a practical gap we saw in resilience reviews: teams had architecture diagrams, monitoring data, incident history, and runbooks, but no consistent way to connect them into a measurable resilience model. The framework is intended to close that gap by tu...
A story of cost, control, and custom engineering at cloud scale Every organization strives to design its security architecture in a way that can be designed to help address architectural complexity and support cost‑aware, scalable designs, depending on workload characteristics and implementation choices. Across multiple customer environments, we increasingly see a consistent pattern emerge—sec...
As of May 4, 2026, we've aligned renewal and end-of-term options to create a more consistent and predictable experience. Customers and partners now have clear choices at expiration: renew to a new term, cancel at end of term, or temporarily extend service through a paid extended service term (EST).
Stop Managing SonarQube Issues One by One, Introducing SonarPilot Introduction If you've worked on a large projects, you know the feeling. You open your SonarQube dashboard, and you're staring at 30,000+ open issues spread across many rules. You need to triage them before the next sprint. You need to assign a category of issues to the right developer. You need to mark 4000 findings as false positives. And the only tool you have is, the SonarQube w...
Discover the top search and fetch APIs for AI agents in 2026. Compare tools like TinyFish, Tavily, and Firecrawl based on latency, token efficiency, and free tiers to optimize your agent's web retrieval. The post Top Search and Fetch APIs for Building AI Agents in 2026: Tools, Tradeoffs, and Free Tiers appeared first on
Join us on Wednesday, May 13th @ 8am Pacific Time for an in-depth professional development webinar on the new Study & Learn agent in Microsoft 365 Copilot, which is about to become available for all students 13+ and educators. This will be a 60-minute hands-on webinar where the Product Management team will walk through the Study & Learn agent, which is purpose-built for learning. The experience goes beyond just answering questions and instead guiding students through ...
Deploying Microsoft Defender on high-value assets (HVAs) such as domain controllers, ADFS servers, and other Tier-0 systems, requires a thoughtful approach to balance strong protection with operational stability. Given the powerful response capabilities available, organizations often seek greater control over how these actions are applied in sensitive environments. Many organizations, especially those with strict privileged access management policies, also prefer to limit cloud-initiated admi...
What's new in Defender for Cloud? Container runtime anti-malware detection and blocking and DNS Detection for Kubernetes is now GA in Defender for Containers for AKS, EKS, and GKE. Learn more about these announcements here and
Copilot Data Collection Reference Table Data Type
Coauthored with Nerdio Organizations adopting Azure Virtual Desktop (AVD) typically begin with small pilot deployments that perform well under limited load. As these environments scale to hundreds or thousands of users, a consistent set of challenges emerges. At the center of that shift is the user profile laye...
The way people work continues to evolve—and so do the ways organizations use Windows delivered from the cloud. From small businesses without dedicated IT teams, to enterprises modernizing existing virtualization deployments, to shift workers who need flexibility without a dedicated device, the range of scenarios continues to grow. Today’s updates build on that momentum—expanding how Windows 365 and Azure Virtual Desktop support more environments, more customers, and...
Summary This guide is designed for customers with Azure Reserved Virtual Machine Instances (RIs) that will no longer be available for new purchase or renewal starting July 1, 2026 for select VM series. It helps you understand the impact of these changes and plan next steps to maintain cost predictability and avoid lapses in commitment-bas...
Enterprise data is full of hidden relationships: citation chains in legal docs, service dependencies, approval hierarchies, and drug interactions. These connections often hold the most valuable insight, but SQL-only and vector search can miss them. With Apache AGE now generally available, AI Functions in ai_extension in public preview, and graph visualization shipped in the PostgreSQL VS Code extension, Azure Database ...
Microsoft DefenderMonthly news - May 2026 Edition This is our monthly "What's new" blog post, summarizing product updates and various new assets we released over the past month across our Defender products. In this edition, we are looking at all the goodness from April 2026. We are now including news related to Defender for Cloud in the Defender portal. For all other Defender for Cloud news, have a look at the dedicated Defender for Cloud Monthly News
Hi MGCI Members! As April wraps up, we’re energized by another strong MGCI General Session and the continued momentum we’re seeing across global community events. From student-led innovation to Copilot-focused learning and large-scale community-led conferences, there are more ways than ever to learn, connect, and participate. Let’s take a look at what just happened and what’s coming up next. ✅ Recently Wrapped: MGCI Monthly General Session
In this issue: Ace Aviator of the Month News from our product group News from our community Ace Aviator of the Month May 2026's Ace Aviator:
Guest Author: Femke Cornelissen ✨ Chief Transformation Officer - Wartell Meet Loop.
Why API resilience is a Marketplace readiness requirement The previous post Design Predictable AI Performance for Apps Selling Through Microsoft Marketplace showed how to design systems that behave predictably when things go right. This post focuses on what happens when they do ...
Summary As cloud-native systems scale, performance challenges rarely stem from a single bottleneck. Instead, they emerge from the interaction between compute, orchestration, and data layers under load. This article captures a practical optimization journey of a high-volume Azure-based workload and highlights how controlled scaling, improved orchestration design, and proactive database maintenance can significantly outperform brute-force scaling. Introduction Distribut...
As the Windows print ecosystem continues transitioning away from legacy driver‑based architectures, Windows Protected Print Mode (WPP) helps improve system security by enforcing use of the Windows modern print stack&nbs...
BENE.BIZ Power Slider: The BENE.BIZ Power Slider visual for Microsoft Power BI lets you build interactive numeric and date-range sliders for reports.This fully automated, read-only assessment from Simplicity IT Inc. runs inside your Azure environment and delivers a scored road map for Active Directory retirement, complete with AI-classified application inventory and migration recommendations.Agents with Dynamics 365 Supply Chain Management: 1-Week Proof of Concept: In this proof of concept, Nexer Group AB will identify and prioritize high-value AI agent opportunities for Microsoft Dynamics 365 Supply Chain Management, then produce a pilot-ready use case with key performance indicators, data needs, governance requirements, and a realistic path to a 30-day build or a 45-day build.
During migration testing engagements for enterprise workloads moving to Azure Kubernetes Service (AKS), we frequently validate high availability behavior under simulated infrastructure failures within a single Azure region using Availability Zones. In one such workload migration scenario involving a multi‑replica API service, infrastructure‑level HA con...
Announcing the public preview of Oracle Database built-in connector for Azure Logic Apps Standard Run Oracle Database operations natively in your Logic Apps Standard workflows. Today we’re excited to announce the public preview of Oracle Database built-in connector for Azure Logic Apps (Standard). This connector brings first-class Oracle Database connectivity to single-tenant workflows by running in-process with the Logic Apps...
My name is Ron Arestia, and I am a Security Researcher with Microsoft’s Detection and Response Team (DART). We respond to customer cybersecurity incidents to assist with containment and recovery from threat actors. In this brief blog post, we will discuss the “why” behind your PKI. This is part 3 of a series on practical PKI implementation based on my experience with customer interactions working as a Microsoft engineer. Feel free to catch up on previous blog posts or jump right into t...
Start here. Answer honestly. Right now, how many AI agents are running inside your organization? Who built them? What patient data, claims information, or proprietary research do they touch? If your CISO walked into your office tomorrow and asked for a complete inventory of every agent in your enterprise, including each one's owner, the systems it can access, and the policies governing its behavior, could you produce that...
Most developers treat prompting as an afterthought—write something reasonable, observe the output, and iterate if needed. That approach works until reliability becomes critical. As LLMs move into production systems, the difference between a prompt that usually works and one that works consistently becomes an engineering concern. In response, the research community has formalized prompting into […] The post
In this tutorial, we take a deep dive into the TaskTrove dataset on Hugging Face and build a complete, practical workflow to efficiently explore it. Instead of downloading the full multi-gigabyte dataset, we stream it directly and work with individual samples in real time. We begin by setting up the environment and inspecting the raw […] The post
GitHub-hosted runners work well for most scenarios. But as workloads grow, teams often need: Better cost optimization — pay only when jobs run More control over execution environments and installed tools Scalable parallel execution — run 10, 20, or 50 jobs simultaneously Network access
Research and development has traditionally been a slow, sequential, and largely manual endeavour. Scientists formulate hypotheses, design experiments, run computations in constrained environments, and document results, each stage dependent on the last, each transition requiring human review and intervention. Knowledge is fragmented across systems, insights are bottlenecked by individual capacity, and the gap between hypothesis and actionable outcome can span weeks or months....
Sakana AI Introduces KAME: A Tandem Architecture That Injects Real-Time LLM Knowledge Into Speech-to-Speech Conversational AI Without Adding Latency The post Sakana AI Introduces KAME: A Tandem Speech-to-Speech Architecture That Injects LLM Knowledge in Real Time appeared first on MarkTechP...
A model can behave perfectly one moment and degrade the next—without any change to your data, pipeline, or logic. The root cause often lies in something far more subtle: how your input is tokenized. Before a model processes text, it converts it into token IDs, and even minor formatting differences—like spacing, line breaks, or punctuation—can […] The post What is Tokenization Drift and...
Mistral AI's latest release brings async cloud-based coding sessions, a new 128B flagship model, and an agentic Work mode to Le Chat — a meaningful step forward for developers building with AI agents.The post Mistral AI Launches Remote Agents in Vibe and Mistral Medium 3.5 with 77.6% SWE-Bench Verified Score appeared first on MarkTechPost.
Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions, Metabolism, and Cell Signaling SimulationThe post Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions, Metabolism, and Cell Signaling Simulation appeared first on MarkTechPost.
It's the most ignored credential in the cloud, and statistically the most likely one to leak.The pipeline mints a short-lived token at runtime, exchanges it for an Azure access token via Microsoft Entra, and never touches a secret.This post walks through the pattern end-to-end, for both GitHub Actions and Azure DevOps, the way I've rolled it out across multiple customer estates.
Introduction In large Azure environments, one of the most overlooked yet critical governance challenges is resource naming consistency. While organizations define naming standards, enforcing them at scale across multiple subscriptions, teams, and pipelines often becomes a manual and inconsistent process. In real-world projects, this leads to: Operational confusion Difficult resource identification Reduced traceability...
🧩 The Challenge: Governance at Scale Managing Azure environments manually introduces: ❌ Policy drift across subscriptions ❌ Inconsistent naming conventions ❌ Delays in compliance enforcement ❌ Human errors in deployments 🔍 Insight: Governance gaps are often not due to lack of policies—but lack of automation. Solution Overview: EPAC Enterprise Policy as Code (EPAC) to bring govern...
In this tutorial, we explore the lambda/hermes-agent-reasoning-traces dataset to understand how agent-based models think, use tools, and generate responses across multi-turn conversations. We start by loading and inspecting the dataset, examining its structure, categories, and conversational format to get a clear idea of the available information. We then build simple parsers to extract key components […] The post
A new paper from NVIDIA Research integrates speculative decoding directly into NeMo RL with a vLLM backend, delivering lossless rollout acceleration at both 8B and projected 235B model scales.
In this tutorial, we explore how we can decode linguistic features directly from brain signals using a modern neuroAI pipeline. We work with MEG data and build an end-to-end system that transforms raw neural activity into meaningful predictions, in this case, estimating word length from brain responses. We set up the environment, load and process […] The post
Meta Introduces Autodata: An Agentic Framework That Turns AI Models into Autonomous Data Scientists for High-Quality Training Data CreationThe post Meta Introduces Autodata: An Agentic Framework That Turns AI Models into Autonomous Data Scientists for High-Quality Training Data Creation appeared first on MarkTechPost.
We kicked off the call with the annoucement of our digital premiere of More Than Code: SharePoint community film.Anirudh Bajaj and Jenny Huang led the main topic this month with a deep dive into People Skills and Workforce Insights Agent.The Workforce Insights Agent is designed to help leaders translate skills and organizational data into actionable decisions.
A key capability of Microsoft Entra Internet Access is the Secure Web and AI Gateway, which applies identity-centric network controls to web and AI traffic.Today, we’re excited to share the latest features now generally available in Microsoft Entra Internet Access and Private Access and to announce brand-new capabilities in public preview.While Internet Access secures your web and AI traffic, Microsoft Entra Private Access helps you replace legacy VPNs with Zero Trust Network Access for private apps:
In this tutorial, we walk through a complete, hands-on journey of post-training large language models using the powerful TRL (Transformer Reinforcement Learning) library ecosystem. We start from a lightweight base model and progressively apply four key techniques: Supervised Fine-Tuning (SFT), Reward Modeling (RM), Direct Preference Optimization (DPO), and Group Relative Policy Optimization (GRPO). Also, we […] The post
We are thrilled to announce that Advanced Container Networking Services (ACNS) for Azure Kubernetes Service (AKS) now delivers two powerful observability features in General Availability: container network metrics filtering and container network log filtering and aggregation. Together, these capabilities set a new standard for Kubernetes network observability, giving you high-fidelity visibility at dramatically lower cost and noise. These capabilities fundamentally redefine how network observ...
On Wednesday, May 6, the Microsoft Teams SMB product team is going live for a focused 40-minute session designed specifically for small and medium businesses.Angela Chin, Principal PM Manager on the Teams SMB team, will walk through the latest updates in Microsoft Teams built with smaller businesses in mind:Wednesday, May 6, 2026, 8:05–8:45 AM PT.
We are pleased to announce the general availability of Microsoft ODBC Driver 17.11.1 for SQL Server, released on April 30, 2025.This servicing update delivers important bug fixes and expands Linux platform support.The driver is available for download from the Microsoft ODBC Driver for SQL Server documentation page.
By: Carol Burns - Principal Product Manager | Microsoft Intune and Sucheta Gawade, Microsoft MVP (Azure & Security / Intune) Practitioner perspective from Sucheta Gawade, Microsoft MVP (Azure & Security / Intune), with deep experience in secure frontline mobility, including regulated healthcare environments. In the previous article, we focused on
📁May 1, 2026 - Title Plan Now AvailableAccess the latest Instructor-Led Training (ILT) updates anytime at http://aka.ms/Courseware_Title_Plan to ensure you're always working from the most current version.📌 Reminder: To help you stay informed more quickly and consistently, we’ve moved to a weekly publishing cadence for the title plan.
This is where Databricks Lakebase enters the picture, representing a significant evolution by bringing fully managed PostgreSQL OLTP capabilities directly into the Databricks Data Intelligence Platform.Lakebase addresses the need for a single, governed platform that can seamlessly handle both transactional and analytical workloads, thereby simplifying data architectures, reducing operational overhead, and accelerating the development of real-time applications and AI agents.By seamlessly integrating a fully managed PostgreSQL OLTP engine directly into the Databricks Data Intelligence Platform, Lakebase addresses the long-standing challenge of data fragmentation.
We're excited to announce the release of go-mssqldb v1.10.0, the official Microsoft Go driver for SQL Server and Azure SQL Database.This release brings significant reliability improvements, better standards compliance, and a smoother developer onboarding experience.This release requires Go 1.21+ and is fully compatible with SQL Server 2012 through 2022 and Azure SQL Database.
A service principal, a non‑human application identity in Microsoft Entra ID that authenticates with certificates, never logs in interactively, and keeps running no matter who leaves.In this blog, we will highlight opportunities to strengthen your security posture across the Power Platform with Service Principals alongside ideas for when a Service Principal may not be applicable for your scenario.Power Platform Pipelines are a built-in option for application lifecycle management native to the Power Platform.
As you begin using GitHub Copilot within your SAP development and integration environment, you may notice performance differences, especially when working within corporate networks.GitHub Copilot is no longer a black box, it becomes a trusted, secure, and intelligent AI assistant seamlessly integrated into your Azure and SAP development ecosystem.GitHub Copilot for SAP ABAP in VS Code: Setup Guid... - SAP Community
We are pleased to announce the release of Microsoft.Data.SqlClient 6.1.5, the latest servicing update to the 6.1 line. This update focuses on connection performance, error propagation, and vector type metadata correctness. Install or update from NuGet: dotnet add package Microsoft.Data.SqlClient --version 6.1.5 Full release notes:
In part one of this series, we covered AGT’s runtime governance: the policy engine, zero-trust identity, execution sandboxing, and the OWASP Agentic AI risk ma...
For organizations in regulated industries — financial services, healthcare, government, defense — the security conversation around data has always revolved around two states: data at rest and data in transit. Encrypt your storage. Encrypt your network traffic. Check, check. But there's a third state that's been much harder to address: data in use. What happens to your events while they're being actively processed by the streaming infras...
We're excited to announce the general availability of Microsoft 365 E7 and Agent 365!Microsoft 365 E7 is the Frontier Suite powered by Work IQ, designed for a human-led, agent-operated enterprise—turning human intent into AI action that functions securely and at scale. Microsoft 365 E7 bundles Microsoft 365 E5, Copilot, Agent 365, and more into a single integrated offer built for customers’ Frontier Transformation. Designed for organizations to move from AI experimentation to scale, it includes Microsoft Entra Suite and advanced Defender, Intune, and Purview capabilities, delivering comprehensive security across agents and employees. Agent 365 is the control plane for customers to observe, govern, and secure both Microsoft and third-party AI agents, grounded in shared intelligence and built with trust to protect the organization.
Microsoft 365 E7 is built to do exactly that – combining advanced AI capabilities with enterprise-grade security and governance so organizations can move beyond isolated pilots and deploy AI confidently at scale.Today, Microsoft 365 E7 – the Frontier Suite – is generally available, offering a single, integrated solution that unifies intelligence and trust, so organizations can move from experimentation to enterprise-wide AI adoption. In addition to being included with Microsoft 365 E7, Agent 365 is available as a standalone license at $15 per user per month.
Agent 365 is built on three core value pillars: observe, govern, and secure, designed to give IT and security teams clear visibility, consistent controls, and enterprise-grade protection across your entire agent fleet.In this series, we’ll highlight new Agent 365 features and enhancements now and over the months ahead.Registry sync enables AI admins to securely consent to and connect ecosystem partner agent platforms to Agent 365, bringing external agents and their metadata into the Agent 365 registry for a more unified view of your agent population.
AI agents are rapidly evolving from tools that answer questions to performing human-level work inside an enterprise ecosystem, powering essential business workflows that have traditionally been completed manually. But while governance and policy models are emerging, one critical question remains unresolved for IT: where should agents actually run?
In one anonymized engagement, an AI‑assisted audit found that **43% of module invocations (~10 modules) ** still relied on legacy, non‑AVM wrappers — even though modernization work was already underway.But in a live estate, each change must be checked through one lens: **state safety**.Microsoft’s AVM guidance now explicitly discusses **AI‑assisted IaC solution development** — pairing AVM modules with AI tools to speed delivery while keeping humans in control.
Qwen Team Introduces Qwen-Scope: An Open-Source Sparse Autoencoder Suite That Turns LLM Internals into Practical Development ToolsThe post Qwen AI Releases Qwen-Scope: An Open-Source Sparse AutoEncoders (SAE) Suite That Turns LLM Internal Features into Practical Development Tools appeared first on MarkTechPost.
This article will take you from zero to advanced, covering concepts, architecture, setup, and real-world use cases.The Agent Client Protocol (ACP) is an open standard designed to connect clients (like IDEs or tools) with AI agents in a consistent and interoperable way.GitHub Copilot CLI can run as an ACP-compatible server, exposing its AI capabilities programmatically.
In this tutorial, we build the entire Agentic UI stack from the ground up using plain Python, without relying on external frameworks to abstract away the core ideas.We implement the AG-UI event stream to make agent behavior observable in real time, and we bring in A2UI as a declarative layer that allows interfaces to […]The post A Coding Deep Dive into Agentic UI, Generative UI, State Synchronization, and Interrupt-Driven Approval Flows appeared first on MarkTechPost.
Moonshot AI releases FlashKDA, a high-performance implementation of Kimi Delta Attention that plugs directly into the flash-linear-attention ecosystem — and benchmarks show it's meaningfully faster.The post Moonshot AI Open-Sources FlashKDA: CUTLASS Kernels for Kimi Delta Attention with Variable-Length Batching and H20 Benchmarks appeared first on MarkTechPost.
Authors: Aung Oo, Vice President Azure Storage Product Management Parker Leavitt, Partner Account Manager, AHEAD Special thanks to: Michael Johnson, Vice President, Cloud, AHEAD AHEAD background AHEAD was formed in 2007 and possesses deep expertise in Infrastructure, Cloud Platforms, AI, Analytics, Networking, Storage, Sec...
Microsoft Research's World-R1 Uses Reinforcement Learning to Force 3D Consistency Into Text-to-Video Models The post Microsoft Research’s World-R1 Uses Flow-GRPO and 3D-Aware Rewards to Inject Geometric Consistency Into Wan 2.1 Without Architectural Changes appeared first on
We’re excited to share a new open-source PowerShell module on GitHub that provides PowerShell-native management of ReFS snapshots. It wraps the existing refsutil streamsnapshot in cmdlets designed for scripting and automation, with pipeline support and consistent error handling.
As AI adoption matures, the conversation is shifting from model capability to system design, how to orchestrate models that deliver the right balance of quality, speed, and cost. Today, we’re expanding the Microsoft Foundry model catalog with
As organizations adopt cloud applications, hybrid work, and distributed teams, many are re-evaluating how users securely access applications and data. Secure Access Service Edge (SASE) has become a common starting point for these conversations, but for many teams, understanding where to begin can feel unclear. This article provides a practical foundation for teams learning about SASE for the first time. It explains what SASE is, why it emerged, how it differs from Secu...
Frontline scenarios often involve Surface devices that are shared across shifts, used in physically demanding settings, or deployed across multiple locations. In these situations, accessories play a critical role in shaping how devices are configured for day‑to‑day use and how well they perform within the environments in which they are used.
What you need to know Prompt flow in Microsoft Foundry and Azure Machine Learning will be retired on 20 April 2027. As part of this change, Microsoft recommends moving to Microsoft Agent Framework, which provides a production-ready foundation for b...
Welcome to the April 2026 edition of What's new in Microsoft Sentinel. April brings a broad set of updates, with RSAC 2026 announcements rolling out alongside new features. Hi...
Today, the Work IQ API is available in public preview, expanding access to the same underlying intelligence capabilities used by Microsoft 365 Copilot for developers and partners. Work IQ gives developers programmatic access to Copilot so you can build agents and apps that use Copilot’s grounding, context, and reasoning without wiring raw data or permissions. In this public preview, that access is exposed in three formats—Agent‑to‑Agent (A2A) for agent collaboration, Model Context Prot...
By Vince Frankson, Authentica Solutions | Guest Post via the Microsoft Education Blog Education technology leaders are not short on vision; they are short on time. They know exactly what their Microsoft 365 environment is capable of. What they deserve are better tools, smarter automation, and a partner that shows up ready to serve. At Authentica Solutions, we pride ourselves on our culture of servant leadership, not just as a slogan, but as our guiding principle. Our mission is ...
AI is raising the bar for document management. It’s no longer enough to store and share files— content needs to be governed, structured, and connected to the way teams actually work so AI can reason over it responsibly and help people move from information to action. That’s why we’re excited to share that Microsoft has been named a Leader in the 2026 Gartner® Magic Quadrant™ for Document Management, ...
You can now use policy to remove select pre-installed Microsoft Store apps on devices running Windows 11, version 25H2 or version 24H2. We've also made a significant update to this policy: a dynamic app removal list. This feature lets you remove any preinstalled MSIX/APPX app by referencing its Package Family Name (PFN). What's the benefit? Fewer unwanted apps, simpler provisioning, and a more tailored desktop for your users. Just use a standard, poli...
For the team behind Experts Live Denmark - organized by the Microsoft MVP & RD community in Denmark - this belief has shaped how they think about community: not just as a place to share knowledge, but as a space to open doors into the industry. That thinking is what led to the collaboration with ReDI School of Digital Integration Den...
With an audience deeply focused on differentiation, scale, and customer value, the conference highlighted how cloud, AI, and modern commerce models are redefining the partner opportunity. Microsoft Marketplace participated as a Platinum sponsor, reflecting the central role the channel plays as customers move AI from experimentation into production.Connor O’Reilly, Channel Sales Manager, Devicie
We would like to share that prefix-scoped access for User Delegation SAS for Azure Blob Storage is generally available in all Azure regions. SAS tokens for Blob Storage have historically supported two levels of scope: container and individual blob. With this release, you can now scope access to a prefix or virtual directory within a container, granting access to all blobs beneath the path. This is especially valuable for applications that organi...
Announcing Microsoft Drivers 5.13.1 for PHP for SQL Server We have released Microsoft Drivers 5.13.1 for PHP for SQL Server (sqlsrv and pdo_sqlsrv). This patch release addresses several important bug fixes, including a security fix for access token handling in pooled connections and multiple stability improvements. Bug Fixes Access token identity leaking across pooled connections ...
A common assumption is that side by side deployment exists only as a short bridge to replacement.Running Defender alongside an existing prevention platform allows organizations to:Using Defender Endpoint capabilities in a side‑by‑side model:
April's Intune updates focus on three areas administrators have consistently asked us to improve: fresher device data, streamlined identity foundations across platforms, and simpler management for non-traditional endpoints. This month includes advancements in Windows app inventory, Linux single sign-on (SSO), and expanded enrollment and control for Apple devices. Higher‑frequency app inve...
Explore how agentic systems can create learning experiences that are as responsive as a teacher, as patient as a mentor, and as available as the moment curiosity strikes. Monica Arés builds learning systems at the intersection of emerging technology and human capability, from platform-based learning at Amazon to the first immersive learning ecosystem at Meta, and now agentic learning at Microsoft. She focuses on designing systems that don’t just deliver information but a...
By: Albert Cabello Serrano | Principal Product Manager - Microsoft Intune A closer look at how Intune delivers updates to devices and the investments we’re making to help important changes move faster and more predictably. A common concern we hear from IT admins is, “How quickly will this change actually reach my device?” In many cases, the answer is much faster than expected. Today, 90% of policy updates, app deployments, and device ac...
A Coding Implementation on Pyright Type Checking Covering Generics, Protocols, Strict Mode, Type Narrowing, and Modern Python Typing The post A Coding Implementation on Pyright Type Checking Covering Generics, Protocols, Strict Mode, Type Narrowing, and Modern Python Typing appeared first on
Welcome to the May 2026 edition of What's new in Microsoft 365 Copilot! Every month, we highlight new features and enhancements to keep Microsoft 365 admins up to date with Copilot features that help your users be more productive and efficient in the apps they use every day. Let’s take a closer look at what’s new this month: User capabilities:
Teacher Appreciation Week is a great moment to recognize the educators who made a difference this year, but it can be hard to move beyond the standard thank you note and gift. With Microsoft Copilot, you can turn specific moments from the school year into a thoughtful message, present, or creative project that are personal and heartfelt. Below are a few ways parents and students can use Copilot to reflect, organize their ideas, and express gratitude during Teacher Appreciation Week.
Understanding the "Missing Stored Keyset" Error The "missing stored keyset" error typically appears when an application or service cannot find a necessary key within the system's Key Storage Provider (KSP). This can result from...
Introduction At small scale, using Postgres as a job queue is totally fine, and I’d even say it’s the right call. Fewer moving parts, one less system to manage, ACID guarantees on your jobs. What’s not to love?
Real-time speech recognition has always been defined by a fundamental trade-off: speed versus accuracy. Applications that need instant, streaming transcription — live captions, voice agents, real-time dictation — have historically had to accept that their fastest results wouldn't always be their most accurate. Conversely, the most accurate transcription approaches required processing full audio segments offline, making them unsuitable for real-time scenarios. Toda...
We are thrilled to announce that Voice Live API now supports WebRTC (Web Real-Time Communication) connection, enabling low‑latency, real‑time voice interactions directly from web and mobile clients. Why WebRTC is required in real-time voice agent building WebRTC enables real‑time, bi‑directional audio and video streaming directly in the browser without plu...
More than 2,700 Microsoft 365 customers joined us at the Microsoft 365 Community Conference in Orlando to learn what’s new across Microsoft 365. In one of our sessions, AI‑Forward Content Creation & Curation for the Modern Intranet, we shared how SharePoint is evolving from a place where employees find information, to a platform that helps teams create and keep it curr...
Our team just wrapped up the M365 Community Conference in Orlando, FL, and it was an incredible way to close out April! Our teams were energized by connecting with, listening to, and sharing what’s new with many of you: the builders, innovators and icons of intelligent work. Thank you to everyone who attended, and we can’t wait to see even more of you at next year’s conference! As for this month’s Teams updates, we remain focused on bringing you features that can make collaboration mor...
Effective identity governance often starts with a simple question: who has access? Today, I am happy to introduce account discovery with Microsoft Entra ID Governance, a new capa...
Overview Azure Bastion provides secure RDP and SSH access to Azure virtual machines directly via the Azure portal or via the native SSH/RDP client already installed on your local computer. Today, we are introducing public preview for managed identity support for session recording, giving administrators a seamless, identity-based way to authenticate Bastion when writing recordings to a designated storage account. Why...
https://learn.microsoft.com/microsoftteams/best-practice-dashboard The dashboard is built to help admins monitor meeting-related best practices across the environment. It highlights common causes of meeting quality, such as correct ports and protocols being used, outdated Te...
The Legal Agent flags non-conforming provisions and recommends edits to align with internal standards and approved language from your playbook.The Legal Agent runs within Microsoft 365 security, compliance, and governance controls your organization already uses for legal documents and standards.Early customer feedback shows strong interest in how the Legal Agent supports legal workflows in Word.
Learn about 155 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs. Get it now in our marketplace
Audience: Mission Critical customers running Microsoft Teams on virtualized desktop platforms (Citrix, AVD, Windows 365, VMware/Omnissa Horizon). TL;DR: Two Teams...
🌍 A Real-World Scenario During a recent production deployment of an enterprise AI platform, everything looked perfectly aligned from an infrastructure perspective: ✅ Infrastructure deployed via IaC (Terraform)✅ Private endpoints enforced✅ Public access disabled for all AI services A few hours later, an alert triggered. ❗ The Azure OpenAI endpoint was publicly accessible. This was unexpected — and risky. 🔍 What the team did next <...
IBM Releases Granite Speech 4.1 2B and Its Non-Autoregressive Twin — Compact ASR Models Built for Enterprise The post IBM Releases Two Granite Speech 4.1 2B Models: Autoregressive ASR with Translation and Non-Autoregressive Editing for Fast Inference appeared first on
Integrating image generation into a production AI application has historically meant juggling multiple surfaces — browsing models in the Foundry portal, setting up deployments via the Azure CLI, testing prompts in a separate tool, then stitching together API credentials before writing a single line of app code. That context-switching adds friction at exactly the moment you want to be experimenting. With this release, the full image generation workflow — discover, deploy, prompt, iterat...
By Minseok Song and Hiroshi Yoshioka (Microsoft MVPs) TL;DR Recent community feedback, especially from Japanese translations, revealed that many translation failures were not semantic, but structural. Through detailed issue reports and discussions, we identified recurring patterns such as broken links, malformed code fences, inconsistent list structures, and CJK-specific formatting issues. &nbs...
Quick — what version of infrastructure is running in your production subscription right now?Production had a broken NSG rule.We run Azure AI infrastructure across multiple markets.
Cursor Launches TypeScript SDK to Let Developers Build and Deploy Programmatic Coding Agents The post Cursor Introduces a TypeScript SDK for Building Programmatic Coding Agents With Sandboxed Cloud VMs, Subagents, Hooks, and Token-Based Pricing appeared first on
Diffusion workloads are simple at prototype scale and unforgiving in production. A single demo can run on one GPU-backed VM, but a real platform has to handle bursty demand, long-running jobs, model artifact distribution, secure public access, rollout safety, and hardware-level observability. Azure Kubernetes Service (AKS) is a strong fit when the requirement is not just to run a model, but to operate a repeatable platform for GPU inference. The reusable pattern is straightforward: kee...
What is OpenClaw, and what security challenges does it pose with container escapes? OpenClaw is an open-source autonomous AI agent designed for power users and developers to automate tasks, such as managing emails, files, and scheduling via chat apps like WhatsApp or Telegram. While OpenClaw functions as a powerful autonomous assistant, its runtime model creates a massive security paradox: to be truly useful, the agent requires broad permissions to your filesy...
The Alert Problem Organizations running Azure Monitor tend to land in one of two situations: Alert fatigue has set in. Alert rules tend to grow over time — a CPU threshold from two years ago, a health probe check from a migration, a disk alert from an outage that never got cleaned up. These rules fire regularly, most auto-resolve, and nobody investigates them. But buried in that noise are rea...
Starting April 29, 2026, Microsoft is renaming the Teamwork Deployment specialization as the Secure AI Productivity specialization to reflect the increased focus on the secure foundations required for successful AI adoption.Additionally, the performance, skilling, and Solutions Partner designation requirements will be updated to better align with foundational workloads from Microsoft 365 E3 and the realities of modern AI adoption.Additionally, partners will be required to hold both the Modern Work designation and the Security designation to earn the Secure AI Productivity specialization.
Customers are moving toward Frontier Transformation, and they are looking to Microsoft partners to turn AI from isolated experimentation into a repeatable operating capability embedded into how work gets done.MCAPS Start for Partners is built to give you early clarity on what Microsoft will prioritize in FY27 so you can translate strategy into execution.Save the date to join us virtually on Wednesday, July 22, 2026, to align on what is changing, what is net-new, and where Microsoft will focus.
Explore AI-powered migration and modernization at the Microsoft Azure Summit: Migrate and Modernize with Agentic AI event. Back by popular demand, this event will take place on April 23, 2026. AI + Data Go Big is Microsoft’s unified, end‑to‑end GTM motion to win the AI and Data Platform by empowering customers to unlock AI value through an AI‑ready data foundation. Support customers with AI transformation—especially where data readiness is a blocker—while benefiting from Microsoft’s most comprehensive offers to accelerate wins. If you are a partner with the Analytics on Azure specialization, take the opportunity to learn more and become a Fabric Featured Partner to stand out as customers modernize their data estates.
This is the key distinction: a plugin doesn't just tell the agent what your policies are — it gives the agent tools to query your internal systems and apply those policies with real data.Every SRE Agent in the org can discover it and install it with one click — no need for each team to manually recreate skills and configure connectors.Three teams have contributed plugins to the company's internal marketplace:
Understanding Enterprise Security at ScaleThe Enterprise Security Assessment (ESA) helps organizations understand their security posture across Azure, Microsoft 365, and hybrid environments from a true enterprise perspective.An Enterprise Security Assessment is typically delivered as a focused engagement designed to establish an enterprise‑wide view of security posture.
What Is the Microsoft 365 Copilot Frontier Program?Frontier is Microsoft's early access program that gives organizations access to the newest AI-powered Copilot capabilities before they reach general availability (GA).The Microsoft 365 Copilot Frontier program is a strategic option for enterprise organizations that want to shape the future of AI productivity tools, not just consume them.
The Microsoft Global Agent‑a‑thon is your opportunity to move from AI interest to real, usable solutions in one day, with guidance and support that continues well beyond the event.Through the Agent‑a‑thon, nonprofits can:The Agent‑a‑thon is designed to support you before, during, and after the event.
Top 10 KV Cache Compression Techniques for LLM Inference: Reducing Memory Overhead Across Eviction, Quantization, and Low-Rank MethodsThe post Top 10 KV Cache Compression Techniques for LLM Inference: Reducing Memory Overhead Across Eviction, Quantization, and Low-Rank Methods appeared first on MarkTechPost.
One of the many exciting features of the Microsoft Sentinel data lake is a built-in advanced analytics engine, powered by
Azure AI Foundry is Microsoft’s enterprise platform for building, deploying, and operating AI applications and intelligent agents as first‑class Azure workloads.Microsoft Agent Framework is an Azure‑native framework designed to build and operate intelligent agents directly within Azure AI Foundry.The OpenAI Agent SDK provides low‑level control for building custom agent runtimes.
Instead of counting premium requests, every Copilot plan will include a monthly allotment of GitHub AI Credits, with the option for paid plans to purchase additional usage.Usage will be calculated based on token consumption, including input, output, and cached tokens, using the listed API rates for each model.This change aligns Copilot pricing with actual usage and is an important step toward a sustainable, reliable Copilot business and experience for all users.Learn more here and access partner resources here.
We’re excited to announce general availability of Microsoft Teams Phone user multi-line, which lets admins assign up to 10 phone numbers to a single Teams Phone user.Teams Phone user multi-line helps streamline that experience by enabling a Teams user to make and receive calls for multiple phone numbers within one unified Teams experience.The result: less overhead for admins and a cleaner calling experience for users who need to handle more than one business calling number in Teams.
Now, these same evaluation capabilities can be used programmatically through Power Platform REST API and your connectors.Here’s how you can use these Evaluation APIs to automate agent evaluation as part of your development and release workflows.Below are the core Evaluation API endpoints available today, starting with how to retrieve test sets and trigger evaluation runs programmatically.
This capability allows customers who want to in-place upgrade their servers to Windows Server 2025 to upgrade using the Windows Update service, and without the need for Windows Server 2025 physical media.Plan on a gradual roll-out of Windows Server 2025 across your server estate, starting with the least critical servers.Steps for Installing the Windows Server 2025 Feature Update on Windows Server 2022 Server Core using SCONFIG
Data recovery shouldn’t feel like an all-or-nothing decision. Until now, Microsoft 365 Backup allowed you to recover OneDrive accounts and SharePoint sites. We’re excited to announce granular browse and restore for OneDrive for Business and SharePoint Online, giving IT teams a more selective way to recover individual files and folders when something goes wrong, while leaving the rest of your environment untouched.With these enhancements, Microsoft 365 Backup provides IT teams with greater flexibility to back up and restore files, folders, accounts, and sites—helping streamline recovery timelines while maintaining security and control. (Learn more about restoration expectations.)Image: Select files and folders to restore in the Microsoft 365 admin center
Overview The New Relic MCP server is a cloud-hosted bridge between your New Relic account and Azure SRE Agent. Once configured, it enables real-time interaction with your observability data—APM traces, distributed traces, logs, metrics, alerts, incidents, dashboards, and entities—through natural language. All actions respect your existing New Relic role and capability assignments. The server uses Streamable HTTP transport with a single Api-Key hea...
The QwenLM team has released FlashQLA, a new kernel library that dramatically accelerates the forward and backward passes of Gated Delta Network (GDN) Chunked Prefill, targeting both large-scale pretraining and edge-side agentic inference scenarios.The post Qwen Team Releases FlashQLA: a High-Performance Linear Attention Kernel Library That Achieves Up to 3× Speedup on NVIDIA Hopper GPUs appeared first on MarkTechPost.
Copilot in OneNote now understands images, tables, and moreCopilot in OneNote can now better understand your notes beyond typed text—including note tags, images, and tables—to deliver more accurate responses to your queries with the additional context.Simply ask Copilot questions about your OneNote page, which can include note tags, images, tables, inked notes and more.
Build a Kubernetes-native SQL platform using Crossplane-based database operator to provision Azure PostgreSQL Flexible Server.The composition creates multiple PrivateDNSCNAMERecord resources for read and write endpoint abstraction.The composition reads user intent from the composite spec—regions, CIDR ranges, DNS settings, database sizing, retention, and admin secret references—and translates that into Azure resources including a resource group, private DNS zone, regional VNets and subnets, bidirectional peering, a primary Azure PostgreSQL Flexible Server, a cross-region replica, and private DNS CNAME records for read/write abstraction.
Generate a full business ontology from an existing Power BI semantic model, map entities and relationships, and embed real-time operational signals alongside business rules that live inside the ontology with the data and its meaning. From there, trace cascading operational impacts across your business through the relationship graph, stand up Operations Agents in natural language with Teams-based actions, and connect the same ontology as a knowledge source in Copilot Studio or Azure AI Foundry. Fabric IQ introduces a semantic foundation that unifies models and data through an ontology.
In this tutorial, we build a complete, production-style pipeline for detecting and redacting personally identifiable information using the OpenAI Privacy Filter.We begin by setting up the environment and loading a token classification model that identifies multiple categories of sensitive data, including names, emails, phone numbers, addresses, and secrets.We then design helper functions to […]
Trade-offs in AI performance: latency, quality and cost This post is part of a series on building and publishing well-architected AI apps and agents in Microsoft Marketplace. The series focuses on AI apps and agents that are architected, hosted, and operated on Azure, with guidance aligned to building and selling solutions through Microsoft Marketplace.While unpredictable token usage and orchestration steps can quickly escalate infrastructure costs in AI-powered systems, design choices can prevent runaway expenses without compromising the quality of responses.
Today, we are excited to introduce Service Level Indicators (SLI) and Service Level Objectives (SLO) in Azure Monitor a step forward in helping teams measure how customers are experiencing their applications.SLI: A quantitative measure of how well an application or service is performing from the customer’s point of view.Azure Monitor SLI brings service health management directly into the Azure platform.
Email investigations are a key part of detecting and responding to phishing and malware. As security workflows continue to evolve, there is an increasing need to align email content visibility more closely with specific roles and scenarios, such as Tier‑1 analysis or specialized workflows like user‑reported phishing triage. Today we’re announcing additional “read-only” controls for more granular email access in Microsoft Defender and that starting on May 30th, 2026, unified ...
Microsoft Training Services Partner CloudThat, an award-winning global leader in training and consulting, recognized this challenge and set out to reimagine how people build cloud and AI skills.The result is CloudAttack, a proprietary generative AI–powered gamified learning platform that’s making skill-building more interactive, enjoyable, and measurable.CloudThat’s answer to these challenges is CloudAttack, an app rooted in AI technology and gamification teaching methodology.
This article is a technical continuation of the RC4 deprecation / Kerberos hardening work I covered in my previous article last month.If you already went through the “why” (risk of RC4, what changes Microsoft is rolling out, and the high-level migration approach), the goal here is to get hands-on and precise: what exactly changes across the three rollout phases, which registry keys and AD attributes drive KDC behavior, what you should expect to see in security logs, and how to turn those signals into concrete remediation steps.How to manage Kerberos KDC usage of RC4 for service account ticket issuance changes related to CVE-2026-20833 How to manage Kerberos KDC usage of RC4 for service account ticket issuance changes related to CVE-2026-20833 - Microsoft Support
Stay on brand with Brand kitsWith Brand kits in Clipchamp, individual users or Microsoft 365 administrators can create curated, organization-wide sets of logos, brand colors, and fonts in one place to ensure consistent use, and then apply them across videos with just a few clicks.Share your thoughts in the comments.
Join us on Tuesday, May 12th at 8:00 AM Pacific for a hands-on professional development session introducing Learning Zone - a new app that helps you create interactive, classroom-ready lessons in minutes.You can follow along using your own Microsoft 365 Education account.✅ Building your first interactive lesson: Create your first interactive lesson (in minutes!)
Learn about 201 new offers that went live in Microsoft Marketplace, a single destination to find, try, and buy cloud solutions, AI apps, and agents to meet your business needs.365SAMPulse: 365SAMPulse is a lightweight SaaS tool for small to midsize organizations that provides clear visibility into Microsoft 365 usage, licensing, and adoption.It analyzes and converts forms, PL/SQL logic, and triggers into responsive web interfaces and secure back-end services using modern frameworks.
Since your apps already write logs to files, we can replace Splunk forwarders with Azure Monitor Agent (AMA).Step 2.1 – Install Azure Monitor Agent (AMA) on VMs3. Integrate log4net with Application Insights:
Introducing AG-UI (Agent–User Interface) — a unified protocol that finally standardizes how agents talk to frontends.It enables streaming, declarative UI generation, state synchronization, and human-in-the-loop workflows out of the box.AG-UI is the missing piece that bridges backend intelligence with real-time, interactive user experiences.
Azure Web Application Firewall (WAF) continues to evolve to meet these demands and now supports Default Rule Set (DRS) 2.2 across both Azure Front Door and Azure Application Gateway.The latest recommended Azure WAF ruleset, based on OWASP Core Rule Set (CRS) 3.3.4., DRS 2.2 combines OWASP CRS protections with Microsoft-authored rules developed with the Microsoft Threat Intelligence team, delivering broader coverage, updated signatures, reduced false positives, and a more modern security baseline for your internet-facing applications.DRS 2.2 is based on the OWASP Core Rule Set 3.3.4, delivering improvements in rule accuracy and new protections for common web vulnerabilities.
We are excited to share a new episode on our partner showcase series focused on SharePoint in Microsoft 365.In this brief discussion Patrick Carl from Portal Systems AG join Vesa Juvonen from Microsoft to showcase different features and capabilities they've built for Microsoft 365 and SharePoint using SharePoint Framework (SPFx).Portal Systems AG is an independent software manufacturer specializing in Enterprise Content Management (ECM) and software solutions based on Microsoft 365 and SharePoint.
Introducing NeuralSet: Meta's Simple, Fast, and Scalable Python Package That Bridges Neuroscience and AI The post Meta FAIR Releases NeuralSet: A Python Package for Neuro-AI That Supports fMRI, M/EEG, Spikes, and HuggingFace Embeddings appeared first on MarkTechPost.
smol-audio Is the Audio AI Cookbook Practitioners Have Been Waiting For The post smol-audio: A Colab-Friendly Notebook Collection for Fine-Tuning Whisper, Parakeet, Voxtral, Granite Speech, and Audio Flamingo 3 appeared first on MarkTechPost.
In this tutorial, we explore how to use the ParseBench dataset to evaluate document parsing systems in a structured, practical way.We begin by loading the dataset directly from Hugging Face, inspecting its multiple dimensions, such as text, tables, charts, and layout, and transforming it into a unified dataframe for deeper analysis.The post A Coding Implementation on Document Parsing Benchmarking with LlamaIndex ParseBench Using Python, Hugging Face, and Evaluation Metrics appeared first on MarkTechPost.
This post explores those boundaries and grounds them in concrete, enterprise‑relevant scenarios, before showing how Foundry IQ can be implemented directly via Azure AI Search APIs and SDKs.Azure AI Foundry IQ is a managed knowledge layer built on Azure AI Search.It allows you to define a knowledge base that spans multiple content sources such as SharePoint, Azure Blob Storage, OneLake, existing Azure AI Search indexes, and selected external sources and expose them through a single, permission‑aware endpoint.
This article walks through building a knowledge copilot that unifies that data behind a single conversational interface — using Microsoft's Foundry IQ knowledge bases and the agentic retrieval engine in Azure AI Search.It provides a unified knowledge layer for agents — a single endpoint that replaces per-project RAG pipelines with a reusable, topic-centric knowledge base that any number of agents can consume.Create a knowledge base in Azure AI Search
Poolside Releases Laguna XS.2 and M.1: Open-Weight Agentic Coding Models Built for Long-Horizon Tasks The post Poolside AI Introduces Laguna XS.2 and M.1: Agentic Coding Models Reaching 68.2% and 72.5% on SWE-bench Verified appeared first on MarkTechPost.
In this tutorial, we build a complete, production-style LLM workflow using Promptflow within a Colab environment.We begin by setting up a reliable keyring backend to avoid OS dependency issues and securely configure our OpenAI connection.The post How to Build Traceable and Evaluated LLM Workflows Using Promptflow, Prompty, and OpenAI appeared first on MarkTechPost.
Converting that knowledge into structured documentation like Standard Operating Procedures (SOPs) is often manual and time-consuming.Enter Graph-based RAG (GraphRAG)GraphRAG extends traditional RAG by building a knowledge graph instead of treating content as disconnected chunks.
Microsoft is pioneering zonal cooling in its next-generation AI datacenters, enabling flexible, performant, efficient, and sustainable thermal management for diverse workloads.Zonal cooling is a facility design that introduces multiple independent water loops, each supplying coolant at different temperatures.Microsoft is building facility-level zonal cooling in the next generation of its AI datacenters going live in 2028 and beyond, while exploring the other three approaches in the lab. Facility-level zonal cooling is expected to reduce PUEs by up to 10%.
OpenAI's Privacy Filter Is a 1.5B-Parameter PII Detector Built on a Distilled Decoder — And It Runs in Your Browser The post OpenAI Releases Privacy Filter: A 1.5B-Parameter Open-Source PII Redaction Model with 50M Active Parameters appeared first on MarkTechPost.
Today we released a smaller SQL Server Management Studio (SSMS) update, version 22.5.2, to address a few issues related to GitHub Copilot and SQL Projects. As always, we recommend that users update to the latest release when it’s available, as it’s the generally available and supported release. You can view the release notes for more details related to the fixes, and with both SQL Projects and copilot, we continue to monitor customer feedback and add functionality with each release. If you’re using either feature, we appreciate you trying out what’s new and reporting any issues or requests on the feedback site.With this release there’s an important change for GitHub Copilot in SSMS that I want to call out. We have disabled completions by default.why did you disable completions by default?
APIM Circuit Breaker com Azure OpenAI Visão Geral Ao consumir modelos do Azure OpenAI em produção, depender de um único endpoint representa um risco real. Basta uma instância ficar indisponível ou atingir limites de throttling para que toda a aplicação seja impactada. Neste artigo, construímos uma arquitetura resiliente utilizando o Azure API Management (APIM)&nb...
DNS Private resolvers are regional, which means if you have Azure EAST US and WEST US 2 regions, you need to create DNS Private resolvers in both regions linked to Private DNS Zones, you can adopt centralized or distributed DNS Private resolvers, I will discuss both options later in this articlePsPing, a tool from Sysinternals, is highly effective for verifying network connectivity from on-premises environments to Azure resources on specific ports.By using PsPing, you can test and confirm that the necessary ports are open and accessible, which is crucial for troubleshooting connectivity issues and ensuring smooth communication between your on-premises infrastructure and Azure-hosted resources.
Welcome to the April 2026 update.In broader Microsoft 365 news, Copilot's Agentic capabilities are now generally available, and Copilot Cowork, which is an agentic AI capability that acts like a digital teammate—turning your goals into multi-step plans and helping execute tasks across apps (email, meetings, documents, workflows) with user oversight, is available via the Frontier program. For Excel, new Edit with Copilot capabilities include the Chat/Edit switcher, step-by-step reasoning with plan mode, understanding changes made by Copilot, and the ability to use the power of Python directly from Copilot, as well as new OpenAI GPT-5.5 and Claude Opus 4.7 models.Many of these features are the result of your feedback.
The Microsoft US Federal Customer Success Unit (CSU) wants to help you change that with an event designed to break that cycle — before it starts.Microsoft 365 Copilot LIVE Expo and DiscoveryMay 19–21, 2026 The Summit at Redstone |The Copilot LIVE Expo, part of the MILE (Microsoft Immersive Learning Experience) program, throws all of that out and offers something different.
With artificial intelligence (AI) becoming part of everyday tools, organizations of all sizes are looking for ways to build smarter, more helpful apps. Microsoft Azure makes this easier by giving teams the tools and training they need to learn, experiment, and create with confidence.Azure supports teams with hands‑on learning, expert guidance, and built‑in responsible AI tools through frameworks like Microsoft Responsible AI, helping teams build safely and confidently.Azure provides tools and best practices to help teams:
Welcome to the Proactive Reliability Series — a collection of articles dedicated to raising awareness about the importance of designing, implementing, and operating reliable solutions in Azure. Each article will focus on a specific area of reliability engineering: from identifying critical flows and setting reliability targets, to designing for redundancy, testing strategies, and di...
To mitigate these risks, organizations can integrate HashiCorp Vault with Terraform to securely store and retrieve secrets dynamically during infrastructure provisioning.This blog demonstrates the Vault-Terraform integration using a real-world example:Enable Azure AD authentication method:
The 2025-11-18 release adds tool-use support, enabling Model Router inside the Foundry Agent Service.If you’re standardizing on the Microsoft Foundry SDK rather than the OpenAI Python SDK, the Responses API offers an equivalent path.Because Model Router can dispatch to either chat or reasoning (o-series) models, parameter behavior shifts based on the actual model picked.
It is part of the Automatic Tuning family and has been quietly doing its job since SQL Server 2017, detecting query plan regressions and automatically forcing a previously known good plan to restore performance.With SQL Server 2022 CU4 and continuing into SQL Server 2025, we have made significant improvements to the statistical model that APC uses for regression detection.APC supports two statistical models for determining whether a query plan has regressed.
For Cloud Solution Provider (CSP) partners, that experience depends on the operational readiness behind the scenes: secure access, resilient APIs, accurate billing and reconciliation, and subscription lifecycle flows that set the right expectations. This quarterly operational briefing is designed to give your technical teams a clear, actionable view of the latest platform, security, and API updates so you can protect revenue continuity, reduce operational friction, and stay ahead of enforcement milestones.It also highlights where platform readiness can unlock new growth opportunities, especially for partners investing in advanced workloads and specializations.
As hybrid learning environments become more complex and cloud adoption accelerates, IT teams need a unified approach to protect data across both on‑premises systems and virtual infrastructure.Headquartered in Seattle, Washington, Veeam is a long-standing Microsoft partner that delivers data protection and recovery solutions to help organizations protect data across hybrid environments.That focus is why Batterjee Medical College (BMC)—a rapidly expanding private medical college in Saudi Arabia—partnered with Veeam to strengthen their data resilience strategy and ensure continuity as their operations, hybrid learning environment, and regional footprint continue to grow.
Ariane is a project manager and machine learning engineer based in Cameroon - and a leader across multiple open-source communities.The moment she became a Microsoft MVPAfter she was nominated and completed the application, she was welcomed into the Microsoft MVP community - one of only four MVPs in Cameroon, and the first (and currently only) woman MVP in the country.
Goal: Create a comprehensive report on quantum computingWithout guardrails, a self-spawning system could create infinite agents and burn through your API budget in seconds.It's to explore the boundary of what's possible when you trust the model with orchestration decisions and focus your engineering effort on safety, cost control, and observability instead.
Within Microsoft’s One Engineering System (1ES) organization, teams build and maintain the internal engineering systems that product groups across the company rely on to ship and secure their services.But this is exactly the kind of challenge AI was made for: high-speed, high-scale evaluation and judgment calls, coached by human expertise.Frontier models like GPT-5.5 and Claude Opus 4.7 can now reason about context, intent, and tradeoffs not just generate code.
Launched in December 2025, Windows 365 Reserve is a business continuity solution that helps restore employee access when their primary device becomes unavailable by providing a Cloud PC when it’s needed most.Today, we’re announcing the public preview of user‑initiated provisioning for Windows 365 Reserve.This capability was teased at Microsoft Ignite and is now available in public preview!
We’ve made several enhancements across the experience to expand limits and better support large-scale investigations so analysts can query, explore, and act on more data with fewer constraints.We have heard your feedback on the need for larger data sets and are excited to announce that the results limitation in advanced hunting has been raised from 30,000 to 100,000 records.In addition to the above enhancements, we are delighted to introduce the ability to save KQL functions directly from the advanced hunting page into your log analytics workspace.
Learn practical ways to build confidence early on, scale your impact midcareer, and strengthen strategy and coaching as you lead.In the final post in this series on AI for business users, Microsoft Senior Learning Manager Ashley Masters Hall shares insights on how AI skills can help you grow your confidence and impact, along with your career.In the second, AI prompting tips & tricks for everyday tasks, we look at simple approaches that help non-technical roles work smarter.
What stands out to me now, however, is how much that experience has become more streamlined and actionable. App Advisor is one of the clearest demonstrations of Microsoft’s commitment to helping software development companies succeed, and in many ways, it represents the pinnacle of that evolution. With App Advisor—and now AI-powered marketplace listing recommendations—we’re able to continuously improve how we show up in Marketplace without introducing risk or guesswork. We have more control and clarity than we have ever had before.In the Teams App Store, especially, visibility translates directly into installs, usage signals, and ultimately sales conversations.
Update host keys to use SFTP on Azure Blob StorageFAQs to Host keys for SSH File Transfer Protocol (SFTP) support for Azure Blob StorageHow to list all your storage accounts with SFTP enabled
This post introduces a new Pacemaker resource agent for SAP on Azure deployments, that helps automate the Active/Passive application-server alignment.Azure SAP Zone Resource Agent is a Pacemaker resource agent that aligns SAP application server VMs with the current HANA primary VM.Think of Azure SAP Zone Alignment Resource Agent as an orchestration layer that sits alongside your existing Pacemaker-managed HANA high availability setup:
The azure-sap-zone resource agent is a Pacemaker resource agent designed to manage the alignment of SAP application Azure Virtual Machines (VMs) with the primary HANA Azure VM.This agent ensures that SAP application servers are started in the same Azure availability zone as the HANA primary VM to maintain high availability and optimal performance.With the information in this post, you should have what you need to evaluate the Azure SAP Zone Resource Agent in your environment - from setting up the managed identity and permissions, to installing the agent, configuring the cluster, and troubleshooting common issues.
Securing Your AI Agents Before They Ship: Red Teaming with Microsoft PyRITPyRIT is Microsoft's open-source answer: an automation framework battle-tested on 100+ products including Copilot.Why AI red teaming is fundamentally different from traditional security testing
So to solve for this, today we’ll get hands-on with the Microsoft Foundry Agent Service, a platform which lets you bring in your own agents using your preferred tools and host them with built-in enterprise controls, measurability, and discoverability, and the powerful open-source Microsoft Agent Framework that’s uniquely designed to make it easier to build both single and multi-agentic workloads with orchestration.And joining me to demonstrate all this is resident developer expert, Jeff Hollan.Work IQ, Foundry IQ, and Fabric IQ.
Microsoft partners like Preeminent Technologies and Codemod deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace.SpaceBeacon: SB Flights & Hotels from Preeminent Technologies (doing business as SpaceBeacon) is a service of the SpaceBeacon AI-powered travel platform.SB Flights & Hotels lets you book your trip via voice commands.
KubeCon + CloudNativeCon Europe 2026 took place from 23 to 26 March at RAI Amsterdam, and it was a strong one.Microsoft was there throughout, and once again supported a range of open source projects in the Project Pavilion.Microsoft's products and services are built on and alongside many of the technologies represented in the pavilion, and the health of these communities matters to us directly.
This article demonstrates how to implement weighted load balancing from AKS workloads to backend AKS internal services using Istio—addressing a key limitation in native Azure load balancing services.This section presents two common deployment use cases that apply the same Istio traffic‑management pattern—weighted routing with cookie‑based session affinity—but differ in where backend workloads run.This section walks through the production‑ready Istio configuration used to implement weighted traffic routing with cookie‑based session affinity.
Failover groups for Azure SQL Managed Instance provide a managed way to replicate all user databases from a primary managed instance to a secondary managed instance in another region, with stable listener endpoints that remain constant across geo-failovers.The root cause turned out to be network path behaviour in a hub–spoke environment with centralized firewalling—specifically around required ports, routing, and traffic handling.During deployment, Failover Group creation failed (or remained stuck), and the system did not progress to seeding/replication from the primary to the secondary instance.
The gap between language model capabilities and robotic deployment has been narrowing considerably over the past 18 months.A new class of foundation models — purpose-built not for text generation but for physical action — is now running on real hardware across factories, warehouses, and research labs.The post Top 10 Physical AI Models Powering Real-World Robots in 2026 appeared first on MarkTechPost.
This post walks through a production‑proven pattern for running stateful services across Azure regions using Terraform.We’ll cover a primary–replica Redis architecture, regional isolation with Key Vault and networking, and a clean Terraform parameterization strategy that scales from development to production without duplication.That’s where Terraform + Azure Managed Redis geo‑replication shines.
On April 3, 2026, Microsoft marked a major milestone with the General Availability (GA) release of Microsoft Agent Framework 1.0, a production‑ready, open‑source framework for building agents and multi‑agent workflows in.NET and Python.According to the official announcement, Microsoft Agent Framework is an open‑source SDK and runtime for building AI agents and multi‑agent workflows with strong enterprise foundations.Microsoft Agent Framework 1.0 distinguishes itself by focusing on "Enterprise Readiness" and "Interoperability."
The blog post introduces ADO Permissions Output, an open-source PowerShell toolset that extracts Azure DevOps security permissions across 30+ security namespaces, resolves cryptic tokens and GUIDs into human-readable names, and produces structured JSON and CSV output suitable for auditing, compliance, and import into Power BI.This toolset bridges the gap between the raw security APIs and actionable audit output, resolving cryptic tokens into readable names, surfacing effective and inherited permissions, and detecting stale or ghost group members through Entra group expansion.The tool is open source, requires only PowerShell 7 and a PAT, and is designed for unattended pipeline execution with output committed back to the repository for version-tracked audit history.
When you enable the Use private link option during import or export, the service automatically creates temporary, service-managed private endpoints to securely connect the Azure SQL Database to the target Storage Account.You must manually approve the private endpoint for both the Azure SQL logical server and the Azure Blob storage account in separate steps.Azure SQL Import/Export using Private Link (Microsoft Learn) Import or Export a Database Using Private Link - Azure SQL Database |
When an application deployed to Azure App Service suddenly starts returning HTTP 404 – Not Found, it can be confusing —especially when: In this article, I’ll walk through real-world reasons why Azure App Service can return HTTP 404 errors, based on production issues, support cases, and community discussions.An HTTP 404 response from Azure App Service means:
In this tutorial, we build an embodied simulation vision agent that learns to perceive, plan, predict, and replan directly from pixel observations.We create a fully NumPy-rendered grid world in which the agent observes RGB frames rather than symbolic state variables, enabling us to simulate a simplified Vision-Language-Action-style pipeline.We train a lightweight world model […]
What if a language model had never heard of the internet, smartphones, or even World War II?That’s not a hypothetical — it’s exactly what a team of researchers led by Nick Levine, David Duvenaud, and Alec Radford has built.They call it talkie, and it may be the most historically disciplined large language model […]
As AI skills become central to enterprise automation and intelligent workflows, ensuring their quality, safety, and discoverability at scale is a growing challenge. Today, we're excited to announce skills assessment in Azure API Center — a built-in, automated quality scoring system powered by the LLM-as-a-judge technique. This capability enables organizations to continuously evaluate AI skills against defined quality standards, giving platform administrators governance...
About the author: Trunal Bhanse, CEO, Clazar, brings significant experience as a leader and an innovator across Airbnb and Confluent. At the latter, Trunal led a pioneering team of engineers scaling cloud marketplaces and billing infrastructures. Having witnessed the complexity first-hand, he launched Clazar to democratize cloud marketplace access for businesses.
A new Windows Autopatch report that reflects updated recommendations on patch compliance is rolling out soon to your tenant. Keeping devices up to date has never been more critical for security. As noted in a recent post AI-powered defense for an AI-accelerated threat landscape
Hi, it’s Brent from the Windows Directory Services team. I recently worked a case concerning a user who had the Windows Hello for Business (“WHfB”) policy disabled, but the user could still sign-in to the computer using their PIN. As you may have guessed, the Windows admin team of the Active Directory domain for this user wanted to know how this could be and how they could remove this sign-in option from the user.
Enterprise teams building AI agents often need to route model requests through their own infrastructure — whether for compliance, governance, or other controls provided by gateways. Today, we are excited to announce general availability of the Bring Your Own Model (BYOM) for Foundry Agent Service feature, letting you connect prompt agents to models hosted behind Azure API Management or any third-party AI model gateway. This means you can build agents in Foundry while k...
Design predictable usage‑based billing for AI apps and agents selling on Microsoft Marketplace Compared to traditional software, pricing and billing feel harder because of the range of AI functionality. They reason, they infer, call tools, process data, all, to complete tasks on the customer’s behalf. If you’re building an AI app or agent to sell in Microsoft Marketplace, usage‑based billing needs to be designed with care, instrumented with intention, and expl...
Security on the internet continues to evolve, and older cryptographic protocols no longer provide the protections required for today’s threat landscape. As part of our ongoing work to help customers keep their email environments secure, we’re taking another step in modernizing Exchange Online connectivity. What’s changing We’re planning to fully deprecate support for legacy TLS versions (TLS 1.0 and TLS 1.1) for POP3 and IMAP4 connecti...
In this tutorial, we build a Reinforcement Learning–driven agent that learns how to retrieve relevant memories from a long-term memory bank. We start by constructing a synthetic memory dataset and generating queries that require the agent to recall specific information. Using OpenAI embeddings, we convert both memories and queries into vector representations, enabling similarity signals […] The post
Outlook used to be where you worked. Starting today, it's where Copilot works for you. Until now, Copilot in Outlook helped with the task in front of you: drafting an email, catching up on a long thread, or finding a time to meet. Useful, but not the hardest part. The real work is everything around it: the follow-ups that slip, the messages that need attention, and the schedule changes that pile up before the day even starts. That’s what’s changing today. Copilot in Outlook is n...
The model unifies speech, environmental sound, music, and temporal reasoning into a single architecture — and outperforms every open-source model tested on general audio benchmarks, including systems more than four times its size. The post OpenMOSS Releases MOSS-Audio: An Open-Source Foundation Model for Speech, Sound, Mus...
We are pleased to announce the release of Microsoft.Data.SqlClient 7.0.1, the first servicing update to the 7.0 line. This patch addresses several compatibility fixes reported by the community after the 7.0.0 GA release. Install or update from NuGet: dotnet add package Microsoft.Data.SqlClient --version 7.0.1 Full release notes:
Partners like you understand that skilling isn't optional—it's foundational for success in an AI-first market. Keeping up with evolving technologies and capabilities will better position you with the skills needed to succeed in an ever-changing market.
Understanding the Secure Boot certificate challenge Secure Boot is a foundational security feature that validates the integrity of your device's boot process, ensuring only trusted software can run during system startup. This protection has been quietly defending enterprise devices since 2012, but the original 2011 certificates that enable this trust are approaching their expiration date. When certificates expire in June 2026, devices that haven't transitioned...
The pathway to attaining and renewing the Solutions Partner designation for Business Applications has been widened thanks to the addition of two new eligible workloads: Microsoft Dynamics 365 Contact Center and Copilot Studio. Contact Center has been added across both performance and customer success metrics, while Copilot Studio has been added to performance.
Following on from months of working alongside customers, partners, and our internal product groups, we have now made two updates to the Azure landing zone (ALZ) and the Sovereign landing zone (SLZ), that I’d like to walk you through in this post: A new dedicated ‘Local’ Management Group added beneath the Landing Zones Management Group – applies to both ALZ & SLZ A refresh of the sove...
As organizations accelerate digital transformation across datacenters, sovereign environments, and edge locations, infrastructure architectures must evolve to meet new operational and regulatory demands. The first feature update of Azure Local in CY 2026 (version 2604) marks a significant step forward—expanding Azure Local as a platform for sovereign private cloud infrastructure, introducing larger scale, disaggregated deployment architectures, expanded storage ecosyst...
Today, we’re expanding what Microsoft 365 Copilot can do with GPT-5.5 Thinking and ChatGPT Images 2.0 bringing stronger support for deeper analysis, multi-step work, and visual creation. GPT-5.5 Thinking is now available in Copilot Studio early release cycle environments as GPT-5.5 Reasoning and is rolling out across Microsoft 365 Copilot in Copilot Chat, Word, Excel, and PowerPoint. Chat...
In this guest blog post, Alex Wagman, Global Cloud Alliance Manager at Cloudera, considers the data challenges of regulated industries and how Cloudera enables governed hybrid data and AI. There’s a frustrating paradox facing chief information officers and data leaders in regulated industries today: The data with the most business value — customer records, transactions, operational intelligence — is often the data that’s least accessible for AI initiatives. <...
Meta Reality Labs releases a new foundation model family for human-centric vision that pushes pose estimation, segmentation, and 3D geometry to new state-of-the-art levels — all from a single backbone. The post Meta AI Releases Sapiens2: A High-Resolution Human-Centric Vision Model for Pose, Segmentation, Normals, Po...
Scenario Imagine you are building your company’s RAG chat application using Microsoft Foundry - Azure OpenAI and orchestrating the flow with LangChain. The chat experience works, but now it needs to be grounded in your company’s data. You generate embeddings and want to store and query them without adding another ...
Introduction Modern enterprise platforms are increasingly built around APIs, and Azure API Management (APIM) sits at the heart of these systems as the control plane for enforcing policies, managing access, and routing traffic. While APIM provides a powerful interface through the Azure portal, many organisations initially manage APIs manually. Over time, this approach introduces systemic challenges such as configuration drift across environments, lack of traceability, a...
There is a point in every engineer’s journey where data modeling stops feeling intuitive. What starts as a clean schema becomes harder to reason about. Relationships blur. Query paths multiply. Small changes ripple across different steps. This is where data modeling reveals its real challenge: not just storing data but preserving clarity as systems scale. And this is where GitHub Copilot became a practical accelerator for us. WHEN DATA MODELS STOP SCALING W...
The Traditional ML Pipeline: What It Was Built For Traditional ML pipelines typically look like this: Data ingestion and preparation Model training (often batch‑oriented) Model validation and versioning Deployment via APIs or batch jobs Monitoring focused on accuracy and drift This approach worked well for: Predictive models (forecasting, classification) Periodic retraining cycles Isolated u...
Table of Contents Overview Understanding How the Service Bus Trigger Works Message Processing Flow Key Concepts
LoRA is widely used for fine-tuning large models because it’s efficient, but it quietly assumes that all updates to a model are similar. In reality, they’re not. When you fine-tune for style (like tone, format, or persona), the changes are simple and concentrated in just a few dimensions — which LoRA handles well with low-rank […] The post The LoRA Assumption That Breaks in Production...
In this tutorial, we explore how to build and query a local knowledge base with OpenKB using a free, open model via OpenRouter. We securely retrieve the API key with getpass, set up the environment without hardcoding secrets, and initialize a structured, wiki-style knowledge base from scratch. As we move through the workflow, we add […] The post Ho...
In this tutorial, we explore how we use BudouX to bring intelligent, phrase-aware line breaking to languages where whitespace is not naturally present, such as Japanese, Chinese, and Thai. We begin by setting up the library and working with its default parsers to understand how raw text is segmented into meaningful chunks. We then move […] The post
What Are the New MAI Models? MAI‑Transcribe‑1 (Speech‑to‑Text) MAI‑Transcribe‑1 is Microsoft’s first‑generation in‑house speech recognition model. It supports 25 languages and is optimized for real‑world, noisy enterprise audio, such as meetings and call centers. Key highlights Enterprise‑grade transcription accuracy Designed for multilingual and accented speech<...
As AI agents move from research demos to production deployments, one question has become impossible to ignore: how do you actually know if an agent is good? Perplexity scores and MMLU leaderboard numbers tell you very little about whether a model can navigate a real website, resolve a GitHub issue, or reliably handle a customer […] The post Top 7...
What Dev Containers are really about At a high level, Dev Containers let you use a Docker container as your development environment inside VS Code. But the real idea is not “Docker for development”. The real idea is this: Move all environment complexity out of your laptop and into version‑controlled configuration. With Dev Containers: Your laptop becomes just a VS Code client Your tools, SDKs, runtimes, and dependencies live...
Retrieval is where most RAG systems quietly break. Traditional pipelines rely on vector similarity—embedding queries and document chunks into the same space and fetching the “closest” matches. But similarity is a weak proxy for what we actually need: relevance grounded in reasoning. In long, professional documents—like financial reports, research papers, or legal texts—the right answer […] The post
In this tutorial, we explore Datashader, a powerful, high-performance visualization library for rendering massive datasets that quickly overwhelm traditional plotting tools. We work through its full rendering pipeline in Google Colab, starting from dense point clouds and reduction-based aggregations to categorical rendering, line visualizations, raster data, quadmesh grids, compositing, and dashboard-style analytical views. As we […] The post
If you’ve ever been called into a Severity-1 issue because a certificate expired at midnight, you already understand why credential rotation matters. Keys, secrets, and certificates sit quietly in the background and when they expire, applications go dark, trust breaks, and teams scramble. This is where Azure Key Vault auto‑rotation stops being a "nice‑to‑have" security feature and becomes a foundational operational capability. Based on the C...
The new flagship voice model outperforms Gemini, GPT Realtime, and its own predecessor across retail, airline, and telecom workflows The post xAI Launches grok-voice-think-fast-1.0: Topping τ-voice Bench at 67.3%, Outperforming Gemini, GPT Realtime, and More appeared first on Ma...
In this tutorial, we explore kvcached, a dynamic KV-cache implementation on top of vLLM, to understand how dynamic KV-cache allocation transforms GPU memory usage for large language models. We begin by setting up the environment and deploying lightweight Qwen2.5 models through an OpenAI-compatible API, ensuring a realistic inference workflow. We then design controlled experiments where […] The post
By Johnson Shi (Senior Product Manager), Toddy Mladenov (Principal PM Manager), Luis Dieguez (Principal SWE Manager),
Global Cloud & AI Community | Microsoft Tech Community | April 2026 | 12 min read A candid conversation for cloud & AI professionals, learners, and curious minds navigating the most transformative shift in the history of technology.Let's be honest with each other for a moment. Every week, a new AI tool drops. Every month, a new model breaks last month's benchmark. And somewhere in the back of your mind maybe while you're scrolling LinkedIn, o...
A new Google paper argues that image generation pretraining is to computer vision what GPT-style pretraining is to NLP — and the benchmark numbers back that up. The post Google DeepMind Introduces Vision Banana: An Instruction-Tuned Image Generator That Beats SAM 3 on Segmentati...
Bug Name Issue Fixed Values display in the wrong control when using a form as a sublist When a form was used as a sublist (subdatasheet), field values could display in the wrong control, showing data in incorrect positions. Values now display in the correct cont...
Abhigyan Patwari's GitNexus has quietly crossed 19,000 GitHub stars by solving a problem every AI-assisted developer has hit but rarely named — agents that edit code they don't actually understand. The post Meet GitNexus: An Open-Source MCP-Native Knowledge Graph Engine That Gives Claude Code and Cursor Fu...
In this tutorial, we build an advanced hands-on workflow with the Deepgram Python SDK and explore how modern voice AI capabilities come together in a single Python environment. We set up authentication, connect both synchronous and asynchronous Deepgram clients, and work directly with real audio data to understand how the SDK handles transcription, speech generation, […] The post
In this tutorial, we work with Microsoft’s OpenMementos dataset and explore how reasoning traces are structured through blocks and mementos in a practical, Colab-ready workflow. We stream the dataset efficiently, parse its special-token format, inspect how reasoning and summaries are organized, and measure the compression provided by the memento representation across different domains. As we […] The post
In large-scale manufacturing and infrastructure environments, maintaining structural integrity is a continuous operational challenge. Industrial facilities—from automotive plants to energy and infrastructure sites—depend on thousands of structural connection points such as bolts and fasteners to ensure safe and reliable operations. Over time, vibration, thermal cycling, and mechanical stress can cause these components to loosen or degrade. While drones have dramatically improved how in...
📁April 24, 2026 - Title Plan Now Available Access the latest Instructor-Led Training (ILT) updates anytime at
If you’ve been missing real, candid conversations about endpoint management, good news! Unpacking Endpoint Management is officially back. This series is all about what actually works. No fluff, just practical tips, proven strategies, and honest discussions to help you optimize and simplify the way you manage and secure endpoints today (and prepare for what’s next). We’re bringing together people from across Microsoft Intune, Security, and Customer Experience engineering...
We're excited to announce that Customer Connect web chat in Microsoft Teams (previously called Live Chat) is now available globally, supporting 26 languages and bringing seamless customer engagement to businesses worldwide. For small and medium-sized businesses, every customer interaction matters. Whether someone discovers your business through a Google search, a social media post, or a friend's recommendation, the moment they land on your website is critical. With Customer Connect in ...
MCAPS Start for Partners is around the corner. Join us on July 22 for this year’s MCAPS Start for Partners, where you’ll access actionable support for key initiatives from Frontier Transformation to co-sell execution. Keynotes and breakout sessions will focus on where demand is headed and reveal insights into Microsoft priority and investment areas—so that attendees can prepare to align their organizations accordingly. Stay tuned for regist...
For now, I’ll anchor on three broad areas of interest that are shaping how identity standards are evolving for agentic systems: bootstrapping of trust, delegation, and shared secrets.Perspective on agentic identity standards-P. Dingle, Director of Identity Standards
We announced several exciting updates at the Microsoft 365 Community Conference this week: you can now scale Teams pilots to your broader frontline organization faster, fill open shifts automatically with smart scheduling, deliver official operational updates with the new Communicator App, and conduct site walkthroughs handsfree in Frontline Agent. Scale your frontline pilot with a guided deployment wizard Deploy and manage a consistent Microsoft T...
DeepSeek-AI has released a preview version of the DeepSeek-V4 series: two Mixture-of-Experts (MoE) language models built around one core challenge making one-million-token context windows practical and affordable at inference time. The series consists of DeepSeek-V4-Pro, with 1.6T total parameters and 49B activated per token, and DeepSeek-V4-Flash, with 284B total parameters and 13B activated per token. […] The post
Join a no-cost, three-day virtual Sales Certification Week event designed to help partner sellers build practical AI fluency, activate real-world use cases, and validate AI readiness by earning Microsoft credentials—without taking extended time away from selling. Sales Certification Week is part one of a two-part s...
The last two mssql-python releases shipped big features: Bulk Copy in 1.4 for high-throughput data loading, and
We just shipped mssql-django 1.7.1 with two fixes that matter if you're running Django on Microsoft Fabric or using descending indexes in your migrations. JSONField Now Works on Microsoft Fabric SQL Database in Microsoft Fabric reports itself as EngineEdition 12, which our backend didn't previously recognize. The result: JSONField queries, hash functions, collation introspection, and test teardown all broke on Fab...
Everyone draws the same picture: Bronze → Silver → Gold. Three boxes, three arrows. Done. What that picture hides is the dozen design decisions you have to make inside each box — and the ones you make at the boundaries between them. Get those right and onboarding the 200th table feels like onboarding the 2nd. Get them wrong and you’ll be rewriting the framework in 18 months.
Problem Statement Azure OpenAI is publicly accessible by default Azure OpenAI frequently asked questions | Microsoft Learn Any application with API access can call it from anywhere Violates: Enterprise security policies Zero Trust architecture
I am Harin Lee, a Principal Product Manager on the Microsoft Teams team.Keep two-language meetings flowing with consecutive interpretation in TeamsConsecutive interpretation is a new mode in Interpreter for Windows, Mac, and the web that helps participants collaborate more naturally in meetings with two spoken languages.
When you review an agent or skill package, you’re effectively reviewing a compact behavior specification.By applying intent-aware static inspection with explicit thresholds, review effort was focused on higher-risk packages.YAML‑based agent and skill packages are not inherently risky; they are often chosen precisely because they enable simpler distribution and faster inference.
Agents are a new type of identityEffective identity governance must therefore include automated lifecycle management to address agent sprawl.To learn more about Microsoft Entra Agent ID and how it empowers organizations to secure access for AI agents:
You've built an agentic service. It works. It uses the framework you chose — maybe LangChain, maybe Semantic Kernel, maybe the Microsoft Agent Framework, maybe something entirely your own. It talks to your LLM, calls your downstream APIs, and manages multi-turn conversations the way you designed it. Now someone asks: "Can we surface this in Microsoft 365 Copilot?" The obvious path is to rebuild the...
The Problem In an enterprise AI scenario, the goal was to map structured feature data to relevant sections within large technical documents. At a glance, this appears to be a straightforward semantic matching problem. Initial results using semantic search were promising. However, as the system was used more extensively, certain issues became apparent: Inconsistent mappings across similar inputs Occasional matches to contextually unrelated...
Let’s start from a real engineering pain point. In their engineering blog Managed Agents, Anthropic describes a sobering observation: while building the agent scaffolding (the “harness”) for Claude Sonnet 4.5, they noticed the model suffered from “context anxiety,” so they added context-reset logic into the ...
Join us for a new 3‑part livestream series where we deploy AI agents on Microsoft Foundry using Microsoft Agent Framework and LangChain/LangGraph, then level them up with tools, observability, and evals.Deploy Python agents to Foundry Hosted agents using the Azure Developer CLIHost your agents on Foundry: Microsoft Agent Framework
Training frontier AI models is, at its core, a coordination problem.When one chip fails or even slows down, the entire training run can stall.As models scale toward hundreds of billions of parameters, that fragility becomes increasingly untenable.

Mend.io's new framework gives engineering and security teams a practical playbook for governing AI systems before the next incident forces the conversation. The post Mend Releases AI Security Governance Framework: Covering Asset Inventory, Risk Tiering, AI Supply Chain Security, and Maturity Model appeared first on MarkTechPost.
Mend.io's new framework gives engineering and security teams a practical playbook for governing AI systems before the next incident forces the conversation. The post Mend.io Releases AI Security Governance Framework Covering Asset Inventory, Risk Tiering, AI Supply Chain Security, and Maturity Model ap...
In this session, we'll show how GitHub Copilot SDK lets you build an agent, embed it in an app, and take it with you across devices and into the cloud.This session shows how to run agentic workloads on a fast, AI native runtime on Azure Container Apps.In this demo‑rich session, we’ll show the latest innovations in SQL Database and Cosmos DB, then build an app on Azure HorizonDB, Azure’s new cloud‑native PostgreSQL service, to show how AI apps built directly in the database simplifies design and enables reasoning over operational data.
We’re excited to announce that the Windows Containers AKS gMSA tooling is now publicly available on our GitHub repo (Microsoft/Windows-Containers-AKS-gMSA):
The model targets the full stack of computer work — coding, research, data analysis, and software operation — without needing a human to supervise every stepThe post OpenAI Releases GPT-5.5, a Fully Retrained Agentic Model That Scores 82.7% on Terminal-Bench 2.0 and 84.9% on GDPval appeared first on MarkTechPost.
Problem Statement When building AI agents or automation solutions, calling enterprise APIs directly often means configuring individual HTTP actions within each agent for every API. While this works for simple scenarios, it quickly becomes repetitive and difficult to manage as complexity grows. The challenge becomes more pronounced when a single business domain exposes multiple APIs, or when the same APIs are consumed by multiple agents. This leads to duplicated configurations,...
<DisplayName>Azure Active Directory - SSO Control</DisplayName><!-- Override to surface a clear SSO-guidance message when local signup is blocked<!-- Step 10: Write new SSO user to directory if not already written -->
With private subnets, outbound access is disabled by default.Azure NAT Gateway is a fully managed, zone‑resilient, outbound‑only SNAT service.It attaches at the subnet level and automatically handles all outbound flows from that subnet using one or more static public IP addresses or prefixes.
In this tutorial, we explore the implementation of OpenMythos, a theoretical reconstruction of the Claude Mythos architecture that enables deeper reasoning through iterative computation rather than increased parameter size. We build and analyze models using both GQA and MLA attention mechanisms, examine memory efficiency through KV-cache comparisons, and validate stability via the spectral properties of […] The post
The Domain Name System (DNS) protocol is used by clients to find mail servers over the internet. DNS is unencrypted and unauthenticated by default, making it vulnerable to spoofing, tampering, and adversary‑in‑the‑middle attacks. As threat actors increasingly target the foundational layers of email delivery, modern DNS security protocols have become essential to protecting organizations. To address these gaps, Exchange Online has invested heavily in modern, standards‑based DNS ...
Why I Ran This Experiment This work started not as a benchmarking exercise, but as a practical problem: I needed to automatically extract panel regions from PDF-format electrical Single-Line Diagram (SLD) drawings using OpenAI models . All experiments were conducted using OpenAI models in
He is a data governance officer at Contoso (a fictional but very representative enterprise). Mark’s day job is ensuring data governance and compliance across his company’s vast hybrid cloud estate – think around ~2 million data assets sprawled across 12+ datacenters on-premises and in different public clouds.Azure Function Endpoints
Move your customers from AI interest to execution by tapping into skilling opportunities designed to strengthen delivery readiness and sharpen sales execution. This month's skilling focus is about going beyond AI pilots to deliver real outcomes, securely and across teams. In May and June, Microsoft is delivering high-impact, in-person learning opportunities that can scale readiness across your broader team through role-based learning journeys, equipping you to drive AI-powe...
The Enterprise Security Assessment (ESA) is a comprehensive, tenant-wide evaluation that helps to understand and improve the security posture across Microsoft Azure, Microsoft 365, and hybrid environments.Unlike workload-focused assessments such as the Well-Architected Security Assessment (WASA), ESA offers a holistic, enterprise-level perspective, helping organizations align priorities across teams and platforms.When we introduced the Enterprise Security Assessment (ESA) to a large, mission-critical financial services customer, we followed the playbook: A streamlined assessment using Secure Scores, three Data Sets, minimal effort, and a quick readout.
Join us for a live webinar on May 7, 9:00 am PDT, with Trent Green, Microsoft, and David Francoeur, Orchestry, to learn more about what file-level archiving does, how it works, and how to turn it into a scalable, automated strategy across your tenant.Optimizing storage costs with file-level archivingWe recently launched the public preview of file-level archiving, a new way to help reduce additional Microsoft 365 storage costs, without deleting content.
The summit delivered two intense days of immersion, combining technical depth, strategic discussions, and meaningful connections. With more than 150 in-person participants, attendees were highly engaged and focused on advanced Azure and AI topics—making it one of the most impactful community Azure events in Brazil.Over two days, participants explored strategic and technical content covering Azure architecture, DevOps, Artificial Intelligence, innovation, career development, market trends, and the real challenges organizations face today.To find an MVP and learn more about the MVP Program visit the MVP Communities website and follow our updates on LinkedIn or #mvpbuzz.
In our previous post, we introduced Microsoft Entra Tenant Governance and how it helps organizations secure and manage multi-tenant environments at scale.Today, we’re excited to announce that the Tenant Configuration Management (TCM) APIs are now generally available, providing the foundation for managing configuration at scale with greater consistency and control.The TCM APIs are the underlying Microsoft Graph API that powers Tenant Governance’s configuration management capabilities.
The response contains insights from all four agents: destination recommendations, cost breakdown, curated activities, and a synthesized itinerary from the coordinator, in one API call.The repo includes a Dockerfile and an agent.yaml manifest, everything you need to deploy the workflow to Microsoft Foundry as a hosted agent.Once your workflow logic works as a hosted endpoint, you can expose it to end users in Teams, Copilot, or any Microsoft 365 surface.
Prior authorization (PA) is one of the most expensive bottlenecks in U.S. healthcare.Today we’re making the Prior Authorization Multi-Agent Solution Accelerator available as a Microsoft Foundry template.Health plan payers can deploy a working, four-agent PA review pipeline to Azure using the Azure Developer CLI (“azd”) with a single command in supported environments, then customize it to their policies, workflows, and EHR environment.
AI apps and agents increasingly operate with runtime autonomy, dynamic capability exposure, and on‑demand access to tools and resources.This post explains how Marketplace fulfillment and entitlement models differ by offer type—and what that means when you’re designing AI apps and agents that must respond correctly to subscription state, plan changes, and cancellations.This post is part of a series on building and publishing well-architected AI apps and agents in Microsoft Marketplace.
Microsoft will retire the standalone Azure Sentinel portal on March 31, 2027.It is the platform foundation for a fundamentally different SOC operating model — one built on a 2-tier data architecture, graph-based investigation, and AI agents that can hunt, enrich, and respond at machine speed.The USX transition creates a structured progression for all partner types — from professional services that build trust and surface findings, to managed security services that deliver ongoing value.
Data Security Posture Management (DSPM)DSPM consolidates insights from Data Loss Prevention (DLP), Insider Risk Management, Information Protection, and Data Security Investigations into a single view for monitoring data risks, policy coverage, and posture trends.Now also in Public Preview, DSPM extends coverage to third-party SaaS and IaaS platforms such as Google Cloud Platform, Snowflake, and Databricks, and integrates with partner solutions including Cyera, BigID, and OneTrust for comprehensive risk insights.
What is SharePoint Automatic Version History Cleanup? SharePoint Automatic Version History Cleanup is a feature in Microsoft 365 (SharePoint Online and OneDrive) that
Introdução Um dos maiores desafios em ambientes cloud é manter a visibilidade sobre os custos. Picos inesperados podem passar despercebidos por dias e quando chegam na fatura, já é tarde demais. Neste artigo, vou mostrar como configurei uma análise automática diária de anomalias de custo usando o Azure SRE Agent, conectado ao FinOps Hub (Azure Data Explorer), com notificação automática no Microsoft Teams<...
Com a crescente necessidade de segurança adaptativa, o Microsoft Entra ID oferece recursos avançados para aplicar políticas dinâmicas de acesso.É exatamente isso que os contextos de autenticação do Microsoft Entra ID resolvem.Neste artigo vou detalhar todo o processo, desde a habilitação do Continuous Access Evaluation (CAE), passando pela configuração dos contextos e das políticas de acesso condicional no portal do Entra ID, até a integração prática com uma aplicação .NET dividida em frontend web e API de backend.
The idea of building your own AI agent used to feel like something only big tech companies could pull off.
As environments grow—across regions, clouds, and on‑premises sites—traditional log forwarding architectures struggle with scale, reliability, cost, and security.Azure Monitor Pipeline, now generally available, addresses these challenges by rethinking how telemetry enters Azure Monitor.Azure Monitor Pipeline introduces a centralized telemetry ingestion layer that sits between sources and Azure Monitor.
Traditional benchmarks test whether models can recall MITRE ATT&CK techniques or classify threat actor tactics, but they miss the harder question—can an agent translate raw threat intelligence into production-ready detection rules that find real attacks?microsoftMicrosoft Research has addressed this gap with CTI-REALM (Cyber Threat Intelligence Real World Evaluation and LLM Benchmarking), an open-source benchmark that evaluates AI agents on end-to-end detection engineering workflows.Released in March 2026, CTI-REALM measures whether agents can read threat intelligence reports, explore telemetry schemas, iteratively refine KQL queries, and produce validated Sigma rules and KQL detection logic—exactly the workflow security analysts follow when building detections for platforms like Microsoft Sentinel.microsoft
Teams Support team has added a new diagnostic to the Microsoft Remote Connectivity Analyzer — the Teams Meeting Add-in For Classic Outlook diagnostic.The Teams Meeting button is missing from the Outlook ribbonMicrosoft Teams Support
We're excited to share a new test now available in the Microsoft Remote Connectivity Analyzer — the Guest Invite to Team diagnostic.This new diagnostic is designed to help admins quickly identify exactly where the configuration has gone wrong.Manage guest access in Microsoft 365 Groups
We have received support cases where customers lose administrative access to Azure SQL Managed Instance because the SQL login(s) are disabled, or because the login is no longer a member of the sysadmin fixed server role.In this article, we explore one possible way to recover access in this scenario by using a Microsoft Entra administrator.One possible recovery method is to configure, or reconfigure, a Microsoft Entra administrator for the managed instance and use that path to regain administrative access.
A new memory framework from Google Cloud AI Research and UIUC gives LLM agents the ability to distill generalizable reasoning strategies from both successful and failed experiences — and combines that with test-time scaling to create agents that genuinely improve over time.The post Google Cloud AI Research Introduces ReasoningBank: A Memory Framework that Distills Reasoning Strategies from Agent Successes and Failures appeared first on MarkTechPost.
Vuoden 2026 AI Agent Race Finland - finalistit ovat: Helsingin kaupunki rakensi “Ohjeapuri”-AI‑agentin, joka muuttaa viralliset ohjeet nopeasti luonnollisella kielellä saataviksi vastauksiksi 40 000 työntekijälle.Kilpailun voittaja julkistetaan 28.4.2026 Microsoft AI Tour - tapahtuman "Yhdessä kohti älykkäämpiä ratkaisuja" -lavalla.
What Is AI Apps & Agents Dev Days?AI Apps & Agents Dev Days is a monthly technical series from Microsoft Reactor, delivered in partnership with Microsoft and NVIDIA.You’ll learn how to use services like Azure Container Apps to host resilient AI workloads, how Foundry IQ fits into agent architectures as a trusted knowledge source, and how to make architectural decisions that balance performance, cost, and scalability.
An Entra ID user attempts to sign in to a Windows VM through Azure BastionThis blog walks through a real-world troubleshooting journey that exposes a non-obvious Entra ID device registration issue, explains the root cause, and provides a clean resolution.When a Windows VM is joined to Microsoft Entra ID, a device object is created in Entra ID, keyed to the VM’s Windows hostname.
Xiaomi's MiMo team just dropped two new models that push open-source agentic AI closer to frontier territory than ever before. The post Xiaomi Releases MiMo-V2.5-Pro and MiMo-V2.5: Matching Frontier Model Benchmarks at Significantly Lower Token Cost appeared first on MarkTechPost.
In this tutorial, we implement an advanced agentic AI system using the CAMEL framework, orchestrating multiple specialized agents to collaboratively solve a complex task. We design a structured multi-agent pipeline consisting of a planner, researcher, writer, critic, and rewriter, each with clearly defined responsibilities and schema-constrained outputs. We integrate tool usage, self-consistency sampling, structured validation […] The post
Microsoft Marketplace is probably the one topic that can give 'AI' a run for its money in terms of the number of mentions on LinkedIn, on cloud hyperscaler blogs, and in Partner Ecosystem presentations. But ask the average SaaS seller what a marketplace is, and you’ll probably get a different answer every time. That’s because marketplaces have become more than jus...
Alibaba’s Qwen Team has released Qwen3.6-27B, the first dense open-weight model in the Qwen3.6 family — and arguably the most capable 27-billion-parameter model available today for coding agents. It brings substantial improvements in agentic coding, a novel Thinking Preservation mechanism, and a hybrid architecture that blends Gated DeltaNet linear attention with traditional self-attention — all […] The post
In this tutorial, we explore Equinox, a lightweight and elegant neural network library built on JAX, and show how to use it. We begin by understanding how eqx.Module treats models as PyTrees, which makes parameter handling, transformation, and serialization feel simple and explicit. As we move forward, we work through static fields, filtered transformations such […] The post
Azure is evolving to better support secure‑by‑default cloud architectures. Starting with API version 2025‑...
A real design review: management groups, policies, break-glass accounts, and the five things I'd tweak before going to production. Here's what I see at most startups when they first show up on Azure: one subscription, one Global Admin, everything in the same resource group, and everyone's an Owner. That works when you have three engineers and one environment. It stops working around the time you have a production workload, a dev environment, shared infrastructure, and a...
Co-authors: Jie Su, Abhinav Dua, Mukthar Ahmed, Dhruv Joshi In a previous post, we shared how Azure Automated VM Recovery works to minimize virtual machine downtime through a three-stage approach: Detection, Diagnosis, and Mitigation. This post goes one layer deeper int...
Summary Customers sometimes attempt to copy Azure SQL Long-Term Retention (LTR) backups across regions using Copy-AzSqlDatabaseLongTermRetentionBackup, only to hit the error: LongTermRetentionMigrationRequestNotSupportedLTR backup migration copy feature is not supported on subscription This blog clarifies why this happens, when LTR backu...
Note: There’s a known issue with the Microsoft 365 Apps card on the dashboard that we’re actively working to address. Recent advances in automation and AI are accelerating vulnerability discovery and shortening the window between disclosure and exploitation. As Microsoft outlined in our recent Security blog, this shift raises the bar for how quickly organizations ne...
This month’s newsletter brings you the latest updates, insights, and learnings to help you turn employee listening into action with Viva Glint & Pulse. As organizations continue to navigate AI-driven change, we’re focused on helping you measure what matters, understand impact, and sustain momentum across your employee experience strategy—with practical updates to support you every step of the way. New on your Viva Glint platfo...
The Gap Between a Demo and a Production Agent Let's be honest. Getting an AI agent to work in a demo takes an afternoon. Getting it to work reliably in production, tested, containerised, deployed, observable, and maintainable by a team. is a different problem entirely. Most tutorials stop at the point where the agent prints a response in a terminal. They don't show you how to structure your code, cover your tools with tests, wire up CI, or deploy to a managed run...
Summary When creating a new Azure SQL Data Sync group, customers may encounter the following error during setup—even when no active sync groups exist: “Failed to perform data sync operation: Cannot find the user 'DataSync_executor', because it does not exist or you do not have permission.” This failure typically occurs during certificate and symmetric key creation as Azure attempts to grant permissions to...
Hello Folks, I promised the full agenda would drop soon. Today’s the day. The schedule is locked in, the approved sessions are on the board, and I want to walk you through what three days of deep-technical, engineering-led Azure content looks like. A quick refresher before we get into the content: this event is free, it’s virtual, and it’s built by engineering for engineering. Most sessions are at the L300–L400 ...
How to make multiple agents work together like an elite team — autonomously dividing tasks, communicating efficiently, and collaborating seamlessly? The openJiuwen community released the latest version of JiuwenClaw, which adds support for AgentTeam — a multi-agent collaborative capability. It proposes that the next leap beyond Harness Engineering is Coordination Engineering. In in-depth tests, this team […] The post
What Is a VNet data gateway? The VNet data gateway is a Microsoft‑managed gateway service that runs inside a delegated subnet of an Azure Virtual Network. It allows supported Microsoft cloud services—such as Power BI, Power Platform dataflows, and Microsoft Fabric workloads—to securely connect to data source...
As AI becomes embedded in everyday work, governance shifts from being a back‑office function to a strategic enabler. Organizations that succeed with Copilot and agents aren’t just moving fast (70% of early Copilot users said they were more productive) – they are prepared, resilient, and deliberate in balancing AI-dr...
Every enterprise has an AI agent. Almost none of them work in production. Walk into any enterprise technology review right now and you will find the same thing. Pilots running. Demos recorded. Steering committees impressed. And somewhere in the background, a quiet acknowledgment that the thing does not actually work at scale yet. OutSystems surveyed nearly 1,900 global IT leaders and found that 96% of organizations are already running AI agents in some capacity. Yet only one i...
Enterprise inboxes are overwhelmed with graymail — legitimate, bulk email like newsletters, vendor promotions, and product updates that isn't malicious but buries the messages that matter. When high volumes of these mails land in the inbox, it crowds out priority communications and can dull security vigilance. Employees conditioned to ignore repetitive emails may miss signs of a real threat. It also creates recurring work for admins and security teams who must continuously tu...
Organizations rely on Microsoft Entra to secure access in an ever‑changing identity threat landscape without sacrificing workforce productivity. As organizations adopt advanced identity and access capabilities, IT admins often ask for greater transparency into how those capabilities are being used, particularly around licensing. Today, I’m excited to announce the general availability of Microsoft Entra license usage insights: a redesigned experience in...
We’re excited to welcome Moonshot AI’s Kimi K2.6 to Microsoft Foundry expanding the platform’s growing catalog of open and frontier models designed for real-world, production-grade AI systems. Kimi K2.6 represents a new class of
If you've ever had a production VM go unhealthy on Azure and found yourself scrambling to figure out what happened, you're not alone. I work with startups running production workloads on Azure, and this is one of the most common patterns I see: something goes wrong, the team opens a support ticket, and then everyone waits for a root cause while the CTO asks "how do we make sure we know about this before our customers do next time?" The good news: Azure already gives you the tools to an...
As AI becomes part of everyday work, it’s more important than ever to clearly indicate when content has been generated or altered using AI. To help support transparency and responsible use, Microsoft 365 now includes watermarking options for AI‑generated content, giving organizations and individuals clearer signals about AI involvement while maintaining flexibility and control. Whether you’re an IT admin, an information worker, or a consumer using Microsoft 365 at home, here’s what you...
@Alberto Santamaria-Pang, Principal AI Data Scientist, Industry Solutions Engineering HealthcareAdjunct Faculty at Johns Hopkins School of Medicine@Alexander Mehmet Ersoy, Dir. Industry Advisory, Healthcare & Life Sciences 1. Introduction: From Images to i...
The latest Microsoft Teams and Microsoft365 expert community briefings, podcasts and upcoming community events. Expert Briefings: Enterprise Voice Infrastructure Options On-Prem. Private Cloud and Cloud-Native with Ribbon and AWS https://empowering.cloud/enterprise-voice-infrastru...
A huge thanks to Paul Kew - this lab wouldn't have been possible without his contributions. Security operations is one of those things that’s hard to learn from slides alone. You need to feel what it’s like to triage a multi-stage incident, tune a noisy detection rule, or trace an attacker pivoting from an endpoint to the cloud. That’s exactly why we built the Microsoft Sentinel Training Lab. What Is It? The
As your applications grow, you need to manage database connections carefully to keep performance predictable and reliable. Azure Database for PostgreSQL Elastic Clusters, powered by Citus, support horizontal scaling by distributing data and queries across multiple nodes. This raises a key question: how do connections behave as you add more clients, grow the cluster, or upgrade node specifications? ...
In this guest blog post, Srija Reddy Allam, Cloud Security/DevOps Architect, Fortinet, discusses the increase of attacks targeted at web applications and APIs and how FortiAppSec Cloud in Microsoft Marketplace provides a layer of adaptive security to address the challenge. Picture this: A global e-commerce company is gearing up for its biggest holiday sale of the year. Their storefront and application programming interfaces (APIs) are hosted on Microsoft Azure, t...
The Problem Electrical engineering drawings — especially single-line diagrams (SLDs) — are notoriously hard to parse programmatically. They combine dense symbols, small text, and complex geometric structures, all varying in style across documents and vendors. Figure 1. A typical electrical single-line diagram. A single page contains multiple panel regions (HV, TR, LV, GCP), each with dozens of ...
FastAPI has become one of the most popular ways to serve machine learning models because it is lightweight, fast, and easy to use.
Most agent failures do not look like breaches. They look like a normal chat, a normal answer, and a normal tool call. Until the next morning, when a single question collapses the whole story: who authorized that action. You think you deployed an agent. In reality, you deployed an unbounded automation pipeline that happens to speak English. I’m
For all the progress made in AI agent development over the past few years, one fundamental problem has remained largely unsolved: most people never actually interact with agents. They live behind developer dashboards, inside specialized apps that users are asked to download, and within chat interfaces that the majority of the world’s population will never […] The post
If your Azure App Service on Linux uses an Azure Files NFS share, you may sometimes see errors like Permission denied or Errno 13 when your app tries to write to the mounted path. Azure Files supports NFS for Linux and Unix workloads, and NFS uses Unix-style numeric ownership and permissions (UID/GID), which can behave differently from SMB-based file sharing.
Let me be direct: there's a lot of noise in the conference calendar. Generic cloud events. Vendor showcases dressed up as technical content. Sessions that look great on paper but leave you with nothing you can actually ship on Monday. ECS 2026 isn't that. As someone who will be on stage at Cologne this May, I can tell you the
Introduction We are excited to announce the General Availability Refresh of Mirroring Azure Database for PostgreSQL in Microsoft Fabric. This update introduces several new capabilities designed to reduce friction, improve transparency, and increase trust in PostgreSQL data for analytics and AI workloads. Database professionals, DBAs, and developers can now leverage a more robust, flexible, and transparent solution for integrating PostgreSQL data in Microsoft Fabric. Mirroring ...
Enterprise Linux environments are heterogeneous. That's not a problem statement - it's just the truth. SUSE, Ubuntu, RHEL, and their downstream variants coexist in every data center I've seen, and increasingly across Azure subscriptions too. AI assistants like GitHub Copilot can already connect to these machines, run commands, troubleshoot issues, apply patches one box at a time. But if you're managing a fleet of hundreds or thousands of systems across distributi...
Overview In this post, I’ll show you how to perform a data migration from Azure SQL Managed Instance (SQL MI) to Azure SQL Database (SQL DB) using a combination of schema + security migration steps and Azure Data Factory (ADF) for moving the data. In an earlier post (
Debugging an AI agent that runs for dozens of steps: reading files, calling APIs, writing code, and revising its own output, is not like debugging a regular function.There is no single stack trace to read.The post OpenAI Open-Sources Euphony: A Browser-Based Visualization Tool for Harmony Chat Data and Codex Session Logs appeared first on MarkTechPost.
By guest blogger YoungWook Kim In the Microsoft MVP community, technology is more than just a tool; it is a bridge that connects people. The late Min-gyu Ju—founder of Recursive Soft and a preeminent expert in the IoT field—was a master at building these bridges with both strength and warmth. He looked beyond cold hardware and li...
Hugging Face has released ml-intern, an open-source AI agent designed to automate end-to-end post-training workflows for large language models (LLMs). Built on the company’s smolagents framework, the tool can autonomously perform literature review, dataset discovery, training script execution, and iterative evaluation — tasks that typically require significant manual effort from ML researchers and engineers. What […] The post
In this tutorial, we implement an advanced Bayesian hyperparameter optimization workflow using Hyperopt and the Tree-structured Parzen Estimator (TPE) algorithm. We construct a conditional search space that dynamically switches between different model families, demonstrating how Hyperopt handles hierarchical and structured parameter graphs. We build a production-grade objective function using cross-validation inside a scikit-learn pipeline, enabling […] The post
As organizations increasingly rely on laptops, mobile devices, and cloud‑connected applications, visibility into device health, configuration, and security posture is critical. Performance degradation, outdated configurations, and elevated device risk can negatively affect productivity and increase exposure to security threats. Microsoft provides an integrated set of services—Microsoft Intune and Microsoft Defender for Endpoint—that support modern devi...
Today, we're thrilled to announce the general availability of Azure Monitor pipeline — a telemetry pipeline built for secure, high-scale ingestion across any environment. But the best way to understand what makes it powerful isn't to start with features. It's to start with the problems that kept showing up, over and over, in our conversations with customers. So, let's dig in... Chances are, this sounds a lot like your environment...
Take a small design team running a global social campaign. They have the creative vision to produce localized imagery for every market, but not the resources to reshoot, reformat, or outsource that scale. Every asset needs to fit a different platform, a different dimension, a different cultural context, and they all need to ship at the same time. This is where flexible image generation comes in handy. OpenAI's GPT-image-2 is now generally available and rolling out toda...
Microsoft 365 pricing and packaging updates take effect July 1, 2026, with expanded security and management capabilities coming this year. Now is the perfect time to accelerate renewals, upsell to Microsoft 365 E3 or E5, and lock in pricing for Copilot Business bundles.
The AI industry has rapidly moved from experimentation to production, and Microsoft partners play a critical role in helping organizations deploy AI responsibly and at scale. Today’s customers expect secure, governed, outcome-driven solutions from their providers. To support the partner ecosystem, Microsoft invests in offerings like incentives, skilling, and go-to-market resources,
Incoming calls don’t wait for a break in your day. Whether you’re leading a meeting or juggling back-to-back commitments, every new call creates the same dilemma: answer and risk losing momentum, or ignore it and risk missing something important. We're excited to announce that Microsoft 365 Copilot can now help answer your incoming Teams calls and schedule follow-up appointments on your behalf. This experience helps users focus on engaging with the calls that matter most and is availab...
We are excited to introduce the new home of the Microsoft Security Community! At aka.ms/securitycommunity, you can explore upcoming events, access technical content, and find new ways to connect with Microsoft experts and peers across the security ecosystem. The Microsoft Security Community Home is designed to help you: Discover live and on-deman...
What is High Availability Testing? High Availability Testing ensures that your application remains accessible and functional even when components fail. It validates: Redundancy mechanisms (e.g., Availability Zones, Load Balancers) Failover processes (automatic/manual) Recovery time objectives (RTO) and recovery point objectives (RPO) System behavior under partial outages In Azure, HA testing often involves se...
Microsoft 365 Copilot is redefining how organizations work, bringing the power of generative AI directly into our secure productivity tools. As Copilot adoption accelerates, we’ve heard that you want more control over how your sensitive data can be used in interactions with Copilot. At Ignite 2025, Microsoft announced a major enhancement: Microsoft Purview Data Loss Prevention for Microsoft 365 Copilot to safeguard Microsoft 365 Copilot and Copilot Chat prompts, now entering ...
Modern cloud adoption can empower organizations to deliver services efficiently, safeguard sensitive information, and withstand an increasingly complex threat landscape. Yet for public‑sector agencies, where budgets are tightly controlled and compliance obligations are high, embracing the cloud can be challenging. Maintaining security, transparency, and cost efficiency is a delicate balance: the need to move forward with modernization while proving every investment is justified and resilient....
Training powerful AI models depends on one resource that is quietly running out: specialized data. While the internet provided a seemingly infinite supply of text and images to train today’s generalist models, the next wave of AI breakthroughs — in cybersecurity, legal reasoning, healthcare, and other niche domains — requires data that simply doesn’t exist […] The post
Reliable connectivity is essential for ensuring consistent productivity in Azure Virtual Desktop (AVD) environments. Network variability—whether due to packet loss, NAT misconfiguration, UDP‑restricted networks, or restrictive enterprise network policies—continues to be one of the most common causes of session interruptions across enterprise virtual desktop deployments. To improve connection resiliency across a broader set of network conditions, we’re excited to introduce redun...
Building agents for real-world workflows takes more than prompts. Show you are ready to design and manage secure, enterprise‑ready agents in Microsoft Copilot Studio with Exam AB-620 (beta). As organizations shift from early AI experiments to deploying agents in real business workflows, the need for builders who can create dependable, production‑ready agents is growing quickly. Teams are looking for professionals who know how to move beyond demos and build agents that are re...
In the modern security landscape, we often say that "Identity is the new perimeter." We spend significant resources on Conditional Access, Phishing-Resistant MFA, and Identity Protection to keep the "bad guys" out. But what happens when the threat is already inside, or when a legitimate administrative action goes sideways? If our identity data the "brain" of our Microsoft 365 and Azure ecosystem is corrupted or maliciously altered, usr entire security posture collapses. Today, we’re ex...
Agentic AI for files in SharePoint document librariesReview PDFs with Copilot in OneDrive and SharePoint for the webWe introduced a refreshed OneDrive sync experience on macOS, with a redesigned activity center and updated system dialogs that feel native on Mac. Built with technologies like SwiftUI, it aligns with modern macOS Liquid Glass design language and provides a cleaner, more responsive way to check sync status, recent activity, and issues that need attention.
As AI moves from answering questions to carrying out real work, teams need a reliable way to store, manage, and refine the instructions and context that guide how AI operates. Markdown files are increasingly becoming that foundation, acting as durable AI artifacts that capture rules, preferences, and repeatable processes. Today, we’re introducing native Markdown support in SharePoint and OneDrive, now rolling out to general availability across both consumer and commercial audiences. As...
In March, we shared our vision for AI in SharePoint: We’re transforming how teams build solutions, publish content, and organize information using AI. With AI in SharePoint, you start with intent, describe it in natural language, and move directly to working solutions that reflect how your business actually operates. It is a multi...
Designing tenant linking and Open Authorization (OAuth) directly shapes how customers onboard, grant trust, and operate your AI app or agent through Microsoft Marketplace.This post explains how to design scalable, review‑ready identity patterns that support secure activation, clear authorization boundaries, and enterprise trust from day one.In Microsoft Marketplace, tenant linking and OAuth consent are not background implementation details.
Maia 200 is Microsoft’s second-generation first-party AI accelerator built to support large-scale AI inference workloads in Azure. As Maia 200 moved from pre‑silicon design toward deployment, work across multiple engineering organizations was managed within a single program responsible for bringing the accelerator into Azure. At its peak, that effort tracked over 700 active tasks spanning silicon, software, and datacenters...
TestMu AI HyperExecute, a solution published to Microsoft Marketplace, is an end-to-end smart test orchestration tool built on Microsoft Azure Functions and Azure App Services and integrated with Microsoft Teams, Azure Pipelines, GitH...
The IQ Series kicked off with three Foundry IQ episodes, each paired with a hands-on cookbook. If you've worked through all three or you're planning to, there's now a digital badge waiting for you to claim! What the badge represents The IQ Series: Foundry IQ badge recognizes developers who've completed the full Foundry IQ curriculum end-to-end: not just watched the episodes, but deployed the Azure resources, run every notebook, and built working knowledge base...
A stateless AI agent has no memory of previous calls.
Overview We have received several support cases where customers encounter the error shown below when attempting to create a failover group for Azure SQL Managed Instance. In this article, we explore one of the possible causes of this error. Creating instance failover group failed. An unexpected error occured while processing the request. Tracking ID: 'XYZ' <...
There is a new application on the block, and it is not just VS Code with a plugin. https://code.visualstudio.com/updates/v1_115#_visual-studio-code-agents-previewis a dedicated, standalone editor application purpose-built for working with AI agents. Where regular VS Code treats the editor as the primary surface and adds AI on top, VS Code Agents flips that rel...
Azure Resource Graph Explorer offers a faster and more scalable alternative by enabling customers to query Redis configurations directly using Kusto Query Language (KQL).All queries in this document use the Resources table, filter on Redis resource types, and retrieve configuration properties from the Redis resource schema.Explanation:This query reviews authentication and access security settings for Azure Cache for Redis (OSS tiers).
In this tutorial, we build an end-to-end implementation around Qwen 3.6-35B-A3B and explore how a modern multimodal MoE model can be used in practical workflows. We begin by setting up the environment, loading the model adaptively based on available GPU memory, and creating a reusable chat framework that supports both standard responses and explicit thinking […] The post
Scenario Many times, we receive requests for a quick and reliable way to check which Azure Storage features are enabled across subscriptions—such as SFTP, Hierarchical Namespace (HNS), or default access tiers. For such scenarios, customers can use PowerShell, Azure CLI, or REST APIs; however, these approaches can be time‑consuming due to module setup, frequent updates, and script maintenance. Azure Resource Graph Explorer provides a faster and simpler alternative by allowing customer...
Overview Azure Functions is a powerful serverless compute service that enables you to run event-driven code without managing infrastructure. When you deploy a Function App, the Azure Functions host is the runtime process responsible for discovering your functions, loading extensions and bindings, connecting to storage, and starting trigger listeners. A host startup issue oc...
In Azure SQL Managed Instance, copy-only backups cannot be created for databases encrypted with service-managed Transparent Data Encryption (The default choice for all newly provisioned SQL MI).In this article, I will explain how to prepare your Azure SQL Managed Instance (SQL MI) to take copy-only backups to Azure Blob Storage by using Managed Identity together with customer-managed encryption keys.Finally, create a SQL credential that maps the Azure Blob Storage container to SQL MI’s managed identity.
What Is Agent-Driven Testing? Agent-driven testing represents a revolutionary shift from traditional, hardcoded test automation to intelligent, adaptive testing powered by AI agents. Unlike conventional Playwright tests that rely on static selectors and predefined workflows, agent-driven testing leverages GitHub Copilot (GHCP) agents with Model Context Protocol (MCP) to dynamically analyze web pages, discove...
Moonshot AI, the Chinese AI lab behind the Kimi assistant, today open-sourced Kimi K2.6 — a native multimodal agentic model that pushes the boundaries of what an AI system can do when left to run autonomously on hard software engineering problems. The release targets practical deployment scenarios: long-running coding agents, front-end generation from natural language, […] The post
On September 30, 2026, the Azure Service Bus team will retire support for the Service Bus Messaging Protocol (SBMP).To help customers maintain continuity while planning their transition to Azure Logic Apps, we’ve released a BizTalk Server 2020 hotfix that adds support for Advanced Message Queuing Protocol (AMQP) in the adapter.The hotfix will be available for BizTalk Server 2020 CU6 and CU7.
In this tutorial, we build a pipeline on Phi-4-mini to explore how a compact yet highly capable language model can handle a full range of modern LLM workflows within a single notebook. We begin by setting up a stable environment, loading Microsoft’s Phi-4-mini-instruct in efficient 4-bit quantization, and then move step by step through streaming […] The post
Work rarely lives in one place. Your priorities may be spread across personal tasks, shared plans, email follow-ups, meeting notes, and chats. Planner Agent can help bring that work together in Microsoft 365 Copilot, so you can see what needs attention, take action, and keep projects moving without constantly switching between apps. Planner Agent is currently available in Microsoft 365 Copilot through Frontier and can be added from the All agents menu once enabled by you...
Download Windows Admin Center: Virtualization Mode Public Preview 2 here. Provide feedback on Public Preview 2 on our GitHub page. At Microsoft Ignite 2025
OpenTelemetry is fast becoming the industry standard for modern telemetry collection and ingestion pipelines. With Azure Monitor’s new OpenTelemetry Protocol (OTLP) support, you can ship logs, metrics, and traces from wherever you run workloads to analyze and act on your observability data in one place. What’s in the preview Direct OTLP ingestion into Azure Monitor for logs, metrics, and traces. Automated onboarding for AKS work...
As enterprises modernize applications and strengthen their security posture, identity is central to how applications access shared storage. Traditional identity models relying on account keys, stored credentials, or domain‑joined infrastructure add operational overhead and introduce security risks such as credential leakage, lack of identity attribution, and excessive privilege if shared keys are compromised. Today, we are excited to announce the General Availability (GA) of Managed I...
Microsoft Purview helps organizations identify and protect sensitive information using Sensitive Information Types (SITs).This post walks through how to extend password detection using a custom regex pattern — allowing you to identify strong passwords stored in plain text and respond before exposure turns into an incident.By combining length validation, complexity enforcement, and contextual keyword proximity, Microsoft Purview enables precise and scalable password detection, helping organizations identify and protect sensitive credentials before they are misused.
Whether you’re running a company-wide broadcast, a training session, a Reddit-style “ask me anything” (AMA) or an in-person gathering, Viva Engage and Microsoft Teams help you host and manage more effective and engaging events. Events have always been central to employee communications. Viva Engage and events play a critical role in building trust, encouraging authenticity, and listening at scale. From highly produced hybrid all-hands to asynchron...
Change Management is an important part of managing the improvements we make to our service that may sometimes disrupt our customers. The key is empowering customers to identify if they have messages that will be affected when we announce changes to the service. To that end, we’d like to announce the Public Preview for the Change Optics Report. It will be the central location for finding messages that could be affected by future changes to the service. As we improve or identify issues i...
Learn about recent improvements to playlists, skilling sessions, partner discovery, and credentials, based on what learners and team leaders told us they need to build skills with confidence. Priya Vaidyanathan is a Director of Product Management at Microsoft, where she leads the product management teams that are building AI Skills Navigator.
It's time to stop building "Portals" and start deploying Enterprise SaaS. For years, enterprise teams building web portals have been shackled by rigid Dynamics 365 schemas and heavy, template-driven UIs. Traditional Power Apps Portals required developers to follow the portal's...
Microsoft partners like Veeam and Celebal Technologies deliver transact-capable offers, which allow you to purchase directly from Azure Marketplace. Learn about these offers below: Veea...
Audience: Azure solution architects, network engineers, and AI practitioners deploying Microsoft Foundry in enterprise, network‑isolated environments. Scenario: Foundry Agent Service must call an on‑premises (or privately hosted) API over VPN or ExpressRoute using on‑premises corporate DNS...
Zero-shot text classification is a way to label text without first training a classifier on your own task-specific dataset.
Migrating on‑premises file servers to the cloud is a complex infrastructure transformation—not just a data move. Many organizations lack the visibility needed to decide whether to rehost or modernize file shares spread across Windows and Linux servers. Azure Migrate now extends its discovery and assessment capabilities to SMB and NFS file shares, enabling a data‑driven appro...
Introduction Charlotte Yeo, UCL MEng Computer Science https://www.linkedin.com/in/charlotte-yeo-627476294/ Supervisors: Janaina Mourao-Miranda (UCL) and Lee Stott (Microsoft). For my final-year MEng project at UCL, I investigated how to get the best results out of SpecKit, a spec-driven AI developmen...
In this post, we’ll explain the core purpose of Dynamic Data Masking (to ease application development), how it works, and its proper use cases – as well as its limitations. If you’re considering using Dynamic Data Masking or reviewing your data security strategy, this information will help you make informed decisions. What Dynamic Data Masking is designed for
OpenAI is moving from a limited pilot to broad deployment of its Trusted Access for Cyber program, introducing GPT-5.4-Cyber — a variant of GPT-5.4 fine-tuned to be cyber-permissive — for thousands of vetted defenders. The post OpenAI Scales Trusted Access for Cyber Defense With GPT-5.4-Cyber: a Fine-Tuned Model Bu...
HR teams deal with thousands of employee questions every day — policy lookups, leave balances, case escalations, and sensitive topics like harassment or misconduct. AI chatbots can handle the routine stuff and free up HR advisors for the hard cases. But most chatbot projects get stuck at basic Q&A. They can't handle multi-country policies, employee slang, or smooth handoffs to a real person. This post covers how we built Eva, a production HR chatbot using Micr...
For years, the way large language models handle inference has been stuck inside a box — literally. The high-bandwidth RDMA networks that make modern LLM serving work have confined both prefill and decode to the same datacenter, sometimes even the same rack. A team of researchers at Moonshot AI and Tsinghua University is making the […] The post
The digital transformation of healthcare continues to accelerate. Clinicians expect near-instant access to Electronic Health Records (EHRs), clinical workflows increasingly span cloud and on-premises systems, and regulatory pressures around identity, access, and auditability have never been higher. For healthcare security and IT leaders, one challenge consistently rises to the top: ensuring the right clinicians have the right access to EHR systems—no more, no less—throughout their life...
Anthropic has never published a technical paper on Claude Mythos. That has not stopped the research community from theorizing. A new open-source project called OpenMythos, released on GitHub by Kye Gomez, attempts something ambitious: a first-principles theoretical reconstruction of what the Claude Mythos architecture might actually be, built entirely in PyTorch and grounded in peer-reviewed […] The post
Tabular data—structured information stored in rows and columns—is at the heart of most real-world machine learning problems, from healthcare records to financial transactions. Over the years, models based on decision trees, such as Random Forest, XGBoost, and CatBoost, have become the default choice for these tasks. Their strength lies in handling mixed data types, capturing […] The post
Introduction When your Logic App Standard is integrated with a Virtual Network (VNET), you can use these APIs to troubleshoot connectivity issues to downstream resources like SQL databases, Storage Accounts, Service Bus, Key Vault, and more. The checks run directly from the worker hosting your Logic App, so the results reflect the actual network path your workflows use. API Overview
In this tutorial, we build a workflow that combines Magika’s deep-learning-based file type detection with OpenAI’s language intelligence to create a practical and insightful analysis pipeline. We begin by setting up the required libraries, securely connecting to the OpenAI API, and initializing Magika to classify files directly from raw bytes rather than relying on filenames […] The post
If you've been following my previous posts on the Ingress NGINX retirement, you'll know the story so far. The community Ingress NGINX project was retired in March 2026, and Microsoft's extended support for the NGINX-based App Routing add-on runs until November 2026. I've covered
What We Will Build In this guide, we will construct a complete Fabric IQ solution that accomplishes the following: First, a Lakehouse that ingests publicly available data including bank financials, P2P lending statistics, borrower demographics, and licensing information. Second, a Semantic Model that defines the analytical layer with proper dimensions, measures, and relationships. Third, an Ontology that elevates these tables ...
Introduction Perth is one of the most geographically isolated major cities globally. For performance‑sensitive, graphics‑heavy engineering workloads, user experience can degrade significantly when desktops are hosted far from the user. For workloads such as subsurface modelling and GPU‑intensive analysis, reducing latency is critical not just for user experience but also for productivity. This makes Perth an ideal candidate for Azure Extended Zone deployments, where compute re...
Quantum computing has spent years living in the future tense. Hardware has improved, research has compounded, and venture dollars have followed — but the gap between a quantum processor running in a lab and one running a real-world application remains stubbornly wide. NVIDIA moved to close that gap with the launch of NVIDIA Ising, the […] The post NVIDIA Releases Ising: the First Open Quantum AI Model Family...
Elon Musk’s AI company xAI has launched two standalone audio APIs — a Speech-to-Text (STT) API and a Text-to-Speech (TTS) API — both built on the same infrastructure that powers Grok Voice on mobile apps, Tesla vehicles, and Starlink customer support. The release moves xAI squarely into the competitive speech API market currently occupied by […] The post
In this tutorial, we implement how to run the Bonsai 1-bit large language model efficiently using GPU acceleration and PrismML’s optimized GGUF deployment stack. We set up the environment, install the required dependencies, and download the prebuilt llama.cpp binaries, and load the Bonsai-1.7B model for fast inference on CUDA. As we progress, we examine how […] The post
In this tutorial, we explore property-based testing using Hypothesis and build a rigorous testing pipeline that goes far beyond traditional unit testing. We implement invariants, differential testing, metamorphic testing, targeted exploration, and stateful testing to validate both functional correctness and behavioral guarantees of our systems. Instead of manually crafting edge cases, we let Hypothesis generate […] The post
Anthropic has launched Claude Opus 4.7, it’s latest frontier model and a direct successor to Claude Opus 4.6. The release is positioned as a focused improvement rather than a full generational leap, but the gains it delivers are substantial in the areas that matter most to developers building real-world AI-powered applications: agentic software engineering, multimodal […] The post
Fabric Capacity and Workspace You need a Microsoft Fabric workspace backed by a paid capacity. Trial capacities are not supported for Operations Agent. Your capacity must be provisioned in a supported region. As of April 2026, Operations Agent is available in all Microsoft Fabric regions except South Central US and East US. If your capacity is outside the US or EU, you will also need to enable cross geo processing and storage for AI through the tenant settings. Your workspace ...
If you have ever stared at thousands of lines of integration test logs wondering which of the sixteen log files actually contains your bug, you are not alone — and Google now has data to prove it. A team of Google researchers introduced Auto-Diagnose, an LLM-powered tool that automatically reads the failure logs from a […] The post
Introduction When developers start working with Model Context Protocol (MCP), one of the most confusing parts is understanding the difference between MCP Tools, Resources, and Prompts. All three are important components in modern AI application development, but they serve completely different purposes. In real-world AI systems like chatbots, AI agents, and cop...
In this tutorial, we explore how to run OpenAI’s open-weight GPT-OSS models in Google Colab with a strong focus on their technical behavior, deployment requirements, and practical inference workflows. We begin by setting up the exact dependencies needed for Transformers-based execution, verifying GPU availability, and loading openai/gpt-oss-20b with the correct configuration using native MXFP4 quantization, […] The post
Administrative Units (AUs) provide a native way to solve this by enabling ring‑fenced operations—allowing teams to operate independently within clearly defined boundaries, while preserving central oversight.This post focuses on the why behind using Administrative Units in Microsoft Purview, with a particular emphasis on scalable, ring‑fenced operations.We’ll walk through three reference architectures that illustrate how Administrative Units support real‑world operating models—without requiring multiple tenants or separate DLP platforms.
We are looking forward to meeting SMBs and SMB partners attending the Microsoft 365 Community Conference next week. 📅 Learn more about the conference and register today. We have a wonderful lineup of Teams SMB-focused events: 🎤
As Generative AI matures, so do the threats against it. AI Red Teaming has evolved from a niche security practice into a regulatory requirement. Our 2026 guide breaks down the top 19 tools—including Mindgard, Garak, and Microsoft’s PyRIT—to help security teams identify vulnerabilities like data leakage and bias before they reach production. The post Top 19 AI Red Teaming Tools (2026): Secure Your ML Models ...
When a Sev1 alert fires on an AKS cluster, detection is rarely the hard part. The hard part is what comes next: proving what broke, why it broke, and fixing it without widening the blast radius, all under time pressure, often at 2 a.m. Azure SRE Agent is designed to close that gap. It connects Azure-native observability, AKS diagnostics, and engineering workflows into a single incident-response loop that can investigate, remediate, verify, and follow up, without waiting for a human to ...
In this tutorial, we explore how to build a fully functional background task processing system using Huey directly, without relying on Redis. We configure a SQLite-backed Huey instance, start a real consumer in the notebook, and implement advanced task patterns, including retries, priorities, scheduling, pipelines, locking, and monitoring via signals. As we move step by […] The post
Microsoft at the European Collaboration Summit 2026- Cologne, Germany | Micros...
Microsoft’s adaptive cloud approach enables organizations to turn operational technology (OT) data into intelligent actions, autonomously, without requiring everything to live in the cloud by unifying cloud-to-edge management plane, data plane, and intelligence platform. At the center of this approach are key foundational technologies:&nbs...
📁April 17, 2026 - Title Plan Now Available Access the latest Instructor-Led Training (ILT) updates anytime at
Copilot agents are easy to pilot. Across organizations, teams are building agents to automate tasks, surface insights, and streamline everyday work. Early results are positive—and encouraging. One agent leads to another. Interest spreads. Adoption grows. Then a different question starts to surface: What happens when Copilot agents move beyond experiments and start to scale across the organization? That’s where things are getting more complicated.
It's almost that time of year again: the Microsoft Partner of the Year Awards are quickly approaching. These awards recognize the exceptional work partners deliver across solution areas, industries, and regions. And they celebrate the many ways our partners are driving Frontier Transformation––turning AI ambition into high-impact business outcomes for customers. Winning an award is a meaningful achievement that highlights the ...
However, when a Public IP address is deleted, the corresponding delete operation in Azure Activity Logs includes only the Resource ID of the Public IP — not the actual IP address that was assigned to the resource.This blog presents a production‑ready implementation approach that enables organisations to reliably capture and retain the assigned Public IP address of Azure Public IP resources — even after they are deleted — using Azure Activity Log alerts, Azure Automation, and a persistent resource mapping cache.This alert rule will detect Public IP lifecycle events and trigger the associated Action Group for downstream runbook execution.
Calling a large language model API at scale is expensive and slow.
On April 24, 2026, Egypt will be observing DST changes. Earlier this month, Microsoft has identified an issue that affects Daylight Saving Time (DST) in Egypt between April 24 and April 30, 2026, inclusive of both dates. Calendar events and meeting times in Egypt will appear off by one hour for only certain Windows versions for the above-mentioned period. ...
As we shared in the announcement, Microsoft Foundry Toolkit for Visual Studio Code is now generally available. In this deep dive, we walk through everything that’s in the GA release — from the rebrand and extension consolidation, to model experimentation, agent development, evaluations, and on-device AI for scientists and engineers pushing the boundaries of edge hardware. Whether you’...
Agents League was designed to showcase what agentic AI can look like when developers move beyond single‑prompt interactions and start building systems that plan, reason, verify, and collaborate. Across three competitive tracks—Creative Apps, Reasoning Agents, and Enterprise Agents—participants had two weeks to design and ship real AI agents using productio...
Qwen Team Open-Sources Qwen3.6-35B-A3B: A Sparse MoE Vision-Language Model with 3B Active Parameters and Agentic Coding Capabilities The post Qwen Team Open-Sources Qwen3.6-35B-A3B: A Sparse MoE Vision-Language Model with 3B Active Parameters and Agentic Coding Capabilities appeared first on
Join our next community call on MApril 28, 2026, where we'll learn more about what's new with People Skills and the Skills Agent. Reminder: Our community calls are in the Teams webinar format, so you must register to receive the link to join. The join link will be sent to you in email with your webinar registration confirmation. https://aka.ms/M3...
Azure SRE Agent now supports Log Analytics and Application Insights as log providers, backed by the Azure MCP Server. Connect your workspaces and App Insights resources, and the agent can query them directly during investigations. Why This Matters Log A...
What Happens After terraform plan Finds Drift? If your team is like most, the answer looks something like this: A nightly terraform plan runs and finds 3 drifted resources A notification lands in Slack or Teams Someone files a ticket During the next sprint, an engineer opens 4 browser tabs — Terraform state, Azure Portal, A...
Today, we're excited to announce the public preview of the plugin marketplace endpoint for Azure API Center. This new capability makes it easier than ever for developers to discover and install AI plugins — including MCP servers and skills — directly from the tools they already use, like Claude Code and GitHub Copilot CLI. The problem we're solving As AI plugins and MCP servers become core parts of the developer workflow, teams have struggled with a ...
OpenAI has officially entered the specialized science race with GPT-Rosalind, a frontier reasoning model designed to slash the 10-15 year timeline of drug discovery through advanced biochemistry and genomic analysis. The post OpenAI Launches GPT-Rosalind: Its First Life Sciences AI Model Built to Accelerate Drug Discovery and Genomics Research appeared first on
As part of Microsoft’s commitment to improving Windows quality through more predictable and reliable update delivery, we are introducing a new capability that will give submission owners control over Driver Update Acceptance (DUA) creation on shared submissions. This opt-in, per-sharing-shipping-label control will allow submission owners to explicitly block receivers from creating DUA submissions on shared content — providing greater flexibility and control over driver distribution. Receivers...
Learn how to combine Transformer architectures with Quantum Physics using NetKet and JAX. This guide walks through building a research-grade VMC pipeline to solve the frustrated J1-J2 Heisenberg spin chain with Neural Quantum States. The post Building Transformer-Based NQS for Frustrated Spin Systems with NetKet appeared first on MarkTechPost.
When it comes to accelerating migration and modernization, security is no longer an add‑on for customers—it’s a baseline expectation. By embedding security earlier, you can deliver a built-in security approach, making it possible to drive more seamless adoption and stronger customer outcomes from day one. <...
We are thrilled to announce public preview of Container Network Insights Agent - Agentic AI network troubleshooting for your workloads running in Azure Kubernetes Service (AKS).
The 4th cumulative update release for SQL Server 2025 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates.To learn more about the release or servicing model, please visit: CU4 KB Article: https://learn.micro...
We are thrilled to announce that the Microsoft Foundry Toolkit for VS Code, formerly AI Toolkit, is now Generally Available (GA)! From first model prompt to production‑grade AI agents, Foundry Toolkit lets you build, debug, and ship AI end to end without ever leaving VS Code. Same Product. New Name. You may know this ex...
Ready to move from prototypes to production? Demonstrate your readiness to deliver scalable, real‑world AI apps and agents using Azure services and Microsoft Foundry with the new Exam AI‑103 (beta). As AI changes how work is done across many industries and roles, organizations are rapidly moving AI apps and agents from experimentation into operational use. These shifts create opportunities for software developers who can build generative AI app...
Today we're expanding model choice in Microsoft 365 Copilot with the addition of Anthropic's latest model—Claude Opus 4.7—now available in Copilot Cowork (Frontier) and Copilot Studio early release cycle environments, and rolling out to Copilot in Excel. Opus 4.7 is des...
Technical guidance for software companies Delivering an AI app or agent through Microsoft Marketplace requires more than strong model performance or a well‑designed user flow. Once your solution is published, both you and your customers must be able to update, test, validate, and promote changes without compromising production stability. A structured environment strategy—Dev, Stage, and Production—is the architectural mechanism that makes this possible. This p...
If you don’t know, GitHub Copilot Modernization is the new agentic tool that supports you to modernize older applications.GitHub Copilot modernization handles two big categories: upgrading .NET projects to newer versions and migrating .NET apps to Azure.Here's what the upgrade workflow handles in Visual Studio:
Seize the market shift driven by recent virtualization licensing changes by accelerating the move from Service Provider License Agreement (SPLA)-based licensing to a Cloud Solution Provider (CSP) model. Although these changes won't take full effect until 2027, planning now gives you more time to evaluate the right transition path, protect customer relationships, and build stronger long-term business relationships. By removing legacy cost constraints, you can drive growth across Azure-native, hybrid, and AI-ready solutions. The Microsoft Datacenter Optimization (DCO) initiative empowers you to move beyond legacy SPLA-based operations and build a stronger business so you can protect margins, modernize customer environments, and grow new revenue. Learn more by checking out the Microsoft Hybrid Cloud Partners Podcast (or watching below) and visiting the DCO page.
Anthropic continues to push the frontier of AI for real-world, production work with its new model Claude Opus 4.7. Opus 4.7 is Anthropic’s most advanced generally available model. Teams building on Azure can access Claude Opus 4.7 through Microsoft Foundry , today.For organizations already building with Claude Opus 4.6, Opus 4.7 represents a powerful upgrade bringing stronger instruction following, better vision and office outputs, and improved memory capabilities to enable enhanced performance across complex, multi-step workflows..Microsoft Foundry is Microsoft's unified platform for building, deploying, and governing AI applications at scale.
Foundry Local exposes standard REST and OpenAI‑compatible APIs, enabling IT and AI teams to deploy and operate local AI workloads using familiar, cloud‑aligned patterns across edge and on‑prem environments.AKS on Azure Local as the deployment target, so Foundry Local runs as a containerized workload managed by Kubernetes - the same operational model you use for any other workload on the clusterThe Helm chart gives you full control over the deployment manifest.
Ready to move from prototypes to production? Demonstrate your readiness to deliver scalable, real‑world AI apps and agents using Azure services and Microsoft Foundry with the new Exam AI‑103 (beta). As AI changes how work is done across many industries and roles, organizations are rapidly moving AI apps and agents from experimentation into operational use. These shifts create opportunities for software developers who can build generative AI app...
Managing applications in virtualized desktop and server environments has traditionally required IT teams to bake apps directly into base images, driving image sprawl, slower updates, and higher operational overhead. App attach in Azure Virtual Desktop changes that model by enabling applications to be delivered dynamically to user sessions, without installing them on the session host. Since we ann...
Behind every act of volunteering is a story of heart, hope, and unseen effort. This National Volunteer Month, we’re proud to spotlight Camille Pepper, volunteer CEO of Everything Suarve (ESuarve) — an organization transforming the lives of young people who have grown up surrou...
We’ve all read the headlines, but are companies really implementing AI with success, and at scale in manufacturing? The answer is yes - by replicating proven operational practices through simple, but highly practical AI implementations that help improve operational efficiency. For many years I helped industrial customers complete manual data analysis of root causes, lean black-belt style, using pareto charts and continuous improvement cycles to get results. Doing so required practical ...
In my previous blog, I talked about how we collaborate with great partners such as Sight Machine, Litmus, Mesh Systems, Siemens, Rockwell, Schneider Electric, and others to deliver end to end value for the practical application of AI in manufacturing environments. These partners, along with forward-thinking customers like Chevron,
At MVP Summit 2026, we put a special spotlight on MVP authors, community leaders who turn hard-won experience into practical, trustworthy resources. Their books don’t just share information; they help people everywhere build skills, solve real problems, and grow confidence with Microsoft technologies. A dedicated MVP Authors discussion was held, complemented by a “Book Nook” experience in the Community Hub, where authors were invited to bring copies of their books to share with attende...
Table of Contents What is Azure Arc-enabled SQL Server? Connecting SQL Server to Azure Arc (4-step onboarding) Your SQL Server is Now in Azure (unified management) SQL Best Practices Assessment Monitoring and Governance Troubleshooting Guide Azure Arc Demo What You Can Learn from This Article This article walks you through the end-t...
Hi, Microsoft 365 Insiders! I’m Jim Barber, a Principal PM Manager on the Microsoft 365 Change Management team. I'm excited to share with you our first step in modernizing the change management release and communication processes for Microsoft 365. Microsoft 365 is constantly evolving, making it challenging for IT admins to keep up with continuous service change. This is especially true with AI-driven innovations accelerating beyond the pace that traditional change management processes...
Microsoft partners like Cegeka, Infinitera, and Fortinet deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace.Cegeka Quality Impact Recall Agent: Built for regulated industries and the manufacturing sector, this agent from Cegeka analyzes complaints, supplier issues, or failed quality orders, then launches a coordinated recall workflow inside Microsoft Dynamics 365.Defend against known and zero-day threats with machine learning-enhanced web app and API protection.
When we announced general availability of firmware analysis enabled by Azure Arc last October, our goal was clear: help organizations gain deep visibility into the security of the firmware that powers their IoT, OT, and network devices.Leading into the Hannover Messe (HMI) 2026 conference, we’re excited to share the next wave of firmware analysis capabilities, delivering enhancements that help customers connect firmware risk to real-world fleet impact, prioritize vulnerabilities more effectively, scale to larger and more complex firmware images, and expand security analysis for UEFI-based platforms.We’re excited to announce a new preview integration between firmware analysis enabled by Azure Arc and Azure Device Registry, bringing fleet-level visibility of IoT and OT devices directly into the firmware analysis experience.
You've probably written a decorator or two in your Python career.
Overview While working with Azure SQL Database auditing in enterprise environments, you may encounter an inconsistency in how the action_id field is captured across different PaaS SQL servers. In one such scenario, a customer observed: PaaS Server action_id observed for similar DDL statements
The dominant recipe for building better language models has not changed much since the Chinchilla era: spend more FLOPs, add more parameters, train on more tokens.But as inference deployments consume an ever-growing share of compute and model deployments push toward the edge, researchers are increasingly asking a harder question — can you scale quality […]The post UCSD and Together AI Research Introduces Parcae: A Stable Architecture for Looped Language Models That Achieves the Quality of a Transformer Twice the Size appeared first on MarkTechPost.
Running production workloads on Azure Kubernetes Service (AKS) is becoming the norm for platform teams building cloud‑native applications at scale.Today, we’re excited to introduce an alternate simplified CLI‑based experience that allows customers to configure backups for AKS using Azure Backup with a single command.With this new experience, customers can now enable full‑cluster backup for AKS using a single CLI command:
We are excited to share a new episode on our partner showcase series focused on SharePoint in Microsoft 365.WebVine is a Microsoft partner specializing in modern intranets, information management and digital workplace solutions built on Microsoft 365.Injio Docs is WebVine’s controlled document management solution built on Microsoft 365, designed to help organizations manage policies, procedures, and critical documents with confidence.
Co-Authored by Avneesh Kaushik Why Trust Matters for AI Agents Unlike static ML models, AI agents call tools and APIs, retrieve enterprise data, generate dynamic outputs, and can act autonomously based on their planning. This introduces expanded risk surfaces: prompt injection, data exfiltration, over-privileged tool access, hallucinations, and undetected model drift. A trustworthy agent must be designed with defense-in-depth controls spanning p...
Azure SRE Agent is an AI‑powered reliability assistant that helps teams diagnose and resolve production issues faster while reducing operational toil. It analyzes logs, metrics, alerts, and deployment data to perform root cause analysis and recommend or execute mitigations with human approval. It’s capable of integrating with azure services across subscriptions and resourc...
In this tutorial, we build a universal long-term memory layer for AI agents using Mem0, OpenAI models, and ChromaDB.We design a system that can extract structured memories from natural conversations, store them semantically, retrieve them intelligently, and integrate them directly into personalized agent responses.We move beyond simple chat history and implement persistent, user-scoped […]
In this tutorial, we build an advanced, production-ready agentic system using SmolAgents and demonstrate how modern, lightweight AI agents can reason, execute code, dynamically manage tools, and collaborate across multiple agents.We start by installing dependencies and configuring a powerful yet efficient LLM backend, and then progressively design custom tools, including mathematical utilities, memory storage, […]The post A Coding Implementation to Build Multi-Agent AI Systems with SmolAgents Using Code Execution, Tool Calling, and Dynamic Orchestration appeared first on MarkTechPost.
Today, we’re expanding the preview with new capabilities to strengthen security, improve fleet management, and simplify development for connected devices.The April 2026 Preview for Azure IoT Hub and Azure Device Registry (ADR) deliver key features to further standardize device identity and enable policy‑driven management for certificates at scale.In your Azure Device Registry namespace, you can define the public key infrastructure (PKI) that manage your X.509 certificates and certificate authorities (CAs).
If the process involves restarting the Function App container or restarting related settings, communication between the user and the agent may be interrupted, and you will need to use /resume.However, to demonstrate the agent’s capabilities, you can also allow it to fix the problem directly, provided that you have granted the corresponding permissions through SAMI.After each repair, we can even extract the experience from that case into a skill and store it in a Storage Account for future reuse.
The Microsoft 365 Community Conference is where community comes together in person.To support nonprofits and small businesses in our ecosystem, we’re offering a grant program for free or discounted tickets to the Microsoft 365 Community Conference in Orlando (April 21–23).Thankfully, the Global AI Community tours with local events around the world, organized by the community for the community.
The updated Microsoft Certification validates your knowledge of AI concepts and capabilities and your ability to implement AI solutions by using Azure and Microsoft Foundry.After June 30, 2026, to earn this Certification, you’ll need to pass Exam AI-901: Azure AI Fundamentals, currently in beta.The Microsoft Certified: Azure AI Fundamentals Certification focuses on the practical skills needed to build modern AI apps and agents by using Foundry.
Migration to container orchestration platforms such as Azure Kubernetes Service (AKS) typically involves:Even with these practices in place, runtime validation often reveals issues that are not directly related to deployment or application code.Cloud migration success is no longer determined solely by where applications are deployed, but by how effectively runtime dependencies are aligned during production cutover.
Delta sharing is an open protocol for secure data sharing that allows organizations to share live data stored in Delta Lake with external consumers—across cloud providers such as Azure, AWS, and Google Cloud—while keeping the data in its original location.The diagram illustrates how Databricks Delta Sharing enables secure, real‑time data access across public clouds (Azure, AWS, GCP) without replicating data, helping reduce operational overhead and data‑egress costs.Databricks Delta Sharing enables organizations to provide secure, real‑time cross‑cloud data access without data duplication—helping reduce operational complexity and egress costs in multi‑cloud architectures.
Log Monitor is an open-source tool that enables Windows containers to surface logs from multiple sources, Event Log, ETW providers, and log files, directly to the container's stdout, making them visible to container orchestrators like Kubernetes and Azure Container Apps.We've added a complete end-to-end example for running Log Monitor with IIS on Azure Kubernetes Service (AKS), including deployment manifests and step-by-step documentation.This release also includes a number of important bug fixes to the configuration file parser:
We're making improvements to how the Windows Hardware Dev Center (HDC) handles driver OS compatibility.We are adding a new nullable string property, CeilingOSCode, to the per-PnP entries in the HardwareDriverMetadata asset (documented at Driver package metadata ).No resubmission is required, but if you want your existing packages to take advantage of the improved OS ceiling targeting, you should resubmit them after the rollout date.
As a Senior Product Manager |Developer Architect on the App Assure team working to bring Microsoft Sentinel and Security Copilot solutions to market, I interact with many ISVs building agents on Microsoft Sentinel data lake for the first time. I’ve written this article to walk you through one possible approach for agent development – the process I use when building sample agents internally at Microsoft. If you have questions about this, or other methods for building your agent, App Assure offers guidance through our Sentinel Advisory Service.Throughout this post, I include screenshots and examples from Gigamon’s Security Posture Insight Agent.
This blog will help you understand some common use cases for agent development that we’ve seen across our partner ecosystem.Microsoft Sentinel platform is a strong foundation for agentic experiences because it exposes a normalized security data layer, an investigation surface based on incidents and entities, and extensive automation capabilities.Read the full announcement here: Agentic Use Cases for Developers on the Microsoft Sentinel Platform
Microsoft Sentinel helps organizations detect, investigate, and respond to security threats across increasingly complex environments.With the rollout of the Microsoft Sentinel data lake in the fall, and the App Assure-backed Sentinel promise that supports it, customers now have access to long-term, cost-effective storage for security telemetry, creating a solid foundation for emerging Agentic AI experiences.These connectors bring diverse security signals together, enabling correlation at scale and delivering richer investigation context across the Sentinel platform.
As organizations move from legacy SIEM platforms to Sentinel, consistent access to high-quality third-party data remains essential, not only for detection and response, but increasingly for advanced analytics and AI-driven security experiences.With the introduction of Microsoft Sentinel data lake, customers and partners can now reason over security data cost-effectively and at greater scale.That’s why, as an extension of our Sentinel Promise, we’re excited to announce the Sentinel Advisory Service from App Assure.
That’s exactly why we’re here to help you debug, refactor, and level up at the Microsoft 365 Community Conference, happening April 21–23, 2026 in Orlando, FL.We've lined up hands-on sessions and interactive workshops to help you build intelligent, adaptable agents and solutions across the Microsoft ecosystem, and supercharge your Copilot journey.Create custom agents for your company in Microsoft 365 Copilot
We decomposed cold-start for two architecturally different engines – vLLM (Python/CUDA, heavy JIT compilation) and llama.cpp (C++, minimal runtime) – running Llama 3.1 8B on A100 GPUs.Why gzip hurts: model weights are incompressibleThe AIKit image is 8.7 GB uncompressed, 6.6 GB with gzip (a modest 0.76x ratio).
Microsoft Agent 365--generally available May 1, 2026--is a control plane that empowers IT admins, Security Operations analysts, Identity and Network Security admins, and Data Security & Compliance admins to observe, govern, and secure all agents for their organization. We’ll demonstrate how to get started and answer your questions about licensing and functionality in this live 'Ask Microsoft Anything' with product and engineering team experts! Register for the Microsoft Tech Community using your email if you haven’t already.
To make external collaboration setup in Microsoft Teams easier for your SMB, we have introduced a new overview page in Teams admin center that consolidates settings into a single view and have simplified how we describe the settings you can apply.From the new settings, you can select from pre-configured modes that quickly set smart defaults that are right for your business.Learn more about how you can use these settings, Unified external collab settings management
Today, we're excited to announce threshold enforcement for KQL queries and notebooks in the Microsoft Sentinel data lake.With this release, you can go beyond notifications and automatically block new queries and jobs when your configured usage limits are exceeded.When enforcement is turned on and a threshold is exceeded, Microsoft Sentinel blocks new queries, jobs, and notebook sessions with a clear "Limit exceeded" error.
Premium SSD v2 is now generally available for Azure Database for PostgreSQL Flexible Server, delivering significant performance and cost-efficiency improvements for I/O‑intensive workloads.Azure Database for PostgreSQL Migration Service now supports EDB Extended Server as a migration source.We have rolled out two new blogs on PostgreSQL buffer cache analysis and PostgreSQL query rewriting and subqueries.
However, in Microsoft Incident Response – the Detection and Response Team (DART) engagements, we frequently encounter a paradox: the tool used to secure Tier 0 often becomes a quick path for threat actors to compromise it.A: PAM vendors are right that a well-configured session host with Credential Guard enabled, application control enforced, and remote management restricted is considerably harder to exploit than a stock Windows Server.By aligning your PAM deployment with the principles of Privileged Access Administration, treating session hosts and service accounts as the tier of the assets they manage, not the zone they physically sit in, you close the bridge before a threat actor finds it.
The updated Microsoft Certification validates your knowledge of AI concepts and capabilities and your ability to implement AI solutions by using Azure and Microsoft Foundry.After June 30, 2026, to earn this Certification, you’ll need to pass Exam AI-901: Azure AI Fundamentals, currently in beta.The Microsoft Certified: Azure AI Fundamentals Certification focuses on the practical skills needed to build modern AI apps and agents by using Foundry.
Training a modern large language model (LLM) is not a single step but a carefully orchestrated pipeline that transforms raw data into a reliable, aligned, and deployable intelligent system.At its core lies pretraining, the foundational phase where models learn general language patterns, reasoning structures, and world knowledge from massive text corpora.The post A Technical Deep Dive into the Essential Stages of Modern Large Language Model Training, Alignment, and Deployment appeared first on MarkTechPost.
Meet Fabrício Assumpção, a Technical Specialist Architect for a Microsoft Security and Compliance Certified Partner, based in Brazil.Fabrício considers his involvement with the Microsoft Security Community defined by a dual approach: architectural innovation and technical enablement.As a Microsoft Certified Trainer (MCT) since 2021, he has been dedicated to bridging the gap between theory and real-world implementation for security professionals globally.
From January through March 2026, Microsoft Entra introduced key updates to help organizations strengthen identity security, simplify governance, and improve user experience.Starting February 2026, Microsoft Authenticator introduced jailbreak/root detection for Microsoft Entra credentials in the Android app.Microsoft Entra Connect security update to block hard match for users with Microsoft Entra roles
Azure Arc addresses this as an architectural control‑plane pattern: it extends Azure management to infrastructure and Kubernetes outside Azure by projecting them into Azure Resource Manager (ARM) so they can be governed using Azure-native primitives such as policy, RBAC, and monitoring.This article describes three architecture patterns that consistently emerge in manufacturing and edge scenarios.Each pattern addresses a distinct set of constraints—ranging from centralized governance across hybrid estates, to plant‑adjacent platforms, to fully disconnected environments—and illustrates how Azure services can be composed to support these realities in a scalable, well‑governed way.
This is the idea behind secure productivity: empowering employees to work the way they need to while data, identities, devices, and systems are protected seamlessly in the background.A modern secure productivity strategy relies on AI‑powered, intelligent security that adapts to real‑world behavior.Supports remote, hybrid, and AI‑enabled work
Google has introduced Gemini 3.1 Flash TTS, a preview text-to-speech model focused on improving speech quality, expressive control, and multilingual generation.Unlike previous iterations that prioritized simple conversion, this release emphasizes natural-language audio tags, native support for more than 70 languages, and native multi-speaker dialogue.This release signals a shift from ‘black-box’ audio generation toward […]
As new workflows, apps, locations, and teams get added over time, device estates expand quickly, making it harder to maintain consistency and visibility.This creates a gap between what teams think they have, how they expect devices to be used, and what happens in the field.Understand how devices are used in practice
What if you could spin up a fully private AI coding agent — running on your own GPU, in your own Azure subscription — with a single command?One azd up, 15 minutes, and you have Google's Gemma 4 running on Azure Container Apps serverless GPU with an OpenAI-compatible API, protected by auth, and ready to power OpenCode as your terminal-based coding agent.Azure Container Apps serverless GPU gives you on-demand GPU compute without managing VMs, Kubernetes clusters, or GPU drivers.
But with the rise of AI‑enabled attacks, that imbalance has widened dramatically.The result is a dangerous gap: highly adaptive attackers versus static, legacy defences.Below are some of the most common outdated security practices still widely used by enterprises today - and why they are no longer sufficient against modern, AI‑driven threats.
In this part of the “Hunting Infostealers” series, we explore the growing abuse of trusted communication services and software ecosystems—including messaging platforms like WhatsApp and seemingly benign PDF converter tools—to propagate malware and deploy credential stealers such as Eternidade Stealer, lowering user suspicion and complicating detection.Throughout the blog, we map observed activity to Microsoft Defender XDR coverage and provide actionable guidance to help organizations detect, mitigate, and respond to infostealers.During the third week of November 2025, Microsoft Defender Experts (DEX) identified a WhatsApp platform abuse campaign that leverages a multi-stage infection chain and worm-like propagation techniques to distribute malware.
Azure Private Endpoint enables secure connectivity to Azure PaaS services such as: Azure Private DNS Zones are then used to resolve this Private Endpoint FQDN within the VNet.When a DNS resolver receives a negative response (NXDOMAIN), it sends no DNS response to the DNS client and the query fails.
If you use Excel or Power BI to work with data, you’ve likely encountered Power Query - and may already rely on it regularly across desktop and web.Turning queries into reusable functionsHow to use a folder connector with a robust sample file transform
While both Skype for Business (SfB) Server 2015 and 2019 have been out of Support since October 2025, some of our customers who needed more time to finalize migrations to SfB Server Subscription Edition (SE) or to Teams opted to enroll into the Extended Security Update program.Customers who wish to enroll in the Period 2 program will have to re-purchase the ESU for the SfB servers they need to cover during Period 2.Microsoft Learn) for Skype for Business Server 2015 and 2019.
While both Exchange 2016 and 2019 are out of support since October 2025, some of our customers who needed more time to finalize migrations to Exchange Subscription Edition (SE) have opted to enroll into the Extended Security Update program.That ESU program started in October 2025 and is ending in April 2026 (“Period 1”).Starting today, customers can contact their Microsoft account team to get information about and purchase additional Period 2 Extended Security Update (ESU) for their Exchange 2016 CU23 or Exchange 2019 CU14/CU15 servers.
In this guest blog post, Brian Bergholm, Principal Product Marketing Manager at Elastic, covers the evolution of agentic AI and how enterprises can leverage context engineering via Microsoft Foundry and Elastic Agent Builder in the Microsoft Marketplace to operationalize agentic systems at scale.This is where context engineering and agentic AI come together and where platforms like Elastic Agent Builder and Microsoft Foundry (formerly known as Azure AI Foundry) are shaping what enterprise AI looks like in practice.But prompt-centric AI doesn’t naturally scale well in the enterprise.
In this tutorial, you'll build a Python-based AI agent that connects to Azure Database for MySQL server and uses OpenAI's function calling to translate natural language questions into SQL queries, execute them, and return human-readable answers.The agent can explore your schema, answer business questions, and even self-correct when it writes invalid SQL.In this tutorial, you built a Python AI agent that connects to Azure Database for MySQL and answers natural language questions by auto-generating SQL - complete with self-correction and security guardrails.
This List Is Not An Official CSUG Policy Or A CSUG Guideline Nor Is It A CSUG Help Page This Is An Booklist Of CSUG Staff To Contact If You Ever Need Help Or Have A Question On The Copilot Studio User GroupGeneral Contact ListUhLukas - Community Support & Questions & Moderation Reports & Applications To Be A CSUG Staff Member // “ Copilot Studio User Group “ ( CSUG )
Migrate SQL Server Using SQL Server Management Studio (SSMS)SQL Server Management Studio (SSMS) provides a guided, end-to-end migration experience that works seamlessly for both Azure Arc–enabled and standalone SQL Server instances.In this blog, we’ll walk through how SSMS helps you assess, choose, and migrate your SQL Server workloads using the right Azure target and migration method.
Yhteistyö käynnistyi pienestä Microsoft Autopilot ‑kokonaisuudesta ja on kasvanut vaiheittain kattamaan päätelaitteet, Microsoft 365 ‑ympäristön, tietoturvan ja jatkuvat IT-palvelut lähes 2 000 käyttäjälle.Tämä ajattelutapa, tiivis yhteistyö Microsoftin kanssa ja kyky tuoda uudet teknologiat, kuten Copilot, osaksi hallittua kokonaisuutta ovat keskeisiä syitä siihen, miksi Netox tunnetaan luotettavana Microsoft-kumppanina ja Partner of the Year ‑tason toimijana.Netox ei rakenna erillisiä, päälle liimattuja tietoturvaratkaisuja, vaan hyödyntää Microsoftin ekosysteemin mahdollisuuksia osana kokonaisuutta.
Inspired by GraphRAG and PostgreSQL Integration in Docker with Cypher Query and AI Agents, which demonstrated how Apache AGE brings Cypher based graph querying into PostgreSQL for GraphRAG pipelines.Two extensions pgvector for vector similarity search and Apache AGE extension for graph traversal bringing these capabilities natively into the database.The Azure PostgreSQL database ecosystem has quietly assembled the components for a unified semantic + structural analytics engine in form of extensions.
Azure Virtual Network Terminal Access Point (VTAP), at the time of writing in April 2026 in public preview in select regions, copies network traffic from source Virtual Machines to a collector or traffic analytics tool, running as a Network Virtual Appliance (NVA).VTAP is an agentless, cloud-native traffic tap at the Azure network infrastructure level.it has no impact on the source VM's network performance and the source VM is unaware of the tap.
Use the steps outlined in the Identify and Remediate Credentials article to get the right rules in place to start capturing credential data.This workbook transforms credential leakage detection into a measurable, executive-ready capability.To understand your licensing requirements and options for Microsoft Purview Information Protection, see the Information Protection sections from Microsoft 365 guidance for security & compliance and the related PDF download for feature-level licensing requirements.
Google DeepMind research team introduced Gemini Robotics-ER 1.6, a significant upgrade to its embodied reasoning model designed to serve as the ‘cognitive brain’ of robots operating in real-world environments.The model specializes in reasoning capabilities critical for robotics, including visual and spatial understanding, task planning, and success detection — acting as the high-level reasoning model […]The post Google DeepMind Releases Gemini Robotics-ER 1.6: Bringing Enhanced Embodied Reasoning and Instrument Reading to Physical AI appeared first on MarkTechPost.
That's exactly what GitHub Copilot Custom Skills enable.When you ask Copilot something that matches the skill's description, it loads the instructions and executes the workflow autonomously.Custom Skills turn your documented procedures into executable AI workflows.
Google just announced the release of Skills in Chrome, a new feature built into Gemini in Chrome that lets users save frequently used AI prompts as reusable, one-click workflows called Skills.The rollout begins April 14, 2026, targeting Mac, Windows, and ChromeOS users who have their Chrome language set to English-US.The post Google Launches ‘Skills’ in Chrome: Turning Reusable AI Prompts into One-Click Browser Workflows appeared first on MarkTechPost.
The Security Update for SQL Server 2025 RTM CU3 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2025 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5083245
The Security Update for SQL Server 2025 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2025 RTM, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5084814
The Security Update for SQL Server 2022 RTM CU24 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2022 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5083252
The Security Update for SQL Server 2022 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2022 RTM, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5084815
The Security Update for SQL Server 2019 RTM CU32 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2019 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5084816
The Security Update for SQL Server 2019 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2019 RTM, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5084817
In this tutorial, we build a complete and practical Crawl4AI workflow and explore how modern web crawling goes far beyond simply downloading page HTML.We set up the full environment, configure browser behavior, and work through essential capabilities such as basic crawling, markdown generation, structured CSS-based extraction, JavaScript execution, session handling, screenshots, link analysis, concurrent […]The post A Coding Implementation of Crawl4AI for Web Crawling, Markdown Generation, JavaScript Execution, and LLM-Based Structured Extraction appeared first on MarkTechPost.
The Security Update for SQL Server 2017 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2017 RTM, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2017 RTM CU31 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2017 RTM CUs, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
The Security Update for SQL Server 2016 SP3 GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2016 SP3, plus it includes the new security fixes detailed in the KB Article.Microsoft Update Catalog: https://www.catalog.update.microsoft.com/Search.aspx?q=5084821
The Security Update for SQL Server 2016 SP3 Azure Connect Feature Pack is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites.This package cumulatively includes all previous security fixes for SQL Server 2016 SP3 Azure Connect Feature Pack, plus it includes the new security fixes detailed in the KB Article.Latest Updates for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
Microsoft Purview Posture Reports provide a clear, outcome‑based view of how effectively data protection controls, such as Sensitivity Labels and Data Loss Prevention (DLP) policies, are working across Microsoft 365.Posture Reports transform complex telemetry from Audit logs, Activity Explorer, and policy enforcement into measurable, defensible insights that security, compliance, and business leaders can act on with confidence.Unlike the built‑in reports, custom reports are designed to be adaptable to different audiences and questions.
Internet Information Services (IIS) is the modular web server and application platform that first shipped as an optional add-on for Windows NT 3.51 in 1995, evolving from basic HTTP and FTP services into a full-featured web stack tightly integrated with Windows Server and Client operating systems. Today, IIS remains a core component of Windows Server and client editions, used to host legacy and modern web applications, APIs, and services in on-premises and hybrid environments alongside newer cloud-native options. The following training modules on Microsoft Learn provide you with a structured curriculum to learn how to manage and maintain Internet Information Services.Understand how to configure, administer, and validate an IIS installation on Windows Server.
The platform follows a microservices architecture with six independently deployable services, all built on Azure Functions v4 with TypeScript.A comprehensive code review uncovered critical security and resilience issues across all services.This IoT platform demonstrates how Azure serverless services can be composed into a production-grade IoT solution that handles multi-provider telemetry ingestion, real-time rule evaluation, and automated notifications — all while maintaining fine-grained access control and template-driven extensibility.
There’s a quiet shift happening in the Microsoft partner ecosystem—and it’s not just about AI.It’s about how partners work together.it’s a real example of how partner-to-partner collaboration turns conversations into revenue and relationships into long-term growth.
That is why at the Microsoft 365 Community Conference in Orlando, Florida from April 21 to 23, 2026, we are bringing the spirit of collaboration to life in a whole new way by welcoming a dynamic lineup of guest voices from the worlds of professional sports, innovation strategy, and real-world AI adoption at scale.This year, we are proud to host legendary athletes Chasity Melvin and Kia Vaughn, alongside innovation thought leaders Dan Toma, Manjunatha Sivanna, Maral Taak, and Christopher Blakeley as they join Microsoft leaders on stage to explore how teamwork, leadership, experimentation, and trust are shaping the future of AI powered organizations.We’re excited to have him join the Director of Customer Advocacy for AI & Collaboration, Karuana Gatimu, in a fireside chat on real world adoption best practices at scale.
Welcome to April! In the northeast United States that means spring, holidays and observances, spring break trips, and unpredictable weather. Not to worry, the engineering teams for SQL Server Management Studio (SSMS) and GitHub Copilot in SSMS have continued to make steady progress, culminating in the release of SSMS 22.5 today.With the retirement of Azure Data Studio, the migrations team has been enhancing the migration experience in SSMS. The 22.5 release introduces a new Migration Page which serves as a starting point for all things related to migrations. When you right-click on an instance and select Migrate SQL Server, the page opens and you can initiate an assessment, provision a target server, migrate your data, or monitor an in-progress migration.GitHub Copilot in SSMS now supports interactions with the results pane, including the grid, messages, and execution plan.
AI agents struggle with tasks that require interacting with the live web — fetching a competitor’s pricing page, extracting structured data from a JavaScript-heavy dashboard, or automating a multi-step workflow on a real site.The tooling has been fragmented, requiring teams to stitch together separate providers for search, browser automation, and content retrieval.The post TinyFish AI Releases Full Web Infrastructure Platform for AI Agents: Search, Fetch, Browser, and Agent Under One API Key appeared first on MarkTechPost.
During the March 2026 Azure Arc Server Forum, we discussed:New MECM (SCCM) connector supporting Cloud Native Server Management, sign up for Private Preview at aka.ms/arc-mecm/previewOur April 2026 forum will be held on Thursday, April 16 at 9:30 AM PST / 12:30 PM EST.
Microsoft Purview Posture Reports help organizations prove (not just assume) that their data security controls are working.We designed Posture Reports to give security, compliance, and business leaders a defensible, measurable view of data security posture, especially critical as organizations adopt Copilot and other AI tools.Why are our DLP "Device Posture" reports are not in the Posture Reports and only on the DLP Overview page?
AI agents struggle with tasks that require interacting with the live web — fetching a competitor’s pricing page, extracting structured data from a JavaScript-heavy dashboard, or automating a multi-step workflow on a real site.The tooling has been fragmented, requiring teams to stitch together separate providers for search, browser automation, and content retrieval.TinyFish, a […]
Your voice continues to shape how the Microsoft AI Cloud Partner Program evolves.Leading Frontier Firm transformation with Microsoft 365 E7: The partner opportunity On March 9, 2026, we introduced Microsoft 365 E7 and announced general availability of Microsoft 365 E7 and Microsoft Agent 365 on May 1, 2026.
By running KQL (Kusto Query Language) queries on Microsoft Sentinel data lake through APIs, you can embed analytics directly into automation workflows, background services, and intelligent agents, without relying on manual query execution.In this post, we explore API based KQL query execution, review some of the scenarios where it delivers the most value, and what you need to get started.Why run KQL queries on Sentinel data lake via API?
Today on April 14th, 2026 we celebrate World Quantum Day!Lecture 5 covering "Trade‑offs on the Path to Utility Scale" was published this morning as part of World Quantum Day covering multiple challenges that must be overcome to achieve utility-scale quantum computing.Leave a comment below with the quantum topics you'd like to see covered next!
That gap — caused by Oracle sitting on-premises, in OCI, or in a different cloud — literally kills enterprise AI on Oracle workloads.NOTE: Based on the desired degree of customization and deployment flexibility, the six patterns described in this series may be realized using Microsoft 365, Power Platform, Copilot Studio, Microsoft Fabric, and associated services.Most enterprises will run Path 1 (Copilot Studio) for rapid Teams access, Path 2 or 3 (ORDS) for production, and Path 6 (Select AI Agent) for complex reasoning — all against the same Oracle database, same security model, same audit trail.
Infosys, a Microsoft partner for over 25 years, has long been a leader in these secure modernizations and cloud transformations.This experience and collaborative history are part of what made Infosys a 2025 Microsoft Partner of the Year for Azure – Secure Migration and Modernization.It’s also what made the company so successful when they were tapped to stabilize, modernize, and migrate the SIS for one of the largest districts in the country to Azure—creating one of the largest SIS cloud deployments for any US school district in the process.
Although Exchange 2016 and 2019 are now out of support, some customers have purchased the Exchange 2016 and 2019 Extended Security Update (ESU).We have therefore decided that until the end of this Exchange 2016 and 2019 ESU period (April 2026) we will make an explicit update related announcement even if we DO NOT release anything for that particular month.There are no security releases for any version of Exchange Server in April 2026, for customers with Exchange SE, or Exchange 2016 or 2019 ESU.
We have therefore decided that until the end of this Skype for Business 2015 and 2019 ESU period (April 2026) we will make an explicit update related announcement even if we DO NOT release anything for that particular month. There are no security releases for any version of Skype for Business Server in April 2026, for customers with SfB 2015/SfB 2019 ESU, or SfB SE.The Skype for Business Team
Microsoft Sentinel data federation now in public preview, is designed to meet customers where their data already lives, while preserving governance.Powered by Microsoft Fabric, customers can federate data from Microsoft Fabric, Azure Data Lake Storage (ADLS) Gen 2, and Azure Databricks into Sentinel data lake—without copying or duplicating the data.Security teams can analyze data in place, unifying detections, investigations, and hunting across a broader digital estate, while data owners retain full ownership and policies remain intact.
Today, we’re happy to announce that the Gemma 4 family, Google DeepMind’s newest model family, is now available in Microsoft Foundry via the Hugging Face collection.Azure customers can now discover, evaluate, and deploy Gemma 4 inside their Azure environment with the same policies they rely on for every other workload.Released by Google DeepMind on April 2, 2026, Gemma 4 is built from the same research foundation as Gemini 3 and packaged as open weights under an Apache 2.0 license.
The People Science team has conducted three cross-industry panel surveys on AI over the past two years (April 2024, July 2025, and November 2025), enabling us to look for signals of AI value trends over time.In our snapshots of AI-using managers and individual contributors, perceived value of AI has consistently risen across the three time periods, which is directional evidence that perceived value is rising as organizations move from experimentation toward more routine, integrated use.The more employees are exposed to, gaining familiarity with, and using AI at work, the more likely they are to perceive value of AI at an individual level.
Just last week, we celebrated a major milestone: the public preview launch of three new first-party Microsoft AI models in Microsoft Foundry: MAI-Image-2, MAI-Voice-1, and MAI-Transcribe-1.Together, they represent a comprehensive multimedia AI stack purpose-built for developers that spans image generation, natural speech synthesis, and enterprise-grade transcription across 25 languages.It’s up to 22% faster with 4x more efficiency compared to MAI-Image-2 when normalized by latency and GPU usage1. It also outpaces leading text-to-image models by 40% on average2.
Join the reimagined Student Ambassadors program to learn and lead.By joining the Student Ambassadors program, you can learn to lead with AI in creative and responsible ways, so you can think bigger, build faster, and bring bold ideas to life.How to join the Student Ambassadors program
We can use Azure Speech Translation and Avatar to address this: a speaker talks in one language, and listeners watch an AI avatar deliver the translated speech in their chosen language.In this blog, we will discuss a sample implementation that used Azure Speech, Translation and Avatar capabilities.📚 Ready to build your own real-time translation avatar application?
I am Anqi Chen, a Senior Product Manager on the Microsoft Teams team.Meet video recap: a new way to revisit key moments in Teams meetings To enable your Teams client for the Public Preview, IT administrators must enable Show preview features in their update policy.
Through MVP-led initiatives, community leaders across the globe transformed Ignite announcements into local, hands-on learning experiences.Across Asia, Europe, the Middle East, and Latin America, MVPs and community organizers stepped up.These shared experiences are now shaping how local leaders prepare their communities for the next wave of announcements at Microsoft Build.
Minecraft Education lesson plans are now generally available in Teach.Every generated Minecraft Education lesson plan includes:Minecraft Education lesson plans in Teach make it easier to create experiences by generating a complete, customized lesson from your topic and standards, with the Minecraft-specific materials, activities, and preparation guidance built in.
Many organizations still begin deployment planning without a complete readiness baseline: no trusted inventory of active agents, no clear governance ownership model, and no consolidated view of security controls.The challenge: limited agent inventory visibility, governance uncertainty, and security ambiguity.Agent 365 provides a control-plane model for managing agents at enterprise scale.
Azure IoT Operations is Microsoft’s edge platform for running IoT services on Kubernetes via Azure Arc.W3C Web of Things (WoT) standardizes machine-readable descriptions of an asset’s interface via a “Thing Model.”We’re announcing a key step toward open, model-driven interoperability in Azure IoT Operations: W3C Web of Things (WoT) is now a first-class modeling input for developer workflows, backed by the Azure IoT Operations SDKs and the code generation (codegen) v2 toolchain.
We’re excited to announce that support for applying sensitivity labels with user-defined permissions is now rolling out in Word, Excel, and PowerPoint for the web.This feature enables organizations using sensitivity labels configured in the Microsoft Purview portal with encryption and user-defined permissions to apply these labels and manage permissions directly in the web versions of Word, Excel, and PowerPoint.The licensing requirements for applying sensitivity labels with user-defined permissions in the Office web apps is that same as for using sensitivity labels that apply encryption in the Office desktop apps. For more information on licensing requirements, see Microsoft 365 licensing guidance for security & compliance.
In this installment of our Partner Spotlight series, we’re highlighting a partner building secure, scalable solutions on Microsoft Azure and delivering transactable offers on Microsoft Marketplace.I connected with Darren Booker, Founder and CEO of Tali Health, to learn how their clinically governed AI platform helps extend care beyond the clinic while keeping providers in control.[DB] Tali Health is a continuity-of-care platform that uses clinically governed AI to extend clinician-guided care beyond the walls of the clinic.
Azure SQL Data Sync is a powerful service that enables data synchronization between multiple databases across Azure SQL Database and on‑premises SQL Server environments.However, one of the most common operational challenges faced by support engineers and customers using Azure SQL Data Sync is:In this blog, we’ll walk through how to monitor Azure SQL Data Sync activity and detect synchronization errors using Azure PowerShell commands.
Microsoft partners like F5, ProsperOps, and SoftGroup deliver transact-capable offers, which allow you to purchase directly from Microsoft Marketplace.F5 NGINXaaS for Microsoft Azure: Unlock advanced programmability, streamlined automation, and robust application delivery services (ADC) with F5 NGINXaaS for Microsoft Azure.Built on Microsoft Azure, the platform automates regulatory data exchange, reporting, and validation for pharmaceutical manufacturers.
Azure AutoML for Images is a game-changer in the computer vision space.It’s a feature within Azure Machine Learning that automatically builds high-quality vision models from your image data with minimal code.The repository includes a third notebook demonstrating how to export your trained model to ONNX (Open Neural Network Exchange) format for edge deployment.
While image-language models have rapidly scaled toward real-world deployment, building open models that robustly reason over speech, environmental sounds, and music — especially at length — has remained quite hard.NVIDIA and the University of Maryland researchers are now taking a direct swing […]The post NVIDIA and the University of Maryland Researchers Released Audio Flamingo Next (AF-Next): A Super Powerful and Open Large Audio-Language Model appeared first on MarkTechPost.
For over a decade, CI/CD (Continuous Integration and Continuous Deployment) has been the backbone of modern software engineering.This new paradigm is not just about automating pipelines—it’s about building self-improving, intelligent systems that can analyze, decide, and act with minimal human intervention.The Evolution: From CI to CI/CD to Continuous AI
In this tutorial, we build an advanced data analysis pipeline using Google ADK and organize it as a practical multi-agent system for real analytical work.We set up the environment, configure secure API access, create a centralized data store, and define specialized tools for loading data, exploring datasets, running statistical tests, transforming tables, generating visualizations, […]The post Google ADK Multi-Agent Pipeline Tutorial: Data Loading, Statistical Testing, Visualization, and Report Generation in Python appeared first on MarkTechPost.
Standardized tests can tell you whether a student knows calculus or can parse a passage of text.These are the so-called durable skills — collaboration, creativity, […]The post Google AI Research Proposes Vantage: An LLM-Based Protocol for Measuring Collaboration, Creativity, and Critical Thinking appeared first on MarkTechPost.
The Microsoft Purview architecture diagrams provide a referential view of how data classification, sensitivity labeling, Data Loss Prevention (DLP) and Insider Risk operate across Microsoft 365 workloads.Rather than prescribing a single deployment model, the diagrams illustrate common architectural patterns used to protect sensitive data across endpoints, email, and collaboration services.This diagram illustrates how Microsoft Purview enforces DLP when users access managed applications from unmanaged devices or personal browsers. It highlights how organisations can reduce data exfiltration risk without blocking access entirely.
In December 2025, OWASP published the Top 10 for Agentic Applications — the first formal taxonomy of risks specific to autonomous AI agents, including goal hijacking, tool misuse, identity abuse, memory poisoning, and rogue agents.The Agent Governance Toolkit is an open-source project (MIT license) from Microsoft that brings runtime security governance to autonomous AI agents.With the Agent Governance Toolkit and Azure App Service, you can add production governance to your agents today.
Why quality in AI is different — and why it matters for MarketplaceAI apps and agents that can demonstrate quality — with documented evaluation frameworks, defined release criteria, and evidence of ongoing measurement — are easier to evaluate, trust, and adopt.The next posts in this series explore what comes after the framework is in place: API resilience, performance optimization, and operational observability for AI apps and agents running in production environments.
Microsoft Research's harrier-oss-v1-0.6b from achieves state-of-the-art results on the Multilingual MTEB v2 embedding benchmark at 0.6B parameters through contrastive learning and knowledge distillation. NVIDIA's EGM-8B scores 91.4 average IoU on the RefCOCO visual grounding benchmark by training a small Vision Language Model (VLM) with reinforcement learning to match the output quality of much larger models.State-of-the-art on Multilingual MTEB v2 from Microsoft Research: harrier-oss-v1-0.6b is a new embedding model released by Microsoft Research, achieving a 69.0 score on the Multilingual MTEB v2 (Massive Text Embedding Benchmark) leaderboard—placing it at the top of its size class at release.
The open-weights model ecosystem shifted recently with the release of the
Microsoft has released a free Copilot Chat learning pathway that helps users quickly build practical, everyday skills using Copilot Chat already built into Microsoft 365 apps.Even better, Copilot Chat is now available to users without a paid Microsoft 365 license, making this learning opportunity widely accessible.In under an hour, you’ll learn how to:
We’re excited to announce the General Availability of cascading read replicas in Azure Database for PostgreSQL.This capability allows you to create read replicas for your Azure Database for PostgreSQL instance not only from a primary server, but also from existing read replicas, enabling multi‑level replication chains.Cascading read replicas in Azure Database for PostgreSQL offer a scalable way to distribute your read traffic across the same and different regions, reducing the read workload on primary database.
In this tutorial, we implement NVIDIA PhysicsNeMo on Colab and build a practical workflow for physics-informed machine learning.We start by setting up the environment, generating data for the 2D Darcy Flow problem, and visualizing the physical fields to clearly understand the learning task.The post A Step-by-Step Coding Tutorial on NVIDIA PhysicsNeMo: Darcy Flow, FNOs, PINNs, Surrogate Models, and Inference Benchmarking appeared first on MarkTechPost.