Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6026824

Browse files
authored
Update 04-use-a-container.md
1 parent 164bfd1 commit 6026824

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Instructions/Exercises/04-use-a-container.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Using Azure AI services hosted in Azure enables application developers to focus
1010

1111
Many of the Azure AI services APIs can be packaged and deployed in a *container*, enabling organizations to host Azure AI services in their own infrastructure; for example in local Docker servers, Azure Container Instances, or Azure Kubernetes Services clusters. Containerized Azure AI services need to communicate with an Azure-based Azure AI services account to support billing; but application data is not passed to the back-end service, and organizations have greater control over the deployment configuration of their containers, enabling custom solutions for authentication, scalability, and other considerations.
1212

13-
> **Note**: There is an issue currently being investigated that some users hit where containers won't deploy properly, and calls to those containers fail. Updates to this lab will be made as soon as the issue has been resolved.
14-
1513
## Clone the repository in Visual Studio Code
1614

1715
You'll develop your code using Visual Studio Code. The code files for your app have been provided in a GitHub repo.

0 commit comments

Comments
 (0)