arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Docker Documentation suggests Azure Function V2 programming model is required

Open tchapin opened this issue 9 months ago • 1 comments

The docker documentation https://github.com/Esri/arcgis-python-api/blob/master/docker/README.md says "Your copied resources will need to include: function_app.py, such as:" followed by a code snippet in the V2 programming model.

Is the v2 programming model required to use the Esri docker container? Or can we continue to use the V1 programming model?

tchapin avatar May 21 '25 19:05 tchapin

@jtroe Can you please advise?

nanaeaubry avatar May 23 '25 09:05 nanaeaubry

@tchapin the approach documented was required due to a system-level dependency for Kerberos authentication. We have since made the dependency optional (on the pip build) through an extra, so the pip install arcgis command now succeeds in the standard (v4) runtime.

I've updated the sample to reflect this in #2375, currently in review.

jtroe avatar Sep 22 '25 17:09 jtroe