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
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
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
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!
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 ?
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
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?
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?
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?
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
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
Hi!
Accidentally i reset the firewall into VM, and now i can't connect to my VM.
what can i do?
[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
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.
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.
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?
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.
I stopped the VM but still the Delete for a Disk continues to be disabled.
Is there anyway to do it.