With the deprecation of Bing Maps for Enterprise in favor of Azure Maps, will existing BingMapsLayer objects continue to work with the JavaScript API?
https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BingMapsLayer.html
These next 2 links suggest that using a TileLayer may be necessary:
https://resources.esri.ca/getting-technical/integrating-microsoft-azure-maps-layers-into-your-arcgis
https://community.esri.com/t5/arcgis-online-questions/action-required-announcing-bing-maps-for/td-p/...
TileLayer:
https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html
Does Esri have any guidance for what to do with existing BingMapsLayers? Thanks!