Share via

Deploy Azure AI Speech with CognitiveResource or Microsoft Foundry

Nathanael Santschi 156 Reputation points
2026-03-11T14:20:09.4166667+00:00

Someone any information on if we should deploy AI Speech via microsoft.cognitiveservices/accounts or new via MicrosoftFoundry?
Will the microsoft.cognitiveservices/accounts be deprecated? The old speech studio at least doesn't seem to support everything which is supported from within Foundry.

Azure AI Speech
Azure AI Speech

An Azure service that integrates speech processing into apps and services.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-03-11T14:20:25.13+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Azure Speech today is exposed in two closely related ways that share the same underlying resource provider (Microsoft.CognitiveServices):

    1. As a classic Speech resource (kind Speech)
    2. As Azure Speech in Foundry Tools (kind AIServices under the same provider)

    From the provided information:

    • Azure Speech in Foundry Tools is positioned as the recommended entry point for many scenarios because it unifies Speech with other AI capabilities (OpenAI, Vision, Language, etc.) under the Foundry experience and management model.
    • Foundry resources share the Microsoft.CognitiveServices provider namespace with Azure Speech, Azure OpenAI, Azure Vision, and Azure Language, and therefore share management APIs, RBAC patterns, networking, and policy behavior.
    • Foundry adds extra capabilities around agents, evaluations, and integrated tooling, and the Speech documentation explicitly highlights using Speech “in Foundry Tools” for scenarios like speech-to-speech with Azure OpenAI.

    What this means for new deployments:

    • For new greenfield solutions, using a Foundry resource (kind AIServices) as the starting point is recommended, then enabling “Azure Speech in Foundry Tools” within that resource. This gives:
      • Integrated management with other AI services
      • Built-in support for Foundry features (agents, evaluations, etc.)
      • Simplified authentication and deployment flows in the Foundry portal
    • Existing Speech resources created as Microsoft.CognitiveServices/account with kind Speech remain valid and are still used in documentation and samples (for example, custom speech deployment via REST, CLI, and the Foundry portal can attach to an existing Speech resource).

    On deprecation:

    • The context explicitly states that Foundry resources and Speech resources share the same provider and management patterns, but it does not state that Microsoft.CognitiveServices/accounts (classic Speech resources) are deprecated or scheduled for deprecation.
    • Instead, it positions Foundry as the recommended starting point “for many scenarios,” not as a mandatory replacement.

    Practical guidance:

    • For new projects: prefer creating a Foundry resource (Microsoft.CognitiveServices/account with kind AIServices) and using Azure Speech in Foundry Tools for speech-to-text, text-to-speech, and custom speech workflows.
    • For existing Speech workloads: continue using the current Speech resource; it can be connected into the Foundry portal for fine-tuning and deployment management where needed.

    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.