Packer Tool - Timeout waiting for winrm error on Express route subscription

57 views
Skip to first unread message

Rama K

unread,
Apr 20, 2020, 2:40:31 AM4/20/20
to Packer
Hi,

I have below json script which creates 2019 image. It runs perfectly on Non-Express route Azure subscription, but throws error when it runs on Express route subscription.

"builders": [
    {
      "type": "azure-arm",
      "client_id": "{{user `client_id`}}",
      "client_secret": "{{user `client_secret`}}",
      "subscription_id": "{{user `subscription_id`}}",
      "location": "{{user `location`}}",
   "os_disk_size_gb": "256",
      "vm_size": "Standard_DS2_v2",
 
      "managed_image_resource_group_name": "{{user `managed_image_resource_group_name`}}",
      "managed_image_name": "{{user `managed_image_name`}}",
      "os_type": "Windows",
      "image_publisher": "MicrosoftWindowsServer",
      "image_offer": "WindowsServer",
      "image_sku": "2019-Datacenter",
      "communicator": "winrm",
      "winrm_use_ssl": "true",
      "winrm_insecure": "true",
      "winrm_username": "packer"
    "virtual_network_name": "TestVnet",
    "virtual_network_subnet_name": "default",
    "virtual_network_resource_group_name": "TestImages"
             
   
    }

Can you help me how to resolve this error.  Timeout Waiting for Winrm error on Azure Express route Subscription
Packer.png

Kiran

unread,
Jun 17, 2020, 6:09:53 AM6/17/20
to Packer
Hello,

Were you able to resolve this issue? I am also trying to use the builder on an Express route and am facing the same issue. I have not tried it on a non express route connection so far.

Regards,
Kiran Hegde

rama k

unread,
Jun 26, 2020, 8:25:48 AM6/26/20
to packe...@googlegroups.com
No.. same error..testing  on non express route

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/hashicorp/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/9ce165d7-5e5e-4cf9-adbd-37fa98f50df7o%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages