An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
Hello @Aus Khairi
Ubuntu 24.04 LTS is supported for Microsoft Connected Cache for ISPs. Microsoft’s current documentation actually states that MCC is optimized for Ubuntu 24.04 LTS, so the OS version itself shouldn’t be considered unsupported.
If the provisioning script isn’t running, I’d first check:
chmod +x provisionmcc.sh
sudo ./provisionmcc.sh <required parameters>
Also verify that the cache data drive is mounted and has the required permissions before provisioning.
Network access is another important check. MCC provisioning depends on Azure IoT Edge and several Microsoft endpoints. In particular, Microsoft notes that TLS inspection can break connections to *.do.dsp.mp.microsoft.com because of certificate pinning.
If the script itself exits before installation starts, could you share the exact console error/output from provisionmcc.sh? That should show whether this is an OS-detection issue in the script, a prerequisite failure, permissions, or network connectivity.
Sharing you this reference:
Microsoft Connected Cache for ISPs requirements | https://learn.microsoft.com/en-us/windows/deployment/do/mcc-isp-vm-performance?
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.