Skip to content

Commit 8ef6823

Browse files
committed
ToC entry
1 parent 3161585 commit 8ef6823

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

articles/migrate/concepts-business-case-calculation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ When you create a business case, by default, servers remaining on-premises are a
224224

225225
*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.
226226

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.|
233+
|Future State NPV | Sum of annual NPV|
234234

235235
## Glossary
236236

articles/migrate/how-to-arc-enable-inventory.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
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
76
ms.service: azure-migrate
87
ms.topic: how-to
98
ms.date: 10/14/2024
@@ -37,15 +36,15 @@ To view the Arc Status in Azure Migrate, follow these steps:
3736
1. On the **Get started** page > **Servers, databases and web apps**, select **Discovered items**.
3837
The **Discovered items** page lists all the machines discovered. You can see the Sync Arc status option here.
3938

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":::
4140

4241
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.
4342

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":::
4544

4645
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.
4746

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":::
4948

5049
> [!Note]
5150
> 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:
6463

6564
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.
6665

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":::
6867

6968
For more information on how to Arc enable your inventory,
7069

articles/migrate/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ items:
222222
href: set-discovery-scope.md
223223
- name: Create least privilege credentials for SQL Server discovery
224224
href: least-privilege-credentials.md
225+
- name: Enable Arc on discovered items
226+
href: how-to-arc-enable-inventory.md
225227
- name: How to add server credentials
226228
href: add-server-credentials.md
227229
- name: Discover applications/roles/features

0 commit comments

Comments
 (0)