Unable to provision IoT Edge devices on Linux using symmetric key
I am doing the following tutorial to create and provision an IoT Edge device (on Ubuntu Server 18.04):
https://learn.microsoft.com/en-us/azure/iot-edge/how-to-provision-devices-at-scale-linux-symmetric?view=iotedge-2020-11&tabs=individual-enrollment
This is a part of another tutorial for deployment of Azure IoT Central gateway module: https://github.com/iot-for-all/iotc-ava-gateway/blob/main/README.md#provision-the-iot-edge-device-with-its-cloud-identity
However, I am unable to provision the edge gateway in my IoT Central.
The status of the IoT Edge service (sudo iotedge system status) is as follows:
And the service logs (sudo iotedge system logs) is as follows:
Any help or suggestions would be greatly appreciated!