An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
You would most likely want to use this Azure Maps batch geocoding service: https://dotnet.territoriali.olinfo.it/en-us/rest/api/maps/search/get-geocoding-batch?view=rest-maps-2025-01-01&tabs=HTTP
You basically create a JSON file and post it to the service. It looks like this service is currently only synchronous (send a request, get a response with not extra steps needed in between), and as such is limited to 100 items per request.