HOTSPOT -
Select the answer that correctly completes the sentence.
Hot Area:
HOTSPOT -
Select the answer that correctly completes the sentence.
Hot Area:
Reference:
https://docs.microsoft.com/en-us/azure/advisor/advisor-cost-recommendations https://build5nines.com/properly-shutdown-azure-vm-to-save-money/
super-wrong ! Of course you have to stop the VM in the portal to dealocate ressources.
The correct answer is to stop VM from the Azure portal. Shutting down the machine from the OS is not enough, you will still be paying for the Azure VM compute resources (aka hardware allocation).
Why do we keep getting this wrong answer who answers this questions??
The answer is incorrect , it should be stop the VM , donot accept any protests. cause I am right ,
So far googling a lot and also got from chatGPT a well answer: To save on costs for an unused Azure virtual machine that runs Windows 10, you should select "stop" for the virtual machine from the Azure portal. Stopping the virtual machine from the Azure portal will deallocate the compute resources, which will stop the accrual of charges for the virtual machine. Shutting down the virtual machine from a Remote Desktop session will not deallocate the compute resources and will continue to accrue charges for the virtual machine. So, it is recommended to use the Azure portal to stop the virtual machine to save on costs.
Answer is shut down. See - https://azure.microsoft.com/en-us/solutions/cost-optimization/#tools
Answer is Deallocate virtual machines when they're not in use. When you deallocate virtual machines, the associated hard disks and data are still kept in Azure. But you don't pay for CPU or network consumption, which can help save costs.
I'll go with "select Stop for the virtual machine from the Azure portal"
Shut down is the correct answer: check this link: https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-opt-recommendations The list of recommendations identifies usage inefficiencies or shows purchase recommendations that can help you save additional money. The totaled Potential yearly savings shows the total amount that you can save if you shut down or deallocate all of your VMs that meet recommendation rules. If you don't want to shut them down, you should consider resizing them to a less expensive VM SKU.
Shut down is the correct answer
Deallocating a virtual machine stops the billing for the compute resources associated with the virtual machine while retaining the configuration and data associated with it. Here are the steps to deallocate an Azure virtual machine: Open the Azure portal and go to the Virtual Machines page. Select the virtual machine that you want to deallocate. Click on the Stop button in the top menu. This will stop the virtual machine and deallocate its resources. Once the virtual machine is stopped, you can start it again by clicking on the Start button in the top menu. By deallocating the virtual machine, you can avoid paying for the compute resources that are not being used. However, keep in mind that you will still be charged for any storage resources associated with the virtual machine, such as disks and images. To save on these costs as well, you can consider deleting the virtual machine altogether, but this will also delete all of the data associated with it.
Stop is de proper anwser to deallocate the resource and cost
i'm not a robot
Stop from Azure Portal. The second method, and the important one to remember, is to go into the Azure Portal (or use the Azure CLI or Azure PowerShell) and use Azure to Stop the VM. Instead of just shutting down the Operating System, Azure will also deallocate the compute resources allocated for the VM. This releases the compute resources to be used for another customer within Microsoft Azure. This will cause Azure to no longer charge you for the compute resources, and Azure will report the status of the VM as being in a “Stopped (Deallocated)” state. https://build5nines.com/properly-shutdown-azure-vm-to-save-money/
In the answers to these tests I have always placed myself in this vision: there is a right answer and a more right one. Shutting down the VM saves money, but using stop in Azure Portal deallocates resources (public IP for example) and saves more. Here I take the stop in the portal. https://learn.microsoft.com/en-us/answers/questions/574969/whats-the-difference-between-deallocated-and-stopp
stopping the VM may have been right, but that option does not mention "during the RDP session"
Shut down in the correct answer https://learn.microsoft.com/en-us/azure/advisor/advisor-reference-cost-recommendations Consider enabling autopause on Spark compute Autopause releases and shuts down unused Compute resources after a set idle period of inactivity. Right-size or shutdown underutilized virtual machine scale sets
Ans C- Selecting "Stop" for the virtual machine from the Azure portal will deallocate the resources and help you save on costs.