Skip to content

Commit 7b1908c

Browse files
committed
rename file
1 parent 62a6288 commit 7b1908c

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

articles/spring-apps/.openpublishing.redirection.spring-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,11 @@
13211321
"source_path": "enterprise/plan-comparison.md",
13221322
"redirect_url": "/azure/spring-apps/basic-standard/plan-comparison",
13231323
"redirect_document_id": true
1324+
},
1325+
{
1326+
"source_path": "migration/migrate-to-azure-container-apps-build-overview.md",
1327+
"redirect_url": "/azure/spring-apps/migration/containerization-overview",
1328+
"redirect_document_id": true
13241329
}
13251330
]
13261331
}

articles/spring-apps/basic-standard/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ items:
5353
expanded: false
5454
items:
5555
- name: Overview
56-
href: ../migration/migrate-to-azure-container-apps-build-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
56+
href: ../migration/containerization-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
5757
- name: Build an image from artifacts
5858
href: ../migration/migrate-to-azure-container-apps-build-artifacts.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
5959
- name: Build an image using Paketo

articles/spring-apps/enterprise/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ items:
7070
expanded: false
7171
items:
7272
- name: Overview
73-
href: ../migration/migrate-to-azure-container-apps-build-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
73+
href: ../migration/containerization-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
7474
- name: Build an image from artifacts
7575
href: ../migration/migrate-to-azure-container-apps-build-artifacts.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
7676
- name: Build an image using Paketo

articles/spring-apps/migration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ landingContent:
4040
- text: Provisioning
4141
url: migrate-to-azure-container-apps-provision.md
4242
- text: App containerization
43-
url: migrate-to-azure-container-apps-build-overview.md
43+
url: containerization-overview.md
4444
- text: Application
4545
url: migrate-to-azure-container-apps-application-overview.md
4646
- text: Network

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
@@ -51,7 +51,7 @@ The migration approach from Azure Spring Apps to Azure Container Apps involves t
5151

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

54-
1. Containerize applications: Although Azure Container Apps supports deploying from JAR or source code, we recommend that you containerize applications into Docker containers, which have better portability and efficiency. You can containerize applications by creating Dockerfiles and building container images using tools like Azure Container Registry or Docker Hub. You can also build container images by buildpacks locally. To learn how to containerize your application and build a container image similar to the one running in Azure Spring Apps, see [Overview of Containerization](./migrate-to-azure-container-apps-build-overview.md).
54+
1. Containerize applications: Although Azure Container Apps supports deploying from JAR or source code, we recommend that you containerize applications into Docker containers, which have better portability and efficiency. You can containerize applications by creating Dockerfiles and building container images using tools like Azure Container Registry or Docker Hub. You can also build container images by buildpacks locally. To learn how to containerize your application and build a container image similar to the one running in Azure Spring Apps, see [Overview of Containerization](./containerization-overview.md).
5555

5656
1. Set up the Azure Container Apps environment: Provision a managed environment in Azure Container Apps, including configuring virtual networks, subnets, and any necessary security settings to match your previous network configurations in Azure Spring Apps. For more information, see [Provision Azure Container Apps](./migrate-to-azure-container-apps-provision.md) or [Migrating custom Virtual Network](./migrate-to-azure-container-apps-network.md).
5757

@@ -100,7 +100,7 @@ To create Azure Container Apps resources that match the configurations of your e
100100
1. The previous command generates a **README.md** file with detailed instructions. Follow those instructions to update the required parameters in the Bicep files.
101101
102102
> [!NOTE]
103-
> Azure Container Apps requires containerized image URLs. If you don't yet have a containerized image URL for your application, you can leave the quickstart image URL in the parameters unchanged, and deploy your own application later. For more information on obtaining container images, see [Overview of containerization](./migrate-to-azure-container-apps-build-overview.md)
103+
> Azure Container Apps requires containerized image URLs. If you don't yet have a containerized image URL for your application, you can leave the quickstart image URL in the parameters unchanged, and deploy your own application later. For more information on obtaining container images, see [Overview of containerization](./containerization-overview.md)
104104
105105
1. If a resource group doesn't exist, create it by using the following command:
106106

articles/spring-apps/migration/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ items:
5353
expanded: true
5454
items:
5555
- name: Overview
56-
href: migrate-to-azure-container-apps-build-overview.md
56+
href: containerization-overview.md
5757
- name: Build image from artifacts
5858
href: migrate-to-azure-container-apps-build-artifacts.md
5959
- name: Build image using Paketo

0 commit comments

Comments
 (0)