From 7892e8479b38e23b19479b68c9c7a46ee336d15f Mon Sep 17 00:00:00 2001 From: Harsh-Microsoft Date: Wed, 1 Oct 2025 14:53:56 +0530 Subject: [PATCH 1/2] Add AVM Post Deployment Guide --- docs/AVMPostDeploymentGuide.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/AVMPostDeploymentGuide.md diff --git a/docs/AVMPostDeploymentGuide.md b/docs/AVMPostDeploymentGuide.md new file mode 100644 index 00000000..6e0f94ed --- /dev/null +++ b/docs/AVMPostDeploymentGuide.md @@ -0,0 +1,25 @@ +# AVM Post Deployment Guide + +This document provides guidance on post-deployment steps after deploying the Modernize your code solution accelerator from the [AVM (Azure Verified Modules) repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/modernize-your-code). + +## Pre-requisites + +Ensure you have a **Deployed Infrastructure** - A successful Modernize your code solution accelerator deployment from the [AVM repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/modernize-your-code) + +## Next Steps + +1. **Access the Application** + + Navigate to your Azure portal, open the resource group created by the deployment, locate the frontend Container App, and copy the Application URL to access the solution. + +2. **Add App Authentication** + + If you chose to enable authentication for the deployment, follow the steps in [App Authentication](./AddAuthentication.md) + +## Running the application + +To help you get started, sample Informix queries have been included in the `data/informix/functions` and `data/informix/simple` directories. You can choose to upload these files to test the application. + +--- + +> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main [Deployment Guide](./DeploymentGuide.md). \ No newline at end of file From c74fa954a34bfe4342de443a77b5f51da52a3c34 Mon Sep 17 00:00:00 2001 From: Harsh-Microsoft Date: Wed, 1 Oct 2025 17:27:47 +0530 Subject: [PATCH 2/2] Update AVM Post Deployment Guide --- docs/AVMPostDeploymentGuide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/AVMPostDeploymentGuide.md b/docs/AVMPostDeploymentGuide.md index 6e0f94ed..856a4d2f 100644 --- a/docs/AVMPostDeploymentGuide.md +++ b/docs/AVMPostDeploymentGuide.md @@ -1,5 +1,9 @@ # AVM Post Deployment Guide +> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main [Deployment Guide](./DeploymentGuide.md). + +--- + This document provides guidance on post-deployment steps after deploying the Modernize your code solution accelerator from the [AVM (Azure Verified Modules) repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/modernize-your-code). ## Pre-requisites @@ -19,7 +23,3 @@ Ensure you have a **Deployed Infrastructure** - A successful Modernize your code ## Running the application To help you get started, sample Informix queries have been included in the `data/informix/functions` and `data/informix/simple` directories. You can choose to upload these files to test the application. - ---- - -> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main [Deployment Guide](./DeploymentGuide.md). \ No newline at end of file