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: azure-migrate/assessment-utility/README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
# assessment-utility
3
3
4
4
1. A **PowerShell module**(AzureMigrateAssessmentCreationUtility.psm1) used to automate the creation of multiple assessments for migration to Azure in Azure Migrate.
5
-
2. A **PowerBI template**(Azure Migrate Assessment Comparison PowerBI Template.pbit) to visualize and compare cost estimates of migrating to Azure VMs.
5
+
2. A **PowerBI template** to visualize and compare cost estimates of migrating to Azure VMs.
6
+
7
+
> The **Azure Migrate Export (AME) Utility** has replaced the **Azure Migrate Assessment Comparison
8
+
> PowerBI Template**. For more information, see the
@@ -25,7 +29,7 @@ To use this utility the following are required:
25
29
3.**PowerShell Version:** It's strongly recommended you install the [latest version of PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell) available for your operating system.
26
30
4.**Azure PowerShell Module:** The script relies on basic [Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps) functionality to connect to your subscription. It checks for the presence of an up-to-date install of the standard Azure PowerShell module to do this.
27
31
> Azure [Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview) is a convenient alternative to installing and maintaining the required software on a local machine.
28
-
5.**Power BI Desktop:** To use the Power BI template to visualize and compare assessments, you need to download [Power BI Desktop](https://powerbi.microsoft.com/desktop/). To publish the dashboard online, you need an active Power BI subscription and a workspace(destination) to publish.
32
+
5.**Power BI Desktop:** To use the Power BI template to visualize and compare assessments, you need to download [Power BI Desktop](https://powerbi.microsoft.com/desktop/). To publish the dashboard online, you need an active Power BI subscription and a workspace(destination) to publish.
29
33
30
34
### Download the utility
31
35
@@ -43,12 +47,12 @@ Connect-AzAccount
43
47
```
44
48
45
49
2. Navigate to the folder where you extracted the ZIP file and access the module in the assessment-utility folder:
46
-
> Please note this module is dependent upon AssessmentCombinations.json and CommonAssessmentProperties.json, so please ensure they are stored in the same folder as the PowerShell script.
50
+
> Please note this module is dependent upon AssessmentCombinations.json and CommonAssessmentProperties.json, so please ensure they are stored in the same folder as the PowerShell script.
3. You are all ready to get started. You might find it easier to start can declare some variables instead of typing the same information, with each step. The first step is to find the name of your Azure Migrate assessment project name.
55
+
3. You are all ready to get started. You might find it easier to start can declare some variables instead of typing the same information, with each step. The first step is to find the name of your Azure Migrate assessment project name.
52
56
53
57
```powershell
54
58
# Declare variables
@@ -58,7 +62,7 @@ $resourceGroupName = "<The name of the resource group where your Azure Migrate p
The information returned will look as below, take note of what is returned in the *name* field.
65
+
The information returned will look as below, take note of what is returned in the *name* field.
62
66

63
67
64
68
4. Once you have discovered servers in your Azure Migrate project, type the following cmdlet to create multiple assessments:
@@ -108,7 +112,7 @@ Before you can use the PowerBI template, please ensure that the assessment repor
108
112
1. Launch the Power BI template and [import the excel workbooks](https://docs.microsoft.com/power-bi/connect-data/desktop-import-excel-workbooks) created as a result of executing the PowerShell utility script.
109
113
**Note**: You must import all the excel files corresponding to all the assessments you would like to compare, one at a time. Additionally, if you would like to see information around the discovered database estate please follow the steps provided [here](https://docs.microsoft.com/azure/migrate/how-to-discover-applications), and download and import the application inventory information as well.
110
114
111
-
2. Only after all the desired Excel workbooks files have been imported, click on the refresh button to render the charts. This may take upto 30-45 minutes depending upon the size of the data
115
+
2. Only after all the desired Excel workbooks files have been imported, click on the refresh button to render the charts. This may take upto 30-45 minutes depending upon the size of the data
112
116
**Note**: Power BI may throw an error if you refresh after importing a subset of Excel workbooks. You may have to reopen the template and import all the workbooks again.
113
117
3. Select "Save as" option from the File menu and save the file after .pbix format
114
118
4. Publish the dashboard following the steps [here](https://docs.microsoft.com/power-bi/create-reports/desktop-upload-desktop-files)
@@ -119,7 +123,7 @@ Before you can use the PowerBI template, please ensure that the assessment repor
119
123
120
124
### Modify the PowerBI template
121
125
122
-
We would recommend not making any changes to the existing PowerBI template.
126
+
We would recommend not making any changes to the existing PowerBI template.
0 commit comments