Quantcast
Channel: Azure Virtual Machines forum
Viewing all 12545 articles
Browse latest View live

VM cannot be started

$
0
0

This morning a lot of VMs (windows 2016in our org cannot be started. It went to "Updating", then "failed". Restart (or Stop then start) brought VM to "Updating" again, then failed a gain. 

The error read: 

Provisioning failed. An unexpected error occured while processing the network profile of the VM. Please retry later.. NetworkingInternalOperationError


ProvisioningState/failed/NetworkingInternalOperationError

The VM may install the following ( I saw it for a VM that is running because of insufficient storage). 

• 2019-10 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4519998).

Any suggestions? This is an urgent issue for our group since most dev works are in Azure VMs. 


Cannot delete VM eastus2

$
0
0

My eastus2 VM has been deleting for a few hours now, I've tried multiple Deletes at the Resource Group level and the VM level.  Error message says:

{"Error":{"Code":"ServerTimeout","Target":null,"Message":"The request to delete the resource '/subscriptions/6e65a4c1-18b6-40bd-b83b-cf80f1a0c45a/resourceGroups/XXX/providers/Microsoft.Compute/virtualMachines/k8s-master-16260370-0' timed out. Diagnostic information: timestamp '20191021T172359Z', subscription id '6e65a4c1-18b6-40bd-b83b-cf80f1a0c45a', tracking id 'c709ce12-1d4e-40fe-b160-3579f184f2b5', request correlation id '4a5b9b57-b903-48ce-9767-59952f86770e', Deployment location 'East US 2'.","Details":null,"AdditionalInfo":null}}


Unable to delete Azure VM

$
0
0

I moved an Azure VM to a different resource group and now I'm getting the following error when trying to delete the VM.

Provisioning state Provisioning failed. An unexpected error occured while processing the network profile of the VM. Please retry later.. NetworkingInternalOperationError

Provisioning state error code ProvisioningState/failed/NetworkingInternalOperationError
Guest agent Unknown
DISKS
vm-Test_OsDisk_1_d00ce628424948108eef22150f73696a Provisioning succeeded.

Any ideas on how to delete this VM?


Windows Server Essential in Azure VM

$
0
0

We have on Prem Windows Server Essential 2016 which we want to move in azure using ASR.

1. Does ASR supports lift and shift on windows Server Essential 2016?

2. Can I run Windows Server Essential 2016 as a VM in azure?

Reimaging vs Upgrade options

$
0
0

In looking at instnaces within a VMSS there are the Connect, Start, Restart, Deallocate, Reimage and Delete buttons in Azure. What is the difference in Reimaging a VM in a scale set versus Upgrading a VM in a scale set? Thanks!

Azure Policy is not picking up new Machine with different image offer, publisher and Sku

$
0
0

Hi,

I have the below Azure Policy to install Microsoft Antimalware

{"properties": {"displayName": "Ent-Non-Prod-Antimalware-Win-10","policyType": "Custom","mode": "Indexed","metadata": {"createdBy": "c82bad04-55c7-46f0-9944-d5c5edbf914b","createdOn": "2019-10-16T00:40:49.2829054Z","updatedBy": "c82bad04-55c7-46f0-9944-d5c5edbf914b","updatedOn": "2019-10-16T23:58:24.5242162Z"
    },"parameters": {},"policyRule": {"if": {"allOf": [
          {"field": "type","equals": "Microsoft.Compute/virtualMachines"
          },
          {"field": "Microsoft.Compute/imagePublisher","in": ["microsoftvisualstudio","MicrosoftWindowsServer"
            ]
          },
          {"field": "Microsoft.Compute/imageOffer","in": ["WindowsServer","Windows"
            ]
          },
          {"field": "Microsoft.Compute/imageSKU","in": ["2008-R2-SP1","2008-R2-SP1-smalldisk","2012-Datacenter","2012-Datacenter-smalldisk","2012-R2-Datacenter","2012-R2-Datacenter-smalldisk","2016-Datacenter","2016-Datacenter-Server-Core","2016-Datacenter-Server-Core-smalldisk","2016-Datacenter-smalldisk","2016-Datacenter-with-Containers","2016-Datacenter-with-RDSH","2019-Datacenter","2019-Datacenter-Core","2019-Datacenter-Core-smalldisk","2019-Datacenter-Core-with-Containers","2019-Datacenter-Core-with-Containers-smalldisk","2019-Datacenter-smalldisk","2019-Datacenter-with-Containers-smalldisk","2019-Datacenter-zhcn","Windows-10-N-x64"
            ]
          }
        ]
      },"then": {"effect": "deployIfNotExists","details": {"type": "Microsoft.Compute/virtualMachines/extensions","existenceCondition": {"allOf": [
              {"field": "Microsoft.Compute/virtualMachines/extensions/type","equals": "IaaSAntimalware"
              },
              {"field": "Microsoft.Compute/virtualMachines/extensions/publisher","equals": "Microsoft.Azure.Security"
              }
            ]
          },"roleDefinitionIds": ["/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c"
          ],"deployment": {"properties": {"mode": "incremental","template": {"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion": "1.0.0.0","parameters": {"vmName": {"type": "string"
                  },"location": {"type": "string"
                  },"ExclusionsPaths": {"type": "string","defaultValue": "","metadata": {"description": "Semicolon delimited list of file paths or locations to exclude from scanning"
                    }
                  },"ExclusionsExtensions": {"type": "string","defaultValue": "","metadata": {"description": "Semicolon delimited list of file extensions to exclude from scanning"
                    }
                  },"ExclusionsProcesses": {"type": "string","defaultValue": "","metadata": {"description": "Semicolon delimited list of process names to exclude from scanning"
                    }
                  },"RealtimeProtectionEnabled": {"type": "string","defaultValue": "true","metadata": {"description": "Indicates whether or not real time protection is enabled (default is true)"
                    }
                  },"ScheduledScanSettingsIsEnabled": {"type": "string","defaultValue": "false","metadata": {"description": "Indicates whether or not custom scheduled scan settings are enabled (default is false)"
                    }
                  },"ScheduledScanSettingsScanType": {"type": "string","defaultValue": "Quick","metadata": {"description": "Indicates whether scheduled scan setting type is set to Quick or Full (default is Quick)"
                    }
                  },"ScheduledScanSettingsDay": {"type": "string","defaultValue": "7","metadata": {"description": "Day of the week for scheduled scan (1-Sunday, 2-Monday, ..., 7-Saturday)"
                    }
                  },"ScheduledScanSettingsTime": {"type": "string","defaultValue": "120","metadata": {"description": "When to perform the scheduled scan, measured in minutes from midnight (0-1440). For example: 0 = 12AM, 60 = 1AM, 120 = 2AM."
                    }
                  }
                },"resources": [
                  {"name": "[concat(parameters('vmName'),'/IaaSAntimalware')]","type": "Microsoft.Compute/virtualMachines/extensions","location": "[parameters('location')]","apiVersion": "2015-06-15","properties": {"publisher": "Microsoft.Azure.Security","type": "IaaSAntimalware","typeHandlerVersion": "1.3","autoUpgradeMinorVersion": true,"settings": {"AntimalwareEnabled": true,"RealtimeProtectionEnabled": "[parameters('RealtimeProtectionEnabled')]","ScheduledScanSettings": {"isEnabled": "[parameters('ScheduledScanSettingsIsEnabled')]","day": "[parameters('ScheduledScanSettingsDay')]","time": "[parameters('ScheduledScanSettingsTime')]","scanType": "[parameters('ScheduledScanSettingsScanType')]"
                        },"Exclusions": {"Extensions": "[parameters('ExclusionsExtensions')]","Paths": "[parameters('ExclusionsPaths')]","Processes": "[parameters('ExclusionsProcesses')]"
                        }
                      }
                    }
                  }
                ]
              },"parameters": {"vmName": {"value": "[field('name')]"
                },"location": {"value": "[field('location')]"
                },"RealtimeProtectionEnabled": {"value": "true"
                },"ScheduledScanSettingsIsEnabled": {"value": "true"
                }
              }
            }
          }
        }
      }
    }
  },"id": "/providers/Microsoft.Management/managementGroups/Enterprise-NonProduction-EMG-v01/providers/Microsoft.Authorization/policyDefinitions/f37e3ed9-a0e1-4637-8ab6-bb4dd1f9889a","type": "Microsoft.Authorization/policyDefinitions","name": "f37e3ed9-a0e1-4637-8ab6-bb4dd1f9889a"
}

However, I spin a new 2016-Datacentre VM and it does not have the extension, how to troubleshoot? What is the issue?

Azure Policy is the correct tag but since it was not there I choose closest one, Azure Virtual Machine.

Please assist.

Not able to delete Recovery Services vault

$
0
0

Hi,

I am doing training on Azure for AZ103 course. I have initiated to delete myRecoveryServicesVault But, the system is saying it will take 14 days to delete it. Can you please delete it immediately. As I have all resources pilled up for deletion.



Regards,
Shariq



Removing privacy settings window when launching a Windows 10 VM from an image

$
0
0

Hi,

is there a way to get rid of the "Choose privacy settings for your device" window when launching a new VM based on a Win 10 image?

The VM is launched by our Jenkins buildserver in order to run some UI tests.

Would it be possible to kill the task by a script (I don't know the tasks name though) or remove the dialog completely by deleting the exe and creating a new image?

Any hint would be much appreciated.

Kind regards

OrangeTomato


Ubuntu server setup - Experiencing authentication issues

$
0
0

Hi I am setting up Ubuntu server to run Ruby on Rails app. 

While I am installing resources , I am getting error of "

Experiencing authentication issues

The portal is having issues getting an authentication token. The experience rendered may be degraded. Additional information from the call to get a token: Extension: microsoft_azure_compute Details: Service returned error. Check InnerException for more details"

Please advise me how to fix this problem.

Thanks

Younghee Kwon


VPN can't connect

$
0
0

Hi, 

i recently setup a VPN connection but cant seem to connect via PPTP from my azure VM. Can some please assist me as i did allow ports inbound and outbound nothing seems to resolve my issue

Regards

migration failed classic to arm vm

$
0
0
Hello,

While initiating move cmd for migration PS is not recognizing "Move-AzureVirtualNetwork" cmd. However, i was able to get the virtual network name with cmd "Get-AzVirtualNetwork", so i tried cmd "Move-AzVirtualNetwork" even this did not work.

Kindly suggest if there anything wrong with the script. I'm referring to Azure Doc -"Migrate IaaS resources from classic to Azure Resource Manager by using Azure PowerShell"

CMD used - Move-AzureVirtualNetwork -Prepare -VirtualNetworkName $vnetname                             

Move-AzureVirtualNetwork : The term 'Move-AzureVirtualNetwork' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Move-AzureVirtualNetwork -Prepare -VirtualNetworkName $vnetname
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Move-AzureVirtualNetwork:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Thanks,

Problems connect remote vmachine

$
0
0

Hello. I have a virtualmachine with windows 2016.

Yesterday i got the problem "u can´t access to vmmake sure is connected toi the network and remote access is enabled".

The vm appear like running.

Anyone would be say me how can i fix this problem and access again to my vm rwith Remote?

How do I load and run a windows app

$
0
0
How do I load and run a windows app, I think I have created a Virtual Windows 10 platform, but can not work out how to access it?

change the azure vm osdisk size 128 gb to 32 gb

$
0
0
have created azure virtual machine with windows server 2016 image(128gb HDD). now I want to reduce or decrease the size of os disk 128 to 32gb.Is it possible to reduce os disk in azure? if possible then how?

An internal error occurs when you try to connect to an Azure VM through Remote Desktop

$
0
0

Hi everyone,

When I'm trying to open and connect to my virtual machine (RDP) it suddenly having problem 

An internal error has occurred ..

Thanks, 


Lost RDP access: Is there a powershell command to modify this value on Azure VM: Windows Firewall Windows Firewall Public Settings Apply local connection security rules

$
0
0


I was following a security recommendation to modify the value to Yes and seem to have totally removed my rdp access to my VM. I made the change under firewalll properties on the VM. 

Action: Windows Firewall Windows Firewall Public Settings Apply local connection security rules set it to No

The value was unselected and I need a way to turn it back to unselected or "Yes" please.

I can access powershell commands and was wondering if there was a command I could run to set this value back to No? 

I have done some digging but can't quite work it out. 

I wasn't quite sure whether this was even the 

Get-ItemProperty -Path HKLM:\Software\Policies\Microsoft\WindowsFirewall\PublicProfile\

Cheers

James

Cannot connect to Azure Win 10 VM

$
0
0
I was working with a Win 10 VM. After some cleaning, the system asked for reboot. After VM restart I could not connect to my virtual machine any more. It seems that the OS is corrupted. How can I repair?

How to select Windows 10 (64 bit only) in Azure for Virtual Machines

$
0
0

Good morning to all!!!!

I´m trying to create an Azure Virtual Machine with Microsoft Windows 10 (64-bit version only) as you can see in image #2 so I can install a free version of Qlik Sense Descktop - https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Introduction/install-desktop.htm

Unfortunately when I try to do so, I face this list with not much information... Any help as always will be more than apreciatte:

Azure list: 

Imagen

Image 2) Qlik Sense system Requirements:


CIS Ubuntu 18.04 VM with InfluxDB

$
0
0

Hi Experts, 

I need your help because my knowledge is fading. I need to run a InfluxDB for Time Series on a VM with CIS Ubuntu. 

The VM only has a private IP and no DNS, we want to go via the application gateway. A vNet peering is set up. The VM is set up as a backend pool via internal IP. A rule is also created with Listener and Http settings. Now it's like this that the listener doesn't return anything in case of a ping. 

I can't ping the VM via Bomgar either.  

What could be the reason for this? Missing DNS entry? 

Thanks

Auto resize VM

$
0
0

How to auto resize VM during non-office hour?

Thanks,

Joe

Viewing all 12545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>