You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/common-questions-business-case.md
+41-8Lines changed: 41 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: rajosh
6
6
ms.manager: ronai
7
7
ms.topic: conceptual
8
8
ms.service: azure-migrate
9
-
ms.date: 07/17/2023
9
+
ms.date: 04/22/2024
10
10
ms.custom: references_regions, engagement-fy23
11
11
---
12
12
@@ -43,11 +43,7 @@ Business case creates assessments in the background, which could take some time
43
43
44
44
### How do I build a business case?
45
45
46
-
Currently, you can create a Business case on servers and workloads discovered using a lightweight Azure Migrate appliance in your VMware, Hyper-V and Physical/Baremetal environment. The appliance discovers on-premises servers and workloads. It then sends server metadata and performance data to Azure Migrate.
47
-
48
-
### Why is the Build business case feature disabled?
49
-
50
-
The **Build business case** feature will be enabled only when you have discovery performed using an Azure Migrate appliance for servers and workloads in your VMware, Hyper-V and Physical/Baremetal environment. The Business case feature isn't supported for servers and/or workloads imported via a .csv file.
46
+
Currently, you can create a Business case on servers and workloads discovered using a lightweight Azure Migrate appliance in your VMware, Hyper-V, and Physical/Baremetal environment or servers discovered using a .csv or RVTools .xlsx import. The appliance discovers on-premises servers and workloads. It then sends server metadata and performance data to Azure Migrate.
51
47
52
48
### Why can’t I build business case from my project?
53
49
@@ -65,8 +61,45 @@ To verify in an existing project:
65
61
66
62
Germany West Central and Sweden Central
67
63
68
-
### Why can't I change the currency during business case creation?
69
-
Currently, the currency is defaulted to USD.
64
+
### How do I add facilities costs to my business case?
65
+
66
+
1. Go to your business case and select **Edit assumptions** and choose **On-premises cost assumptions**.
67
+
1. Select **Facilities** tab.
68
+
1. Specify estimated annual lease/colocation/power costs that you want to include as facilities costs in the calculations.
69
+
70
+
If you aren't aware of your facilities costs, use the following methodology.
71
+
72
+
#### Step-by-step guide to calculate facilities costs
73
+
The facilities cost calculation in Azure Migrate is based on the Cloud Economics methodology, tailored specifically for your on-premises datacenter. This methodology is based on a colocation model, which prescribes an average cost value per kWh, which includes space, power and lease costs, which usually comprise facilities costs for a datacenter.
74
+
1.**Determine the current energy consumption (in kWh) for your workloads**: Energy consumption by current workloads = Energy consumption for compute resources + Energy consumption for storage resources.
75
+
1.**Energy consumption for compute resources**:
76
+
1.**Determine the total number of physical cores in your on-premises infrastructure**: In case you don't have the number of physical cores, you can use the formula - Total number of physical cores = Total number of virtual cores/2.
77
+
1.**Input the number of physical cores into the given formula**: Energy consumption for compute resources (kWh) = Total number of physical cores * On-Prem Thermal Design Power or TDP (kWh per core) * Integration of Load factor * On-premises Power Utilization Efficiency or PUE.
78
+
1. If you aren't aware of the values of TDP, Integration of Load factor and On-premises PUE for your datacenter, you can use the following assumptions for your calculations:
79
+
1. On-Prem TDP (kWh per core) = **0.009**
80
+
1. Integration of Load factor = **2.00**
81
+
1. On-Prem PUE = **1.80**
82
+
1.**Energy consumption for storage resources**:
83
+
1.**Determine the total storage in use for your on-premises infrastructure in Terabytes (TB)**.
84
+
1.**Input the storage in TB into the given formula**: Energy consumption for storage resources (kWh) = Total storage capacity in TB * On-Prem storage Power Rating (kWh per TB) * Conversion of energy consumption into Peak consumption * Integration of Load factor * On-premises PUE (Power utilization effectiveness).
85
+
1. If you aren't aware of the values of On-premises storage power rating, conversion factor for energy consumption into peak consumption, and Integration of Load factor and On-premises PUE, you can use the following assumptions for your calculations:
86
+
1. On-Prem storage power rating (kWh per TB) = **10**
87
+
1. Conversion of energy consumption into peak consumption = **0.0001**
88
+
1. Integration of Load factor = **2.00**
89
+
1. On-Prem PUE = **1.80**
90
+
1.**Determine the unused energy capacity for your on-premises infrastructure**: By default you can assume that **40%** of the datacenter energy capacity remains unused.
91
+
1.**Determine the total energy capacity of the datacenter**: Total energy capacity = Energy consumption by current workloads / (1-unused energy capacity).
92
+
1.**Calculate total facilities costs per year**: Facilities costs per year = Total energy capacity * Average colocation costs ($ per kWh per month) * 12. You can assume the average colocation cost = **$340 per kWh per month**.
93
+
94
+
**Sample example**
95
+
96
+
Assume that Contoso, an e-commerce company has 10,000 virtual cores and 5,000 TB of storage. Let's use the formula to calculate facilities cost:
97
+
1. Total number physical cores = **10,000/2** = **5,000**
98
+
1. Energy consumption for compute resources = **5,000 * 0.009 * 2 * 1.8 = 162 kWh**
99
+
1. Energy consumption for storage resources = **5,000 * 10 * 0.0001 * 2 * 1.8 = 18 kWh**
100
+
1. Energy consumption for current workloads = **(162 + 18) kWh = 180 kWh**
101
+
1. Total energy capacity of datacenter = **180/(1-0.4) = 300 kWh**
0 commit comments