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

Imporve User Experiance from other region

$
0
0

HI,

I have a setup deployed to UK south region.

Now  I am having customer from SEA area. How do I improve the customer experiance when they access my service hosted at UK south without migrate my server to SEA region?

Regards

Z


Split up of existing Resource Groups

$
0
0

Dear Azure Support Team,

We have a resource group on our Azure subscription, which we’d like to use for some of our clients, but we are wondering whether we can split the resource group into multiple ones after having already deployed some virtual machines on it, so that we have an easy split in the cost to bill to different clients and our own internal costs. Could you kindly help me out? Is it possible to do so, and if so, is there a step by step guide I can follow?

Many thanks in advance,

Giovanni Casetti Brach


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!

unable to connect to port 8080 on azure linux vm running ubuntu

$
0
0
I have configured the inbound rules and also have iptables rules set up for port 8080, I am still getting connection refused when I try to connect from a java client. Can someone help?

how to use Azure CLI script to hide the temporary dis for virtual machine

$
0
0
Hello,  Recently, i find that the temporary disk of the virtual machine will be displayed as D disk by default, whicn will cause some troubles to our work(some people will store the information on it). What script can i use to hide the temporary disk? 

Traffic Stops When Disconnecting RDP

$
0
0

Hi

I have a VM that consumes some videos. When I disconnect from RDP and re-connect after a while I see that video is not consumed as expected.

For example I am connecting RDP and starting a video. Then disconnecting RDP. Re-connecting after 5 hours which means 5 hours of video should be consumed but I can see only very less of minutes (i.e. 1 hours) consumed.

Can you help ?

Monitor and alerts when vm services are stoped

$
0
0

Hello,

I just started using azure and i would like some help setting up a solution i'm trying to test.

I would like to setup an alert ( sending a email for exemple) when a service on an azure vm is stopped.

I started looking in the documentation about azure monitor but i'm a little bit overwhelmed, does someone as a way to set that up ?

Thanks


Windows Virtual Desktop pool deployment failing

$
0
0

Hi,

I am trying to create windows virtual desktop pool and its failing with below error. Anyone know the reason?

{ "id": "/subscriptions/x/resourceGroups/AAD-RG/providers/Microsoft.Resources/deployments/rds.wvd-provision-host-pool-20191016111741/operations/z", "operationId": "A6E51AE29D5EEBEE", "properties": { "provisioningOperation": "Create", "provisioningState": "Failed", "timestamp": "2019-10-16T06:28:04.913171Z", "duration": "PT25M21.9431122S", "trackingId": "6z","statusCode": "Conflict", "statusMessage": { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMAgentStatusCommunicationError", "message": "VM 'cloudwvd-0' has not reported status for VM agent or extensions. Please verify the VM has a running VM agent and can establish outbound connections to Azure storage." } ] } }, "targetResource": { "id": "/subscriptions/x/resourceGroups/AAD-RG/providers/Microsoft.Compute/virtualMachines/cloudwvd-0/extensions/joindomain","resourceType": "Microsoft.Compute/virtualMachines/extensions", "resourceName": "cloudwvd-0/a" } }}



How do I detect that an Azure VM Scale set has scaled down manually or automatically to fire an Azure Function

$
0
0

How do I detect that an Azure VM Scale set has scaled down manually or automatically to fire an Azure Function?

I have taken a look in Azure Monitor but the only event which fires when scaling up or down manually is the "Create or Update Virtual Machine Scale Set (Microsoft.Compute/virtualMachineScaleSets)" event. This has an Accepted event which shows the instance count.

I would be surprised if there isnt a way of detecting that the scale set has scaled down automatically?



Slow disk performance on Azure VM

$
0
0

I created a virtual machine in AZURE.

Type: Standard D4s v3 (4 vcpus, 16 GiB memory).New machine, nothing on it except Windows Server 2019.

The system disk is a Premium SSD.I ran a disk performance test and the result is very poor: 12 MB / s.
TEMP drive speed is 60MB / s, only the system disk is slow.

Why is it so slow what can be done?

virtual machine with multiple ports

$
0
0

Hello,

I have a problem  accessing application deployed on virtual machine with port 8080, [but i can access same application on port 80,only port 80 is working,no other ports are able to access from outside]

 i have added ports with inbound security rule under network.

but inside virtual machine,on iis i can access same application on locahost:8080

How to resolve this issue ? please can anyone help me.I really appreciate your help.

Thanks in advance

Amitha


az vm scale set failure alert template not working

$
0
0

I have use the following ARM template however didn't work as keep complain about "failed"

{"field": "status","equals": "Failed"
            }

" if I remove that, it's working but I want the alert only the vmss scaling failed. did I miss anythings or any suggestion?  thanks!!

{"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion": "1.0.0.0","parameters": {"activityLogAlertName": {"type": "string","metadata": {"description": "Unique name (within the Resource Group) for the Activity log alert."
      }
    },"actionGroupResourceId": {"type": "string","metadata": {"description": "Resource Id for the Action group."
      }
    }
  },"resources": [   
    {"type": "Microsoft.Insights/activityLogAlerts","apiVersion": "2017-04-01","name": "[parameters('activityLogAlertName')]",      "location": "Global","properties": {"enabled": true,"scopes": ["[subscription().id]"
        ],        "condition": {"allof": [
            {"field": "category","equals": "Autoscale"
            },
            {"field": "status","equals": "Failed"
            }
          ]
        },"actions": {"actionGroups":
          [
            {"actionGroupId": "[parameters('actionGroupResourceId')]"
            }
          ]
        }
      }
    }
  ]
}


raindrop18

Reset Firewall into VM

$
0
0

Hi!

Accidentally i reset the firewall into VM, and now i can't connect to my VM.

what can i do?


Apache Server not working on Azure VM Centos 7

$
0
0

[MSMTEST@msmtest ~]$ sudo systemctl restart httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

[MSMTEST@msmtest ~]$ grep '80' /etc/httpd/conf.d/*
/etc/httpd/conf.d/vhost.conf:<VirtualHost *:80>

[MSMTEST@msmtest ~]$ grep '443' /etc/httpd/conf.d/*
/etc/httpd/conf.d/ssl.conf:Listen 443 https
/etc/httpd/conf.d/ssl.conf:<VirtualHost _default_:443>
/etc/httpd/conf.d/ssl.conf:#ServerName www.example.com:443


[MSMTEST@msmtest ~]$ sudo apachectl -t
[MSMTEST@msmtest ~]$

[MSMTEST@msmtest ~]$ sudo httpd -k start
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using msmtest.southafricanorth.cloudapp.azure.com. Set the 'ServerName' directive globally to suppress this message

Windows Azure VM crashing

$
0
0

Hello people.

I happen to have a vm in Azure (Windows 2008 R2) from a long time ago, in fact 2 years without event 1 reboot, but yesterday for no apparent reason and without me modifying anything the VM started to crash constantly apparently by a bsod.

I've googled a lot and everything points to a driver problem or something like that, but I really do not find the source of the error and do not know how to fix it yet.

That's why I came to ask for help here because there are people who know a lot and I don't really know that much honestly.

I left here the only dumps that generated the VM in its lifetime, which the first was yesterday with the first crash: https://mega.nz/#!4pN1zCIB!xZHf9LdtltOLjMd9b0u6QfloqTcMbSyPk-OufMZz4UA

I also was able to take a screen from the azure panel and this is what the bsod shows: https://i.stack.imgur.com/hUaZI.png

Thank you very much in advance.


Windows Azure VM crashing

$
0
0

Hello people.

I happen to have a vm in Azure (Windows 2008 R2) from a long time ago, in fact 2 years without event 1 reboot, but yesterday for no apparent reason and without me modifying anything the VM started to crash constantly apparently by a bsod.

I've googled a lot and everything points to a driver problem or something like that, but I really do not find the source of the error and do not know how to fix it yet.

That's why I came to ask for help here because there are people who know a lot and I don't really know that much honestly.

I left here the only dumps that generated the VM in its lifetime, which the first was yesterday with the first crash: https://mega.nz/#!4pN1zCIB!xZHf9LdtltOLjMd9b0u6QfloqTcMbSyPk-OufMZz4UA

I also was able to take a screen from the azure panel and this is what the bsod shows: https://i.stack.imgur.com/hUaZI.png

Thank you very much in advance.

Azure - WVD Pricing

$
0
0

I have few questions regarding Windows virtual desktop Pricing in azure:

1. If I select either pooled/personal and the series of VM. I dont see the option of selecting Windows Server or Windows 10 O/S.

Does that mean the price includes license of Server/windows 10 License or it is just the cost of compute?

2. IF I want to have windows 10 VDI for 50 users(Personal) . Does that mean I need to buy 50 Windows 10 License or it is included in the price I see in the pricing calculator?

3. For the WVD Azure ADDS is a prerequiste. Do we also Need Azue AD? Does Azure AD free sufficient?

VM size not available

$
0
0
Hi,
when creating any new Virtual Machine, i am getting this error on the Size blade: " Unable to display Virtual Machine sizes" Why? How to solve?



Migrated 15 physical servers from on-premises to Azure

$
0
0

Hi Team,

We have made use of Azure Migrate and moved our work loads to Azure. We have used the suggested VM sizes mentioned by Azure migrate for all our servers. However, we see some performance issues and there is some latency when we have our applications constantly running. Would you suggest me to increase the size of the VM for better performance or should I continue to use the same sized VM's and drill down the performance counters to mitigate any issues found. 

- We have Antivirus configured with on-premises Threat/endpoint protection agents configured. Do you think that is causing any issues with our server performances. Please guide us.



Disks attached to a VM Cannot get Detached or Deleted

$
0
0

Disks attached to a VM Cannot get Detached or Deleted.

I stopped the VM but still the Delete for a Disk continues to be disabled.

Is there anyway to do it.

Viewing all 12545 articles
Browse latest View live


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