Skip to content

Commit 6c91344

Browse files
committed
updated the pre-req section and minor edits in execute installer script
1 parent aadd763 commit 6c91344

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

articles/migrate/tutorial-discover-spring-boot.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Vikram1988
55
ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: tutorial
8-
ms.date: 02/21/2024
8+
ms.date: 02/23/2024
99
ms.custom: mvc, subject-rbac-steps, engagement-fy24, references_regions
1010
---
1111

@@ -46,6 +46,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4646
- [Discover AWS instances](tutorial-discover-aws.md)
4747
- [Discover GCP instances](tutorial-discover-gcp.md)
4848
- Ensure that you have performed software inventory by providing the server credentials on the appliance configuration manager. [Learn more](how-to-discover-applications.md).
49+
- Only Migrate projects created with Public endpoint connectivity are supported. Private endpoint projects are not supported.
4950

5051
## Set up Kubernetes-based appliance
5152

@@ -152,40 +153,47 @@ After you save the script on the Linux server, follow these steps:
152153
1. Open the Terminal on the server and execute the following command to execute the script as a root user:
153154
`sudo su -`
154155

155-
2. Change the directory to where you saved the script and execute the script using command: `bash deploy.sh`
156+
1. Change the directory to where you saved the script and execute the script using command: `bash deploy.sh`
156157

157-
3. Follow the instructions in the script and sign in with your Azure user account when prompted.
158+
1. Follow the instructions in the script and sign in with your Azure user account when prompted.
158159

159-
4. The script performs the following steps:
160+
1. The script performs the following steps:
160161

161162
1. Installing required CLI extensions.
162163
2. Registering Azure Resource Providers
163164
3. Checking for prerequisites like connectivity to required endpoints
164165
4. Setting up MicroK8s Kubernetes cluster
165166
5. Installing the required operators on the cluster
166167
6. Creating the required Migrate resources
168+
169+
1. After the script is executed successfully, configure the appliance through the portal.
167170

168171
#### [Bring your own cluster](#tab/K8-byoc)
169172

173+
After you save the script on the Linux server, follow these steps:
174+
170175
> [!Note]
171176
> - This script needs to be run after you connect to a Linux machine on its terminal that meets the networking prerequisites and OS compatibility.
172177
> - Ensure that you have curl installed on the server. For Ubuntu, you can install it using the command `sudo apt-get install curl`, and for other OS (RHEL/Centos), you can use the `yum install curl` command.
173178
174179
> [!Important]
175180
> Don't edit the script unless you want to clean up the setup.
176181
177-
178182
1. Open the terminal on the server and execute the following command to execute the script as a root user:
179183
`sudo su -`
180-
2. Navigate to the directory where you saved the script and execute the script using the `bash deploy.sh` command.
181-
3. Follow the instructions in the script and sign in with your Azure user account when prompted.
182-
4. The script performs the following steps:
184+
1. Navigate to the directory where you saved the script and execute the script using the `bash deploy.sh` command.
185+
186+
1. Follow the instructions in the script and sign in with your Azure user account when prompted.
187+
188+
1. The script performs the following steps:
189+
183190
1. Installing required CLI extensions.
184191
2. Registering Azure Resource Providers.
185192
3. Checking for prerequisites like connectivity to required endpoints.
186193
5. Installing the required operators on the cluster.
187194
6. Creating the required Migrate resources.
188-
5. After the script is executed successfully, configure the appliance through the portal.
195+
196+
1. After the script is executed successfully, configure the appliance through the portal.
189197
---
190198

191199
### Reinstallation

0 commit comments

Comments
 (0)