simnova / ownercommunity

MIT License
2 stars 1 forks source link

Duy static website #158

Closed nguyenduy closed 3 weeks ago

nguyenduy commented 3 weeks ago

Summary by Sourcery

This pull request introduces new configuration files and Bicep templates for deploying resources across different environments. It also updates the Azure Pipelines configuration to include deployment stages for DEV and PRD environments with updated parameters and resource group names.

sourcery-ai[bot] commented 3 weeks ago

Reviewer's Guide by Sourcery

This pull request implements a static website deployment for the 'Duy' project. The changes include modifications to the Azure Pipelines YAML configuration, the addition of several JSON configuration files for different environments, and the introduction of Bicep files for infrastructure as code (IaC). The changes are aimed at setting up the deployment pipeline and infrastructure for the static website across various environments such as dev, qa, uat, trn, and prd.

File-Level Changes

Files Changes
data-access/iac/parameters-original.json
data-access/iac/parameters.json
Added JSON configuration files for various environments, detailing settings for app service plans, function apps, application insights, storage accounts, and key vaults.
data-access/build-pipeline/config/dev-pri.json
data-access/build-pipeline/config/dev-sec.json
data-access/build-pipeline/config/prd-pri.json
data-access/build-pipeline/config/prd-sec.json
Added JSON configuration files for primary and secondary settings in both dev and production environments.
data-access/iac/main.bicep
data-access/iac/core.bicep
data-access/iac/coreParameters.json
Added Bicep files for defining infrastructure as code (IaC) and core parameters.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.