Share via

Connected containers on AWS/GCP

CoreyK-2554 60 Reputation points
2026-04-09T11:26:21.67+00:00

Hello,

Can Microsoft Document Intelligence connected containers be deployed to environments on AWS and/or GCP? We understand that billing data still needs to be sent to a Microsoft Azure endpoint, but we're specifically interested in any restrictions on the target deployment environment for the containers themselves

Azure Document Intelligence in Foundry Tools
0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-04-09T11:26:34.8933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Yes. Document Intelligence connected containers can be deployed on non-Azure environments such as AWS or GCP, as long as the runtime requirements are met and the containers can reach the Azure billing endpoint.

    From the container perspective, the key requirements are:

    1. Docker-compatible host
      • A Linux-capable Docker Engine must be installed on the host. This can be on macOS, Windows, or Linux, and Docker containers can also be deployed to Kubernetes or other orchestrators.
      • The platform can be any cloud or on-premises environment that supports Docker (for example, AWS EC2, GCP Compute Engine, or Kubernetes clusters in those clouds).
    2. Azure resource for billing
      • A Document Intelligence (or multi-service AI) resource in Azure is required, with its ApiKey and Billing (endpoint URI) configured for the container.
      • The container must be able to connect to Azure to send billing data. Docker must be configured to allow outbound connectivity so the container can reach the Azure metering service.
    3. Continuous connectivity for connected containers
      • Connected containers are not licensed to run without being connected to Azure for metering. They periodically send billing information (about every 10–15 minutes). If they cannot reach the billing endpoint for an extended period, they stop serving requests.

    There are no restrictions in the documentation that limit connected containers to Azure-hosted compute only; the documented constraints are about Docker support and network connectivity to Azure for billing, not the underlying cloud provider.

    If a fully offline scenario is required (no connectivity to Azure), disconnected containers and a commitment plan must be used instead of connected containers.


    References:

    1 person found this answer helpful.
    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.