Hello @Omar Navarro ,
you are deploying a deployment manifest to an Azure IoT Edge device.
This deployment manifest describes (among other things) which docker containers should be deployed, complete with environment variables, and create options and module twin.
The edge device will load the containers from registries as described in the manifest.
If the registry is secured, you must provide registry credentials in the deployment manifest too, as seen in the message.
In the Azure portal, adding credentials is easy:
This will end up in the deployment manifest as part of the desired properties of the edgeAgent:
You can find the secret as Access keys: