Deployed app services receive values with comma instead of dots when reading double
I’m trying to deploy a weather application on an app services, it’s a chatbot that takes a place, call for azure maps openai, receive coordinates and pass them to the weather API of Microsoft.
Deployed app services recieve values with comma instead of dots when reading double
I’m trying to deploy a weather application on an app services, it’s a chatbot that takes a place, call for azure maps openai, recieve coordinates and pass them to the weather api of microsoft.
The problem is:
When i test in local, my coordinates contains the dot and everything works fine, but when i deploy it online, coordinates are recieved with comma and when i try to get the meteo information i have an exepction beacuse commas are not allowed as a decimal separator.
What can i do?