I am trying to deploy the community edition using Azure market place to West Europe. However, I am getting the below error when the VM is getting created.
{
"status": "Failed",
"error": {
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'installNeo4j' (publisher 'Microsoft.Azure.Extensions' and type 'CustomScript'). Error message: 'Enable failed: failed to execute command: command terminated with exit status=1\n[stdout]\nRunning node.sh\nTurning off firewalld\nmeta-data=/dev/sdc1 isize=512 agcount=4, agsize=2097024 blks\n = sectsz=4096 attr=2, projid32bit=1\n = crc=1 finobt=1, sparse=1, rmapbt=0\n = reflink=1 bigtime=1 inobtcount=1\ndata = bsize=4096 blocks=8388096, imaxpct=25\n = sunit=0 swidth=0 blks\nnaming =version 2 bsize=4096 ascii-ci=0, ftype=1\nlog =internal log bsize=4096 blocks=4095, version=2\n = sectsz=4096 sunit=1 blks, lazy-count=1\nrealtime =none extsz=4096 blocks=0, rtextents=0\nDiscarding blocks...Done.\nRed Hat Enterprise Linux 9 for x86_64 - Supplem 348 B/s | 215 B 00:00 \n\n[stderr]\nRemoved "/etc/systemd/system/multi-user.target.wants/firewalld.service".\nRemoved "/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service".\nErrors during downloading metadata for repository 'rhel-9-for-x86_64-supplementary-rhui-rpms':\n - Status code: 400 for https://rhui4-1.microsoft.com/pulp/repos/content/dist/rhel9/rhui/9/x86_64/supplementary/os/repodata/repomd.xml (IP: 52.136.197.163)\nError: Failed to download metadata for repo 'rhel-9-for-x86_64-supplementary-rhui-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried\n'. More information on troubleshooting is available at Run Custom Script Extension on Linux VMs in Azure - Azure Virtual Machines | Microsoft Learn. "
}
}