From 7119cc92c3a44e28e8c1d457ff215e6fe6776446 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Sun, 29 Sep 2024 11:55:42 +1000 Subject: [PATCH] updated readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38fe5ef..7e96bb3 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,12 @@ As with any Web API, when there is any code change, the API Gateway too is publi This is available in **Azure** & **AWS**. -In Azure App Service, you use **deployment slots**. Read [more](https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices#use-deployment-slots). +In Azure App Service, you use **deployment slots** etc. + +* Read [more](https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices#use-deployment-slots). +* Read [more](https://learn.microsoft.com/en-us/azure/container-apps/blue-green-deployment?pivots=azure-cli). + +Azure Kubernetes Service (AKS) also supports Blue/Green deployment. Read [more](https://learn.microsoft.com/en-us/azure/architecture/guide/aks/blue-green-deployment-for-aks). In AWS, you use **Elastic Beanstalk**. Read [more](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.CNAMESwap.html).