Skip to content

Commit 4c042ab

Browse files
authored
Type with the container name
Container name has a typo after some copy/paste. It's called "order-service" on this page, while on another page describing use of managed identity the same container name was correctly changed to "ai-service": https://learn.microsoft.com/en-us/azure/aks/open-ai-secure-access-quickstart.
1 parent 95156b8 commit 4c042ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/open-ai-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Now that the application is deployed, you can deploy the Python-based microservi
210210
nodeSelector:
211211
"kubernetes.io/os": linux
212212
containers:
213-
- name: order-service
213+
- name: ai-service
214214
image: ghcr.io/azure-samples/aks-store-demo/ai-service:latest
215215
ports:
216216
- containerPort: 5001

0 commit comments

Comments
 (0)