Tag: IaaS
-
Does have ADE or SSE a performance impact on Azure IaaS VMs?
Before I begin to write about this topic, I want to clarify that the results are not an official statement by Microsoft. The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway. Now we have clarified that, let us begin to talk about what ADE and SSE…
-
Using Veeam FastSCP with Azure VMs and self-signed certificates
When working with Azure VMs you have several options to copy files into your VMs. One tool I really like is Veeam FastSCP, because my Azure VMs are just dev / test machines and are neither part of an Active Directory nor I have a VPN connection with the my Azure Virtual Network. -> https://www.veeam.com/fastscp-azure-vm.html…
-
Demystifying Azure VMs bandwidth specification – F-series
As you may know Microsoft specifies the bandwidth of Azure VMs with low, moderate, high, very high and extremely high. As Yousef Khalidi, CVP Azure Networking, has written in his blog post in March, Microsoft will provide specific numbers to each Azure VM size in April. When our world-wide deployment completes in April, we’ll update…
-
Get notified with OMS on Azure service incidents
One of my colleagues has posted already a blog article about using OMS for Azure service incidents notification. -> https://blogs.msdn.microsoft.com/nicole_welch/2017/03/using-oms-to-alert-on-azure-service-outages/ So read this blog post first, before you continuing with mine. Because I am describing how to fine-tune the notifications. In the blog post of my colleague, she only creates one alert in OMS for…
-
Managed disks support in new created Azure DevTest Lab labs
Yesterday, Microsoft announced the managed disks support for all new created Azure DevTest Lab labs. -> https://azure.microsoft.com/en-us/updates/azure-devtest-labs-managed-disks-supported-in-new-labs/ For existing DevTest Lab labs have a look at my previous blog post to realize the use of managed disks. -> https://www.danielstechblog.io/using-managed-disks-azure-devtest-lab/
-
Using managed disks with Azure DevTest Lab
Currently the Azure DevTest Lab service does not let you use managed disks during the VM deployment, because it does not support them. When you have the need for managed disks in an Azure DevTest Lab, you can use the environment capability with Azure Resource Manager templates. Create an Azure Resource Manager template for a…