You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
Describe the bug
On startup of the deployed azure function, spring fails with an exception about a TXT record not being found for the mongoDb url. Locally, on a desktop, the function could use an srv url and startup appropriately
Follow the instructions to build the project, taking care to set the mongoDb url to a replica set style url with mongodb+srv as the protocol
The app will be seen to start up correctly
Modify the MongoDB URI of a deployed function
Send a request to the function and it will respond with a 500 because Spring did not start-up successfully
Expected behavior
The function should startup successfully, making use of the appropriate dns lookup to resolve the mongo domain to the records for the 3 replica sets that sit beneath it
Screenshots
If applicable, add screenshots to help explain your problem.
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
Describe the bug
On startup of the deployed azure function, spring fails with an exception about a TXT record not being found for the mongoDb url. Locally, on a desktop, the function could use an srv url and startup appropriately
To Reproduce
Steps to reproduce the behavior:
mongodb+srv
as the protocolExpected behavior
The function should startup successfully, making use of the appropriate dns lookup to resolve the mongo domain to the records for the 3 replica sets that sit beneath it
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Info (please complete the following information):
JVM:
openjdk version "1.8.0_242" OpenJDK Runtime Environment (Zulu 8.44.0.9-CA-win64) (build 1.8.0_242-b20) OpenJDK 64-Bit Server VM (Zulu 8.44.0.9-CA-win64) (build 25.242-b20, mixed mode)
Azure Functions Runtime (please complete the following information):**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: