From 498da8845cafa7ed8cd86cc4f482cd2e841d732e Mon Sep 17 00:00:00 2001 From: RashmiJK Date: Tue, 1 Apr 2025 17:17:13 +0100 Subject: [PATCH] Update documentation --- presentation/2-ACR.md | 3 ++- presentation/3-AAS.md | 17 +++++++++++++++++ .../{repositories.png => 2-repositories.png} | Bin presentation/images/{aas.png => 3-aas.png} | Bin ...ntainer_tab.png => 3-aas_container_tab.png} | Bin .../images/{aas_cr.png => 3-aas_cr.png} | Bin .../{admin_user.png => 3-admin_user.png} | Bin .../{app_in_action.png => 3-app_in_action.png} | Bin ...github_token.png => 3-env_github_token.png} | Bin ...ccess_link.png => 3-webapp_access_link.png} | Bin 10 files changed, 19 insertions(+), 1 deletion(-) rename presentation/images/{repositories.png => 2-repositories.png} (100%) rename presentation/images/{aas.png => 3-aas.png} (100%) rename presentation/images/{aas_container_tab.png => 3-aas_container_tab.png} (100%) rename presentation/images/{aas_cr.png => 3-aas_cr.png} (100%) rename presentation/images/{admin_user.png => 3-admin_user.png} (100%) rename presentation/images/{app_in_action.png => 3-app_in_action.png} (100%) rename presentation/images/{env_github_token.png => 3-env_github_token.png} (100%) rename presentation/images/{webapp_access_link.png => 3-webapp_access_link.png} (100%) diff --git a/presentation/2-ACR.md b/presentation/2-ACR.md index 6b57c4b..d5bad56 100644 --- a/presentation/2-ACR.md +++ b/presentation/2-ACR.md @@ -44,8 +44,9 @@ Some of the features like private endpoints are available only for the Premium p ![](images/2-encryption_cr.png) ![](images/2-review_cr.png) +![](images/2-repositories.png) -[Install azure CLI if you have not already done so] (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) +**[Install azure CLI if you have not already done so] (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)** Let's switch to using zure cli to push the image to ACR. diff --git a/presentation/3-AAS.md b/presentation/3-AAS.md index 2c464eb..758ec03 100644 --- a/presentation/3-AAS.md +++ b/presentation/3-AAS.md @@ -40,6 +40,23 @@ There are several ways to deploy your app: In this demo, we'll use the container approach. We'll build a Linux/amd64 compatible image, push it to Azure Container Registry, and deploy that image into Azure App Services. The actions are also written for the same. +**Create an AAS resource in Azure portal** +![](images/3-aas.png) + +![](images/3-aas_cr.png) + +![](images/3-aas_container_tab.png) + +![](images/3-admin_user.png) + +![](images/3-env_github_token.png) + +![](images/3-webapp_access_link) + +![](images/3-admin_user.png) + +![](images/3-app_in_action.png) + ## Additional Resources - [Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/) diff --git a/presentation/images/repositories.png b/presentation/images/2-repositories.png similarity index 100% rename from presentation/images/repositories.png rename to presentation/images/2-repositories.png diff --git a/presentation/images/aas.png b/presentation/images/3-aas.png similarity index 100% rename from presentation/images/aas.png rename to presentation/images/3-aas.png diff --git a/presentation/images/aas_container_tab.png b/presentation/images/3-aas_container_tab.png similarity index 100% rename from presentation/images/aas_container_tab.png rename to presentation/images/3-aas_container_tab.png diff --git a/presentation/images/aas_cr.png b/presentation/images/3-aas_cr.png similarity index 100% rename from presentation/images/aas_cr.png rename to presentation/images/3-aas_cr.png diff --git a/presentation/images/admin_user.png b/presentation/images/3-admin_user.png similarity index 100% rename from presentation/images/admin_user.png rename to presentation/images/3-admin_user.png diff --git a/presentation/images/app_in_action.png b/presentation/images/3-app_in_action.png similarity index 100% rename from presentation/images/app_in_action.png rename to presentation/images/3-app_in_action.png diff --git a/presentation/images/env_github_token.png b/presentation/images/3-env_github_token.png similarity index 100% rename from presentation/images/env_github_token.png rename to presentation/images/3-env_github_token.png diff --git a/presentation/images/webapp_access_link.png b/presentation/images/3-webapp_access_link.png similarity index 100% rename from presentation/images/webapp_access_link.png rename to presentation/images/3-webapp_access_link.png