Select to view content in your preferred language

Error ESRI.ArcGISRuntime 200.3 in azure function

311
0
03-17-2024 03:00 PM
V-LabsSA
Emerging Contributor

Hi,

For our ArcGIS-based GIS-application, we need to render ArcGIS symbology (SimpleMarkerSymbols) through a REST API (our application can’t support the ESRI ArcGIS sdk locally).

For example, to render these SimpleMarkerSymbols, we created an Azure Function that returns a Base64 string, which we can then convert to an icon/image in our application.

The azure function runs perfectly locally, but once we publish the function on Azure, it returns an error.

Is there any way we can use the ESRI.ArcGISRuntime version 200.3 in an Azure Function? Or does this simply not work on Azure? Azure Functions supports the .net 8 isolated worker model.

Thank you very much in advance for your help!

0 Kudos
0 Replies