docs: Post deployment script and read me file changes #580
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 several improvements to the post-deployment experience for the Document Generation Solution Accelerator, focusing on better guidance, automation, and resource tagging. The main changes include the addition of a comprehensive post-deployment guide, enhancements to the sample data import script for improved parameter handling and Azure authentication, and updates to the infrastructure code for more informative outputs and resource tagging.
Documentation improvements:
AVMPostDeploymentGuide.mdthat provides step-by-step instructions for post-deployment tasks, including importing sample data, configuring authentication, and cleaning up resources after failed deployments.Sample data import automation:
process_sample_data.shto automatically retrieve deployment parameters from Azure resource group tags and deployment outputs, with fallback to manual input if the deployment does not exist. Also added Azure CLI authentication logic for smoother script execution. [1] [2]Infrastructure outputs and tagging:
main.bicepto output additional deployment metadata, including the subscription ID and managed identity client ID, which improves traceability and supports downstream automation.DeploymentNametag to the resource group for easier identification and correlation of resources with deployments.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information