Skip to main content

Questions tagged [vm]

Use this tag if a question is about VM

0 votes
1 answer
39 views

My team is using an Azure Virtual Machine. We are limited to two concurrent connections as described here: A maximum of two concurrent connections are supported, unless the server is configured as a ...
Sheldon's user avatar
  • 97
-1 votes
1 answer
280 views

The issue: For any vagrant box, whenever I run the vagrant up command, I get the following error: This even happened when I tried the centos/7 box instead. What I have tried: Tried having VirtualBox ...
aquaticos's user avatar
0 votes
1 answer
75 views

Our team copied a VM from one Azure subscription onto a new Azure subscription. This VM acts as a Clickhouse client. Both the original and the copied VMs share the same characteristics: Standard B4ms (...
Sheldon's user avatar
  • 97
0 votes
1 answer
718 views

Is there a KQL query to get a list of VMs which are not patched since last month. Below is the sample I have Update | where Classification in ("Security Updates", "Critical Updates"...
SandeshR's user avatar
  • 146
1 vote
1 answer
2k views

We have automated tests run by an Azure pipeline on an Azure VM and would like to guarantee that the latest version of Chrome is installed before running the tests. Is there any way to do this? We use ...
Farinha's user avatar
  • 111
0 votes
1 answer
242 views

According to this manual one can build an image on Azure using Azure Image Builder. When running the first example, the following error is shown in the customization log: PACKER ERR ==> azure-arm: ...
030's user avatar
  • 13.4k
0 votes
1 answer
341 views

I got a VM defined in terraform like this: resource "azurerm_linux_virtual_machine" "vm" { name = var.vm-name resource_group_name = var....
dahol's user avatar
  • 111
0 votes
2 answers
79 views

My current company is looking to benefit from the cloud by hosting our different web apps and sql servers on Azure. We're not a tech company and I'm the sole developer here and I need some guidance on ...
Alex Chadwick's user avatar
1 vote
1 answer
796 views

I am a beginner to Packer. I am using a template found at https://github.com/StefanScherer/packer-windows for Windows 10, and have been able to create a virtual machine in Hyper-V using the template ...
JamesMatson's user avatar
1 vote
1 answer
64 views

I'm new to DevOps so please forgive my ignorance. I have inherited a Win10 Java app that is currently run by pressing play in NetBeans. It makes API calls to a server running in a Linux VM. What I'd ...
schoon's user avatar
  • 113
1 vote
2 answers
2k views

I am running k8s cluster for evaluation purposes inside some vagrant box. I have external kubectl access. I was able to get PostgreSQL helm template running on the cluster. But now let say I want to ...
Zveratko's user avatar
  • 111
1 vote
1 answer
1k views

I am trying to create a VM with a playbook like this: tasks: ... - name: Create VM azure_rm_virtualmachine: resource_group: AnsibleResourcEGroup name: AnsibleVM vm_size: ...
Koala Yeung's user avatar
4 votes
1 answer
3k views

I do not see a download button. I would like to download a VM image that was created on GCP using Packer and I would like to run it locally in Virtualbox.
030's user avatar
  • 13.4k