Cannot deploy VM to Windows Azure

Hello how are you
I configured Opennebula with Windows Azure, I managed to connect to my Azure instance and retrieve the VM already running, it’s work !

However when I want to deploy a new VM from an opennebula template nothing happens.

Here is my template configuration:

CPU = "1"

MEMORY = “256”
PUBLIC_CLOUD = [
IMAGE = “b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-16_04-LTS-amd64-server-20161205-en-us-30GB”,
INSTANCE_TYPE = “Medium”,
LOCATION = “west-europe”,
TYPE = “AZURE”,
VM_PASSWORD = “",
VM_USER = "
” ]

Here are the traces in the logs:

VM.log

Mon Dec 26 11:47:03 2016 [Z0][VM][I]: New state is ACTIVE
Mon Dec 26 11:47:03 2016 [Z0][VM][I]: New LCM state is PROLOG
Mon Dec 26 11:47:03 2016 [Z0][VM][I]: New LCM state is BOOT
Mon Dec 26 11:47:03 2016 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/61/deployment.0

Blocked on this last step.

sched.log

Mon Dec 26 11:47:02 2016 [Z0][VM][D]: Found 1 pending/rescheduling VMs.
Mon Dec 26 11:47:03 2016 [Z0][HOST][D]: Discovered 2 enabled hosts.
Mon Dec 26 11:47:03 2016 [Z0][SCHED][D]: Dispatching VMs to hosts:
VMID Host System DS
-------------------------
61 4 -1

I’ve forgot something in the configuration ?

Thanks for your help.