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/tutorial-app-containerization-aspnet-app-service.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,8 @@ The App Containerization helper tool connects remotely to the application server
147
147
1. Specify the **IP address/FQDN and the credentials** of the server running the ASP.NET application that should be used to remotely connect to the server for application discovery.
148
148
- The credentials provided must be for a local administrator (Windows) on the application server.
149
149
- For domain accounts (the user must be an administrator on the application server), prefix the username with the domain name in the format *<domain\username>*.
150
-
- You can run application discovery for upto five servers at a time.
150
+
- For local accounts (the user must be an administrator on the application server), prefix the username with the hostname in the format *<hostname\username>*.
151
+
- You can run application discovery for up to five servers at a time.
151
152
152
153
2. Click **Validate** to verify that the application server is reachable from the machine running the tool and that the credentials are valid. Upon successful validation, the status column will show the status as **Mapped**.
153
154
@@ -160,8 +161,8 @@ The App Containerization helper tool connects remotely to the application server
160
161

161
162
162
163
163
-
4. Use the checkbox to select the applications to containerize.
164
-
5.**Specify container name**: Specify a name for the target container for each selected application. The container name should be specified as <*name:tag*> where the tag is used for container image. For example, you can specify the target container name as *appname:v1*.
164
+
5. Use the checkbox to select the applications to containerize.
165
+
6.**Specify container name**: Specify a name for the target container for each selected application. The container name should be specified as <*name:tag*> where the tag is used for container image. For example, you can specify the target container name as *appname:v1*.
165
166
166
167
### Parameterize application configurations
167
168
Parameterizing the configuration makes it available as a deployment time parameter. This allows you to configure this setting while deploying the application as opposed to having it hard-coded to a specific value in the container image. For example, this option is useful for parameters like database connection strings.
0 commit comments