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: docs/container_registry_migration.md
+8-73Lines changed: 8 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Overview
4
4
5
5
### Current Problem:
6
-
- The **CWYD Container Image** is being published in the **External ACR** (Azure Container Registry).
6
+
- The **Document Generator Container Image** is being published in the **External ACR** (Azure Container Registry).
7
7
8
8
### Goal:
9
9
- The goal is to **migrate container images** from various applications to a common **CSA CTO Production Azure Container Registry**, ensuring all the different images are consolidated in one centralized location.
@@ -12,7 +12,7 @@
12
12
13
13
## Step-by-Step Guide: Migrating Azure Web App Service to a New Container Registry
14
14
15
-
This guide will help you seamlessly switch the container registry for your **Azure Web App Service** from Azure Container Registry (ACR) to the new registry **`cwydcontainerreg`**.
15
+
This guide will help you seamlessly switch the container registry for your **Azure Web App Service** from Azure Container Registry (ACR) to the new registry **`byocgacontainerreg`**.
16
16
17
17
Follow the steps below to ensure a smooth migration.
18
18
@@ -26,12 +26,9 @@ Before you begin, ensure you have the following:
26
26
### Step 1: Obtain Details for the New Registry
27
27
28
28
Before you begin, ensure you have the following information:
29
-
-**Registry URL**: The URL of the new registry (`https://cwydcontainerreg.azurecr.io`).
29
+
-**Registry URL**: The URL of the new registry (`https://byocgacontainerreg.azurecr.io`).
30
30
-**Image Name and Tag**: The full name and tag of the image you want to use:
31
-
-**Web App Image**: `rag-webapp:latest`
32
-
-**Admin Web App Image**: `rag-adminwebapp:latest`
33
-
-**Function App Image**: `rag-backend:latest`
34
-
31
+
-**Web App Image**: `webapp:latest`
35
32
---
36
33
37
34
### Step 2: Update Azure Web App Service Configuration Using Azure Portal
@@ -40,7 +37,7 @@ Before you begin, ensure you have the following information:
40
37
- Open [Azure Portal](https://portal.azure.com/).
41
38
42
39
2.**Locate Your Resource Group and Web App Service**:
43
-
- Navigate to resource group which you have created for CWYD.
40
+
- Navigate to resource group which you have created for Document Generator.
44
41
- Navigate to **Web App Service**: From the list of resources, find and select **App Service**
45
42
46
43
3.**Go to the Deployment Center**:
@@ -51,9 +48,9 @@ Before you begin, ensure you have the following information:
51
48
52
49
4.**Update Image Source**:
53
50
- Change the **Registry Source** to **Private**.
54
-
- Set the **Server URL** to the new container registry (`https://cwydcontainerreg.azurecr.io`), as shown in the screenshot below.
51
+
- Set the **Server URL** to the new container registry (`https://byocgacontainerreg.azurecr.io`), as shown in the screenshot below.
55
52
- Set the **Full Image name** to the relevant image name and tag:
0 commit comments