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/concepts-business-case-calculation.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,13 +224,13 @@ When you create a business case, by default, servers remaining on-premises are a
224
224
225
225
*Servers remaining on-premises are assumed to be Azure Arc-enabled. When you create a business case, by default, servers remaining on-premises are assumed to be Arc-enabled. You can disable Arc calculation by editing Azure cost assumptions.
226
226
227
-
| Methodology
228
-
---|----
229
-
CAPEX | Year n CAPEX = (100- estimated migration % that year)* Year n CAPEX in current state
230
-
OPEX | Year n OPEX = (estimated migration % that year) * Total Azure TCO * (1+ infrastructure growth rate%) + (100- estimated migration % that year)* Year n OPEX in current state
231
-
Future state Cash Flow | Sum of CAPEX and OPEX per year
232
-
Annual NPV | NPV per year = (Year n Cashflow)/ (1+WACC)^n <br> WACC is defaulted to 7% and can be customized in the assumptions.
233
-
Future State NPV | Sum of annual NPV
227
+
|| Methodology|
228
+
|---|----|
229
+
|CAPEX | Year n CAPEX = (100- estimated migration % that year)* Year n CAPEX in current state|
230
+
|OPEX | Year n OPEX = (estimated migration % that year) * Total Azure TCO * (1+ infrastructure growth rate%) + (100- estimated migration % that year)* Year n OPEX in current state|
231
+
|Future state Cash Flow | Sum of CAPEX and OPEX per year|
232
+
|Annual NPV | NPV per year = (Year n Cashflow)/ (1+WACC)^n <br> WACC is defaulted to 7% and can be customized in the assumptions.|
Copy file name to clipboardExpand all lines: articles/migrate/how-to-arc-enable-inventory.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
2
title: Arc enable discovered inventory in Azure Migrate
3
-
description: Describes how to build a Business case with Azure Migrate
4
-
author: rashi-ms
5
-
ms.author: rajosh
6
-
ms.manager: ronai
3
+
description: Describes how to enable arc in Azure Migrate
4
+
author: v-sreedevank
5
+
ms.author: anjalimishra
7
6
ms.service: azure-migrate
8
7
ms.topic: how-to
9
8
ms.date: 10/14/2024
@@ -37,15 +36,15 @@ To view the Arc Status in Azure Migrate, follow these steps:
37
36
1. On the **Get started** page > **Servers, databases and web apps**, select **Discovered items**.
38
37
The **Discovered items** page lists all the machines discovered. You can see the Sync Arc status option here.
39
38
40
-
:::image type="content" source="./media/how-to-arc-enable-inventory/discovered-servers.png" alt-text="Screenshot of the discover, assess and migrate servers button." lightbox="./media/how-to-arc-enable-inventory/discovered-servers.png":::
39
+
:::image type="content" source="./media/how-to-arc-enable-inventory/discovered-servers.png" alt-text="Screenshot of the discovered servers." lightbox="./media/how-to-arc-enable-inventory/discovered-servers.png":::
41
40
42
41
2. Select **Sync Arc Status**. Azure Migrate refreshes your discovered inventory. It compares this data with the data available in Azure Resource Graph via the Azure Hybrid Connected Resource Provider. Here, the machine’s BIOS ID is used to map machines in Migrate inventory against Azure Arc inventory. Once a unique match is found, this machine ID is saved in the Migrate inventory, providing seamless tracking and further status updates.
43
42
44
-
:::image type="content" source="./media/how-to-arc-enable-inventory/discovered-items-arc.png" alt-text="Screenshot of the discover, assess and migrate servers button." lightbox="./media/how-to-arc-enable-inventory/discovered-items-arc.png":::
43
+
:::image type="content" source="./media/how-to-arc-enable-inventory/discovered-items-arc.png" alt-text="Screenshot of the discovered items with Arc button." lightbox="./media/how-to-arc-enable-inventory/discovered-items-arc.png":::
45
44
46
45
3. To sync the Arc Status of a particular machine, select the **Arc Status** of that machine and you'll be directed to the details of Arc Status. You can review and sync the Arc status from here. You can add this column to the view, if the column isn't visible.
47
46
48
-
:::image type="content" source="./media/how-to-arc-enable-inventory/arc-status.png" alt-text="Screenshot of the discover, assess and migrate servers button." lightbox="./media/how-to-arc-enable-inventory/arc-status.png":::
47
+
:::image type="content" source="./media/how-to-arc-enable-inventory/arc-status.png" alt-text="Screenshot of the Arc status panel." lightbox="./media/how-to-arc-enable-inventory/arc-status.png":::
49
48
50
49
> [!Note]
51
50
> Once the refresh job is completed, the Arc discovery status is updated.
@@ -64,7 +63,7 @@ To enable Arc for Azure Migrate discovered inventory, follow these steps:
64
63
65
64
You'll be directed to add the project and server details. Once you enter all the required details, you'll be able to download and run the script.
66
65
67
-
:::image type="content" source="./media/how-to-arc-enable-inventory/download-script.png" alt-text="Screenshot of the discover, assess and migrate servers button." lightbox="./media/how-to-arc-enable-inventory/download-script.png":::
66
+
:::image type="content" source="./media/how-to-arc-enable-inventory/download-script.png" alt-text="Screenshot of the download script button." lightbox="./media/how-to-arc-enable-inventory/download-script.png":::
68
67
69
68
For more information on how to Arc enable your inventory,
0 commit comments