Skip to content

Commit fd05861

Browse files
authored
Merge pull request #117671 from LazaUK/patch-42
Typo with the container name
2 parents a3dd3d2 + 4c042ab commit fd05861

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)