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/define-manage-applications.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Define and manage applications in Azure Migrate
3
3
description: Learn how to define and manage applications in Azure Migrate for application centric migration planning and execution.
4
-
author: ankitsurkar06
5
-
ms.author: ankitsurkar
4
+
author: vikram1988
5
+
ms.author: vibansa
6
6
ms.manager: ronai
7
7
ms.service: azure-migrate
8
8
ms.topic: concept-article
@@ -77,7 +77,7 @@ After you initiate discovery, appliance performs the discovery of configuration
77
77
You can start defining the applications running in your datacenter. Here are the steps you can follow to get started:
78
78
79
79
1. You can either go to **Overview** and select **Define application** from the All inventory summary card or you can go to **Applications** under **Explore applications** and select **Define application** from there.
80
-
2. You can define applications in one of the two ways- select **New application** if you want to define application through Portal or select **Import applications** to import the application information at scale through CSV import.
80
+
2. You can start in one of the two ways- select **Define application** if you want to define application through Portal or select **Import > Import applications** to import the application details at scale using a CSV file.
81
81
82
82
### Define new application
83
83
@@ -110,7 +110,7 @@ You can start defining the applications running in your datacenter. Here are the
110
110
111
111
### Import applications
112
112
113
-
If you want to define applications at scale, you can select **Importapplications** which opens a side pane where you can follow these steps:
113
+
If you want to define applications at scale, you can select **Import> Import applications** which opens a side pane where you can follow the steps.
114
114
115
115
1. You can define applications by adding the application names against the discovered servers and workloads in the prescribed template which is an export of all discovered inventory.
116
116
2. You can select **Export all inventory** which downloads a CSV file with the details of all discovered inventory across servers, databases and web applications.
@@ -124,8 +124,22 @@ If you want to define applications at scale, you can select **Import application
124
124
6. After the import is complete, you can see the import status and review the **no of applications created** and check the **error** file if any failures occur.
125
125
126
126
>[!Note]
127
-
> Currently, import applications only supports adding workloads to an application and not other details like Type (default set to Custom), properties like Criticality and Complexity or Tags. When the application is defined using import, you can see a warning icon against the application name indicating that you need to update the mandatory properties.
127
+
> Currently, import applications only supports adding workloads to an application and not to removing any associated workloads from existing applications. To remove a workload, use the portal experience to review and edit the specific application.
128
128
129
+
### Import application properties
130
+
When the application is defined using import, a warning icon appears next to the application name to indicate that mandatory properties need to be updated. You can update these properties individually by selecting the application in the Applications view, or update them at scale using **Import> Import application properties**.
131
+
132
+
1. You can update the properties of application(s) in the prescribed template, which is an export of applications inventory.
133
+
2. You can select **Export applications**, which downloads a CSV file with the details of all the applications you have defined so far using portal or import experiences.
134
+
3. In the exported CSV, you can add properties for applications that were defined through a CSV import. You can also edit the properties of applications that were defined using the portal experience.
135
+
4. You can use this CSV file to add or edit the Type, Description, and Tags associated with the application.
136
+
137
+
>[!Note]
138
+
> Don't edit the **App ARM ID** column in the CSV file. You can add application properties across multiple import operations but avoid triggering multiple imports in parallel.
139
+
140
+
5. After adding or editing application information in the CSV file, browse and select the updated CSV file.
141
+
6. If the file passes validation checks, select Import to upload the application details captured in the CSV file.
142
+
7. After the import completes, review the import status, the number of applications processed, and the error file if any failures occur.
129
143
130
144
## Review applications
131
145
@@ -161,4 +175,4 @@ After defining the applications, you can review the applications any time from t
0 commit comments