The Azure Backup service provides simple, secure, and cost-effective solutions to back up your data and recover it from the Microsoft Azure cloud. Key Points: With Azure Backup service you can backup on-premise and cloud resources data. Azure Backup is Azure’s builtin backup service , which doesn’t require any infrastructure setup. Backup data’s are encrypted. You can easily backup and…
Category: Azure
What is the difference between Azure Fault domain and update domain
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…
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…
What is Azure Web App Service?
Azure app service provides fully managed platform to run cloud applications i.e PAAS service . No need to create and manage any virtual servers. Its similar to AWS Elastic Beanstalk services. Database also you can run with Azure App service.Quickly build, deploy, and scale enterprise-grade web, mobile, and API apps running on any platform . Azure App Service is an HTTP-based…
When to use Azure APP Service Plan (ASP ) and Azure App service Environment (ASE)
Sometimes it’s difficult too understand for the first time readers what is the difference between Azure App Service plan ASP and App Service Environment Azure App Service plan is the “Actual package which consists of specific hardware resources and features” , Normally its run on shared resources and Azure global network. ASP plans are like Basic,Standard,Premium etc App Service Environment…
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…