Soporte técnico de la comunidad de Azure
Formule preguntas, obtenga respuestas y esté en contacto con los ingenieros de Microsoft y expertos de la comunidad de Azure
Introducción a Azure en Q&A
Obtenga respuestas a sus preguntas técnicas sobre los servicios y productos de Azure. Conéctese con expertos de Microsoft y de la comunidad, comparta sus comentarios y aprenda de otras personas. Azure en Q&A, en el sitio de Microsoft Q&A, va a reemplazar al foro de MSDN. Sin embargo, todavía puede examinar los archivos del foro.

Archivo del foro de MSDN
Respuestas de Microsoft y de la comunidad a preguntas técnicas anteriores de Azure
42
Votos
MS Learn/ Sandbox Creation Error
Forum: Azure Virtual Machines
32
Votos
Forum: Azure Virtual Machines
27
Votos
Multiple IP addresses for a VM to be able to use Multiple HTTPS endpoints
Forum: Azure Virtual Machines
26
Votos
Azure VMs no longer see themselves via public virtual IP
Forum: Azure Virtual Machines
StackOverflow
Respuestas de la comunidad a las preguntas de desarrollo
36
Votos
Serverfault
Respuestas de la comunidad a las preguntas de administración de Sys/Net
15
Votos
10
Votos
Comentarios de Azure
Publique ideas o sugerencias basas en su experiencia con Azure
Performance tiers for managed disks without deallocation
The feature described here https://docs.microsoft.com/en-us/azure/virtual-machines/disks-change-performance is really great but "You must either deallocate your VM or detach your disk from a running VM before you can change the disk's tier" which is a big disadvantage. Can this feature be made available for online changes?
Azure Serial Console: Support Managed Storage for Boot Diagnostics settings
Right now if we want to use the serial console functions we have to use a custom storage account for boot diagnostics - it cannot work with a managed storage account.please configure allowing serial console to work with managed boot diagnostics storage accounts
Azure Disk Encryption - Support for Generation 2 VM's
Azure Disk Encryption does not support Generation 2 VM's - we would like this supportEDIT - it seems this might be supported at least for windows VM's but not yet documented?
User of VM cannot be part of the password
The password articlehttps://docs.microsoft.com/en-us/azure/virtual-machines/windows/faqIs telling us what to do, but in fact it's missing an information- You cannot have the username in the passwordSo if your username is "Foo" the password cannot contain the word "Foo". If you are creating VMs with PowerShell in the Automation account it will create the VMs, but you won't be able to connect to them. If you change the password using the Azure Portal, it will throw an error.
5298
Votos
Virtual machine console access
There is no VMConnect capability for console access to the VM as there is with Hyper-V.So in the situation where I lost connectivity, by misconfiguration, or system failure, is there only one very time and bandwith consuming way to fix it - download the VHDs on-premise, boot it in Hyper-V and VMConnect to repair VM, then upload all GBs back to the Azure...I requesting console access, also with ability to mount some image for repair and boot from it (as we do it in standard environment).
1486
Votos
Add the ability to rename a VM. The VM name is what appears in Azure, not the DNS name.Changing a VM's name should not affect the VM in any way. If you need a unique identifier for a VM that does not change, I suggest using a GUID rather than the VM's name in Azure.
1435
Votos
VM Created from custom image should be able to select storage account for VHD
When we try to create a virtual machine from a custom image the VHD's for the new virtual machine are created in the same storage account as the custom image. This is not ideal because most customers have different environments in different subscriptions so they are forced to copy the image into storage account in each subscriptions. It is not easy to copy the images between the storage accounts either.
1201
Votos
Live migrate the VMs during maintenance/hardware failures
Right now Azure VM customers experience very frequent restarts that impact the availability of services. As far as I know, these restarts are mostly caused by either host upgrades or hardware failures.Developing a HA setup is pretty straightforward for some scenarios (web servers), complex (database back-ends, notably MySQL) or extremely difficult (back-end applications used by our accounting department, for instance, which were designed to be run on one machine). Of course, HA setups are necessary for any major applications, but most of the setups we see have lots of single-instance roles (and for good reason most of the times).Currently, if you don't have an HA setup, machines are restarted about once per month or even more frequent (some as often as weekly). If this restart occurs during business hours, then this means downtime.Furthermore, for services like MySQL or SQL Server, this also means that the entire buffer pool is emptied and the performance of the application is degraded until the buffer pool fills up again.What we would love to have is something like Google Cloud's Live Migration - the VM would be moved to another host in case of hardware failures or host upgrades without restarts or downtime.
Allow to set the value of shutdown timeout (force shutdown)
According to the current behavior, if it is not completed within 10 minutes after the stop(deallocate) operation of Azure VM, I believe that the stop will be forced.However, it may take a lot of time due to the stop processing of process or OS task.I hope to be able to determine the forced out timeout time ourselves.
Ubuntu 20.04LTS VMSS Automatic OS Upgrade Support
As of today, Ubuntu Server 20.04LTS is not supported by VMSS Automatic OS Upgrade feature (https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade#supported-os-images).This one has been released on April 23, 2020.Can you please kindly consider support it with VMSS Automatic OS Upgrade feature?Many thanks,
Azure Site Recovery - replication of VMs with UEFI and SecureBoot enabled
Have possibility to replicate on-premise (Hyper-V, VMware) Virtual Machines with UEFI and SecureBoot enabled via Azure Site Recovery.Nowadays replication of VMs with SecureBoot is not supported:https://docs.microsoft.com/en-us/azure/site-recovery/vmware-physical-azure-support-matrix#storage
Azure VM limits should be visible on VM Overview page graphs
In a support case I found one of my VMs was being throttled because it was over disk write limit; the performance (other colors, not red) and limits (in red) should be on the graphs on the overview. This seriously impacts availability when VMs are being throttled and makes for an insidious and hard to understand issue. All performance limits should be visible! Please implement?