Announcing Public Preview: Markdown for Agents in Azure App Service

Announcing Public Preview: Markdown for Agents in Azure App Service

Markdown for Agents is now in public preview for Azure App Service. When a client requests text/markdown, App Service can automatically convert the app’s HTML response into a cleaner, text-focused format without requiring any changes to the application code.

Removing scripts, styles, and extra HTML markup makes pages easier for AI agents to process while reducing token usage. In internal testing across more than 637,000 pages, converted responses were 97 percent smaller at the median, with a median conversion time of 2 milliseconds.

The preview is available for Windows apps in all public regions on Basic App Service plans and above. The full announcement covers how to enable the feature with the REST API, ARM, or Bicep; request Markdown with the Accept: text/markdown header; and verify that a response was converted successfully.

👉 Read the full announcement on Tech Community.

Comments