Skip to content

Commit a8b097b

Browse files
committed
address feedback
1 parent 5c4519b commit a8b097b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/spring-apps/migration/migrate-application-live-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure Spring Apps previously provided built-in integration with Tanzu Applicatio
2727

2828
### [Azure portal](#tab/Portal)
2929

30-
Use the following steps to create an Spring Boot Admin Server app:
30+
Use the following steps to create a Spring Boot Admin Server app:
3131

3232
1. Navigate to your Azure Spring Apps enterprise instance in the Azure portal.
3333
1. From the navigation pane, open the **Apps** pane to view apps for your service instance.
@@ -41,7 +41,7 @@ Azure Spring Apps previously provided built-in integration with Tanzu Applicatio
4141

4242
### [Azure CLI](#tab/Azure-CLI)
4343

44-
Use the following command to create an Spring Boot Admin Server app:
44+
Use the following command to create a Spring Boot Admin Server app:
4545

4646
```azurecli
4747
az spring app create \

articles/spring-apps/migration/migrate-to-aks-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Migrating applications from Azure Spring Apps to AKS means moving from a managed
2727

2828
Because Azure Spring Apps and AKS are different types of cloud service offerings, it isn't entirely accurate to map Azure Spring Apps concepts directly to AKS. Also, Azure Spring Apps depends on many internal components when used in production environments, which aren't listed here. The following diagram and table provide a simple mapping of concepts from Azure Spring Apps to AKS to help you understand the basics. In a real production environment, you should consider more secure and reliable solutions.
2929

30-
:::image type="content" source="media/migrate-to-aks-overview/concept-mapping.png" alt-text="Concept Mapping":::
30+
:::image type="content" source="media/migrate-to-aks-overview/concept-mapping.png" alt-text="Diagram of the concept mapping between Azure Spring Apps and Azure Kubernetes Service.":::
3131

3232
| Azure Spring Apps service | Azure Kubernetes Service |
3333
|------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

articles/spring-apps/migration/migrate-to-azure-container-apps-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article provides a detailed guide to assist you in migrating your workloads
2525

2626
Following concept mapping table highlights the parallels between Azure Spring Apps and Azure Container Apps. It helps you understand how familiar concepts in Azure Spring Apps translate to equivalent features in Azure Container Apps.
2727

28-
:::image type="content" source="media/migrate-to-azure-container-apps-overview/concept-mapping.png" alt-text="Concept Mapping":::
28+
:::image type="content" source="media/migrate-to-azure-container-apps-overview/concept-mapping.png" alt-text="Diagram of the concept mapping between Azure Spring Apps and Azure Container Apps.":::
2929

3030
| Azure Spring Apps service | Azure Container Apps service |
3131
|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -46,7 +46,7 @@ From an API perspective, Azure Container Apps designs the resource types for env
4646

4747
The migration approach from Azure Spring Apps to Azure Container Apps involves the following key steps:
4848

49-
:::image type="content" source="media/migrate-to-azure-container-apps-overview/migration-steps.png" alt-text="Migration Steps":::
49+
:::image type="content" source="media/migrate-to-azure-container-apps-overview/migration-steps.png" alt-text="Diagram of the migration steps described in this article.":::
5050

5151
1. Assess and plan: Evaluate your current workloads on Azure Spring Apps, including dependencies, configurations, and network settings.
5252

0 commit comments

Comments
 (0)