IoT / edge runtime on AI-64?

They have Debain 11 ARM64 here… Releases · Azure/azure-iotedge · GitHub

wget https://github.com/Azure/azure-iotedge/releases/download/1.4.9/aziot-identity-service_1.4.3-1_debian11_arm64.deb
wget https://github.com/Azure/azure-iotedge/releases/download/1.4.9/aziot-edge_1.4.9-1_debian11_arm64.deb
sudo dpkg -i aziot-identity-service_1.4.3-1_debian11_arm64.deb
sudo dpkg -i aziot-edge_1.4.9-1_debian11_arm64.deb
===============================================================================

                              Azure IoT Edge

  IMPORTANT: Please configure the device with provisioning information.

  Please create a new system configuration.

  You can quickly configure the device for manual provisioning with
   a connection string using:

    sudo iotedge config mp --connection-string '...'

  For other provisioning options, copy the template file 
  at /etc/aziot/config.toml.edge.template to /etc/aziot/config.toml,
  update it with your device information, then apply the configuration to
  the IoT Edge services with:

    sudo iotedge config apply

===============================================================================

Regards,