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

On Monday, April 20, 2020 at 12:10:31 PM UTC+5:30, Rama K wrote:
>
> 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
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/9ce165d7-5e5e-4cf9-adbd-37fa98f50df7o%40googlegroups.com.

Reply via email to