Azure-Samples / summarization-openai-python-promptflow

This solution converts speech to text and then processes and summarizes the text based on the prompt scenario.
MIT License
27 stars 22 forks source link

ACA error: target port 8080 does not match the listening port 5000 #96

Open pamelafox opened 1 month ago

pamelafox commented 1 month ago

The infra Bicep sets a target port of 5000 which matches the Python web app code, and matches what's shown in the Console logs. However, the postprovision scripts set a target port of 8080, so the ACA app doesn't work:

image (5)

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Run azd up, visit the ACA URL

OS and Version?

Windows

shwetaAgrawal commented 1 month ago

This PR aims to fix this bug. However, I haven't seen any traction from repo owners on PR review yet.

pamelafox commented 1 month ago

I have pinged the repo owners, thanks for the PR!