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?
I have tried replaces, cultureinfo, but i cannot see anydifference on the deployed machine.
I even tried to change the default cultureinfo, in local i can get to make the comma appear, but when i try to do the same but inverse on the deployed machine nothing happens.
I’m building the resource the same way i was doing 1 week ago when everything worked fine, so i think changes are been taken correctly.