Skip to content

Commit c2001b6

Browse files
committed
Acrolinx fixes
1 parent 0fa4ac9 commit c2001b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +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.
49+
- Only Migrate projects created with Public endpoint connectivity are supported. Private endpoint projects aren't supported.
5050

5151
## Set up Kubernetes-based appliance
5252

@@ -56,7 +56,7 @@ After you have performed server discovery and software inventory using the Azure
5656

5757
1. Go to the [Azure portal](https://aka.ms/migrate/springboot). Sign in with your Azure account and search for Azure Migrate.
5858
2. On the **Overview** page > **Servers, databases and web apps**, select **Discover, assess and migrate**.
59-
1. Select the project where you have set up the Azure Migrate appliance as part of the prerequisites.
59+
1. Select the project where you set up the Azure Migrate appliance as part of the prerequisites.
6060
1. You see a message above Azure Migrate: Discovery and assessment tile to onboard a Kubernetes-based appliance to enable discovery of Spring Boot applications.
6161

6262
:::image type="content" source="./media/tutorial-discover-spring-boot/discover-banner-inline.png" alt-text="Screenshot shows the banner for discovery and assessment of web apps." lightbox="./media/tutorial-discover-spring-boot/discover-banner-expanded.png":::
@@ -205,7 +205,7 @@ After you save the script on the Linux server, follow these steps:
205205

206206
#### [Packaged Kubernetes cluster](#tab/cluster)
207207

208-
As you are setting a packaged appliance, we would have shared responsibility to ensure that the secrets are secured.
208+
As you're setting a packaged appliance, we have shared responsibility to ensure that the secrets are secured.
209209
- We recommend you choose a Linux VM with disk encryption for its services.
210210

211211
#### [Bring your own Kubernetes cluster](#tab/encrypt-rest)
@@ -236,10 +236,10 @@ After successfully setting up the appliance using the installer script, you need
236236

237237
> [!Note]
238238
> - The credentials added on the portal are processed via the Azure Key Vault chosen in the initial steps of onboarding the Kubernetes-based appliance. The credentials are then synced (saved in an encrypted format) to the Kubernetes cluster on the appliance and removed from the Azure Key Vault.
239-
> - After the credentials have been successfully synced, they would be used for discovery of the specific workload in the next discovery cycle.
239+
> - After the credentials are successfully synced, they would be used for discovery of the specific workload in the next discovery cycle.
240240

241241
7. After adding a credential, you need to refresh the page to see the **Sync status** of the credential. If status is **Incomplete**, you can select the status to review the error encountered and take the recommended action.
242-
After the credentials have been successfully synced, wait for 24 hours before you can review the discovered inventory by filtering for the specific workload in the **Discovered servers** page.
242+
After the credentials are successfully synced, wait for 24 hours before you can review the discovered inventory by filtering for the specific workload in the **Discovered servers** page.
243243

244244
> [!Note]
245245
> You can add/update credentials any time by navigating to **Azure Migrate: Discovery and assessment** > **Overview** > **Manage** > **Appliances** page, selecting **Manage credentials** from the options available in the Kubernetes-based appliance.
@@ -248,7 +248,7 @@ After the credentials have been successfully synced, wait for 24 hours before yo
248248

249249
To cleanup, run the following script in delete mode:
250250

251-
In the script generated by the portal, after all the user arguments (after line 19 in the following image), add `export DELETE= “true”` and run the same script again. This will clean up all existing components created during appliance creation.
251+
In the script generated by the portal, after all the user arguments (after line 19 in the following image), add `export DELETE= “true”` and run the same script again. This cleans up all existing components created during appliance creation.
252252

253253
:::image type="content" source="./media/tutorial-discover-spring-boot/delete-image-inline.png" alt-text="Screenshot shows delete mode." lightbox="./media/tutorial-discover-spring-boot/delete-image-expanded.png":::
254254

0 commit comments

Comments
 (0)