This pull request includes several updates to the documentation for setting up a sandbox environment using Azure DevOps pipelines. The primary focus is on clarifying the setup process and updating terminology to reflect current practices. Additionally, it highlights the need for manual configurations and provides warnings about the limitations of the example pipelines.
Documentation Updates:
General Terminology and Clarity Improvements:
Updated the title and content to reflect that the guide is for deploying a sandbox environment, not just setting up CI/CD pipelines. (docs/deployment/setting_up_sandbox_environment.md)
Clarified that the provided example pipelines require manual changes to be fully functional. (docs/deployment/setting_up_sandbox_environment.md)
Changed references from "Azure Active Directory" to "Azure Entra" to align with current terminology. (docs/deployment/setting_up_sandbox_environment.md)
Variable Configuration:
Added warnings about additional variables that might be needed for a fully functioning deployment and emphasized the importance of protecting sensitive information. (docs/deployment/setting_up_sandbox_environment.md)
Image Path Fix:
Corrected the image path for pipeline configuration. (docs/deployment/setting_up_sandbox_environment.md)
Pipeline Examples:
Updated the README.md in the pipelines folder to clarify that the provided files are examples and additional manual configuration is required. (pipelines/README.md)
This pull request includes several updates to the documentation for setting up a sandbox environment using Azure DevOps pipelines. The primary focus is on clarifying the setup process and updating terminology to reflect current practices. Additionally, it highlights the need for manual configurations and provides warnings about the limitations of the example pipelines.
Documentation Updates:
General Terminology and Clarity Improvements:
docs/deployment/setting_up_sandbox_environment.md
)docs/deployment/setting_up_sandbox_environment.md
)docs/deployment/setting_up_sandbox_environment.md
)Variable Configuration:
docs/deployment/setting_up_sandbox_environment.md
)Image Path Fix:
docs/deployment/setting_up_sandbox_environment.md
)Pipeline Examples:
README.md
in thepipelines
folder to clarify that the provided files are examples and additional manual configuration is required. (pipelines/README.md
)