I'm currently using Azure Maps for visualization of objects inside a private area and I'd like to add custom road-data (e.g. in geojson) to add wayfinding inside that area. I see that there's an Azure Maps sample for this (https://samples.azuremaps.com/?sample=route-along-geojson-network). However, is it also possible to 'extend' the existing Azure Maps routing service with this custom data, such that a user can create a route from outside the area to somewhere inside of the area?
There are several ways to achieve this, however, note that there is no built-in method for integrating custom routing networks with the Azure Maps (or most other map platforms) routing services.
That said, there are several ways to create a solution that does a good job of combining two solutions. Here are the steps to create such a solution: