Hi Jason Schneider!
Welcome to Azure Maps Q and A forum. Thank you for sharing your query here.
Could you share the error you are getting.
Process is like below.
- Create managed identity
- Apply user assigned managed identity to your azure app service from authentication.
- Go to IAM section of azure maps, add that managed identity as Azure Maps data reader or contributor or any other role based on your requirement.
- Run your python function (get token and pass details as header to your map URL)
Thank you.