Fault Domain: Logical working domain in which the underlying hardware is sharing a common power source and switch network. This means that when VMs is created the Azure distributes the VM across the fault domain that limits the potential impact of hardware failure, power interruption or outages of the network. Update Domain: It is a logical group that undergoes maintenance…
Tag: Azure VM
How to know status of your Azure service resource running fine?
We can get to know azure resource status by following 3 ways. Azure Status: A global view of the health of Azure services. It will list the azure service status for all region and all services. If something not working on your application or services or VM , you can refer here is something problem with Azure side. https://status.azure.com/en-us/status Service…
How to Connect Azure Linux Virtual Machine Serial Console
The Linux Administrators will love this features . When we started moving to cloud applications we started modernized to adapt for cloud . We got so many features ,easy access , fast ,salable etc when compare with on-premises. But what will happen really when some issue with OS and due to some error server got hang etc. Ultimately the fundamental…
Same resource can be part of multiple resource group in Azure?
You could have come across multiple best practices articles related with Azure Resource Group. The recommendation could be “Keep separate resource group ” for different applications . At the same time there is a pop-up question could arise….How all the resource can be part of 2 resource group . For example Network Vnet how can be part of 2 resource…
How to resolve "the VM is generalized" start-up error in Microsoft Azure
How to resolve “the VM is generalized” start-up error in Microsoft Azure This is one of the well known error with Azure VMs . Failed to start virtual machine ‘templateVM1’. Error: Operation ‘start’ is not allowed on VM ‘templateVM1’ since the VM is generalized.” occurs when try to start the VM. Before resolving its better to understand what…