Azure Functions for Python language supports up to Python 3.9(not >= 3.10 as of Jun 3 2023). Also, Azure Functions local environment does not support Arm64 architecture on Mac, but supports i386 (Intel) architecture on Mac. I managed to install python 3.9 via pyenv on Rosetta2(x86_64) with configuring dependencies with separate environments from the default arm64 one.
Environment MacOS Monterey 12.3, M1 Apple silicon Rosetta 2 1 2 % uname -a Darwin xxx 21.
Azure Functions for Python language supports up to Python 3.9(not >= 3.10 as of Jun 3 2023). Also, Azure Functions local environment does not support Arm64 architecture on Mac, but supports i386 (Intel) architecture on Mac. I managed to install python 3.9 via pyenv on Rosetta2(x86_64) with configuring dependencies with separate environments from the default arm64 one.
azure/python-on-rosetta2-m1mac
For accessing raspberry pi from remote computer over GUI, I needed to activate VNC on rpi by command line as I do not have physical access for display and input devices on my rpi. Below are a list of configuration for activating VNC.
Although some web pages say that Real VNC Server needs to be configured on GUI, I did not need to enter GUI on Raspberry pi for configuring it.