Skip to content

Commit e24234a

Browse files
committed
Updated Readme doc
1 parent b6f3d75 commit e24234a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ We will define a **Release Pipeline** in Azure DevOps to perform automated appli
640640
641641
![alt tag](./images/E-08.PNG)
642642
643-
Click on the **Tokenizer** task and click on the ellipsis (...) besides field **Source filename**. In the **Select File Or Folder** window, select the deployment manifest file **app-update-deploy.yaml** from the respective folder as shown in the screenshots below. Click **OK**.
643+
Click on the **Tokenizer** task and click on the ellipsis (...) besides field **Source filename**. In the **Select a file or folder** tab, select the deployment manifest file **app-update-deploy.yaml** from the respective folder as shown in the screenshots below. Click **OK**.
644644
645645
![alt tag](./images/E-09.PNG)
646646
@@ -687,7 +687,7 @@ We will define a **Release Pipeline** in Azure DevOps to perform automated appli
687687
688688
![alt tag](./images/E-19.PNG)
689689
690-
Provide a comment and commit (save) the file. The git commit will trigger a new build (**Continuous Integration**) for the **po-service** microservice in VSTS. Upon successful completion of the build process, the updated container images will be pushed into the ACR and the release pipeline (**Continuous Deployment**) will be executed. As part of the CD process, the Kubernetes deployment object for the **po-service** microservice will be updated with the newly built container image. This action will trigger a **Rolling** deployment of **po-service** microservice in AKS. As a result, the **po-service** containers (*Pods*) from the old deployment (version 1.0) will be deleted and a new deployment (version 2.0) will be instantiated in AKS. The new deployment will use the latest container image from the ACR and spin up new containers (*Pods*). During this deployment process, users of the **po-service** microservice will not experience any downtime as AKS will do a rolling deployment of containers.
690+
Provide a comment and commit (save) the file. The git commit will trigger a new build (**Continuous Integration**) for the **po-service** microservice in Azure DevOps. Upon successful completion of the build process, the updated container images will be pushed into the ACR and the release pipeline (**Continuous Deployment**) will be executed. As part of the CD process, the Kubernetes deployment object for the **po-service** microservice will be updated with the newly built container image. This action will trigger a **Rolling** deployment of **po-service** microservice in AKS. As a result, the **po-service** containers (*Pods*) from the old deployment (version 1.0) will be deleted and a new deployment (version 2.0) will be instantiated in AKS. The new deployment will use the latest container image from the ACR and spin up new containers (*Pods*). During this deployment process, users of the **po-service** microservice will not experience any downtime as AKS will do a rolling deployment of containers.
691691
692692
5. Switch to a browser window and test the **po-Service** REST API. Verify that the **po-service** API is returning two additional fields (*discountAmount* and *orderTotal*) in the JSON response.
693693

0 commit comments

Comments
 (0)