Skip to content

Commit ce36988

Browse files
Merge pull request #231 from microsoft/hb-avm-script
docs: adds a new post-deployment guide for users who have deployed using the AVM template
2 parents b869018 + c74fa95 commit ce36988

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/AVMPostDeploymentGuide.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AVM Post Deployment Guide
2+
3+
> **📋 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).
4+
5+
---
6+
7+
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).
8+
9+
## Pre-requisites
10+
11+
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)
12+
13+
## Next Steps
14+
15+
1. **Access the Application**
16+
17+
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.
18+
19+
2. **Add App Authentication**
20+
21+
If you chose to enable authentication for the deployment, follow the steps in [App Authentication](./AddAuthentication.md)
22+
23+
## Running the application
24+
25+
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.

0 commit comments

Comments
 (0)