Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company has an Azure subscription that contains the following unused resources:
-> 20 user accounts in Azure Active Directory (Azure AD)
-> Five groups in Azure AD
-> 10 public IP addresses
-> 10 network interfaces
You need to reduce the Azure costs for the company.
Solution: You remove the unused network interfaces.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
You are not charged for unused network interfaces. Therefore, deleting unused network interfaces will not reduce the Azure costs for the company.
https://docs.microsoft.com/en-us/azure/advisor/advisor-cost-recommendations#reduce-costs-by-deleting-or-reconfiguring-idle-virtual-network-gatewaysYes, removing the unused network interfaces will help to reduce Azure costs for the company.
Network interfaces are used to attach a virtual machine to a virtual network, and if they are not being used, they are still incurring costs. By removing them, the company will no longer be charged for those unused resources.
However, it is important to note that this solution may not be sufficient to significantly reduce the overall Azure costs of the company. The unused user accounts, groups, and public IP addresses may also be incurring costs, and those should be evaluated and addressed as well. Additionally, the company may need to consider other cost-saving measures, such as resizing or shutting down virtual machines that are not being used, implementing resource tagging and cost tracking, or optimizing storage usage.