Using Azure AI Services Containers
Introduction You can deploy a containerized service that encapsulates a specific Azure AI services service API by using the container images for Azure AI services that are available in the Microsoft Container Registry. To deploy and use an Azure AI services container, the following three activities must occur: The container image for the specific Azure AI services API you want to use is downloaded and deployed to a container host, such as a local Docker server, an Azure Container Instance (ACI), or Azure Kubernetes Service (AKS). Client applications submit data to the endpoint provided by the containerized service, and retrieve results just as they would from an Azure AI services cloud resource in Azure. Periodically, usage metrics for the containerized service are sent to an Azure AI services resource in Azure in order to calculate billing for the service. For billing purposes, you must provision an Azure AI services resource in Azure even if you are using a container....