-
Notifications
You must be signed in to change notification settings - Fork 4.8k
target port confusion #2461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@cforce The 8000 in main.bicep should override targetPort in both container-app-upsert.bicep and container-app.bicep (main calls container-app-upsert which then calls container-app). |
The aca container apps log streams says
And the Ingress cfg says target port 8000- that does not make sense to me - can you explain? How does container port and target port - aren't those the same?
|
Uh oh!
There was an error while loading. Please reload this page.
In received an error on deployment and checked param targetPort having distinct values. Is this coirrecvt?
web--hmof742 Activation failed The TargetPort 8000 does not match the listening port 80. Show logs unning status Activation failed Status details The TargetPort 8000 does not match the listening port 80.
80 vs 8000 ?
azure-search-openai-demo/infra/core/host/container-app.bicep
Line 80 in 9afbefa
azure-search-openai-demo/infra/main.bicep
Line 513 in 9afbefa
azure-search-openai-demo/infra/core/host/container-app-upsert.bicep
Line 79 in 9afbefa
azure-search-openai-demo/app/backend/Dockerfile
Line 11 in 9afbefa
related #2236
The text was updated successfully, but these errors were encountered: