refactor: added post-deployment guide and updated post deployment scripts for users deployed using AVM template #476
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces significant improvements to the deployment process and documentation for the Document Knowledge Mining Solution Accelerator. The main changes include enhanced support for AVM (Azure Verified Modules) deployments, improved post-deployment guidance, and increased flexibility in the deployment scripts and infrastructure templates. The most important changes are grouped as follows:
Deployment Script Enhancements
ResourceGroupNameparameter toresourcedeployment.ps1, allowing the script to support both AVM (custom ARM/Bicep) andazd updeployment flows. The script now conditionally loads environment values or deployment outputs based on this parameter. [1] [2] [3] [4] [5]MapResultAzto populate environment variables from resource group deployment outputs, supporting AVM scenarios.Documentation Updates
AVMPostDeploymentGuide.mddocumenting post-deployment steps specifically for AVM deployments, including prerequisites, script usage, TPM configuration, and next steps.DeploymentGuide.mdwith clear instructions for bothazd upand AVM deployment flows, including which script parameters to use for each scenario.Infrastructure Template Improvements
infra/main.bicepandinfra/main.jsonto tag resource groups with the deployment name and created-by user, improving traceability and supporting script automation. [1] [2] [3]Parameter and Default Value Adjustments
These changes collectively make the deployment process more robust, flexible, and easier to follow for both AVM and
azdusers.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information