Microsoft connected cache for ISP on Ubuntu 24.04

Aus Khairi 0 Reputation points
2026-08-15T19:43:31.9466667+00:00

Microsoft documentation claims the MCC supports Ubuntu 24.04 but the provisioning script doesn't run on it.

Azure IoT Edge
Azure IoT Edge

An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.

0 comments No comments

1 answer

Sort by: Newest
  1. Allan Solomon Mejia 9,575 Reputation points
    2026-08-15T20:28:39.0333333+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.