Skip to content

feat: [DTOSS-12476] added support for storage account object replication#290

Merged
nc-shahidazim merged 1 commit intomainfrom
feat/DTOSS-12476-storage-object-replication
May 6, 2026
Merged

feat: [DTOSS-12476] added support for storage account object replication#290
nc-shahidazim merged 1 commit intomainfrom
feat/DTOSS-12476-storage-object-replication

Conversation

@nc-shahidazim
Copy link
Copy Markdown
Contributor

Description

This PR adds support for Storage Account Object Replication configuration to the storage account module. The module now exposes object replication settings, allowing consumers to define and manage replication policies directly as part of the storage account deployment.

Context

Object replication is required for scenarios where data needs to be asynchronously replicated between source and destination storage accounts for resiliency, compliance, or cross-region distribution. Previously, the storage account module did not provide a way to configure these settings, requiring manual or out‑of‑band configuration.
By adding object replication support, this change brings the module closer to feature parity with the underlying Azure Storage capabilities and reduces operational overhead.

Changes Introduced

  • Added object replication configuration support to the storage account module
  • Exposed relevant inputs/variables for defining object replication rules
  • Wired object replication settings into the storage account resource configuration
  • Maintained backward compatibility for existing module consumers

Evidence / Validation

  • Existing storage account deployments remain unaffected when object replication is not configured
  • Sample configuration tested with object replication enabled between source and destination storage accounts

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@nc-shahidazim nc-shahidazim force-pushed the feat/DTOSS-12476-storage-object-replication branch 2 times, most recently from 9c8fd3a to 459bc01 Compare May 6, 2026 10:33
MacMur85
MacMur85 previously approved these changes May 6, 2026
Copy link
Copy Markdown
Contributor

@MacMur85 MacMur85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@nc-shahidazim nc-shahidazim force-pushed the feat/DTOSS-12476-storage-object-replication branch from 459bc01 to f2216ae Compare May 6, 2026 10:44
@nc-shahidazim nc-shahidazim added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit 3582f0a May 6, 2026
13 checks passed
@nc-shahidazim nc-shahidazim deleted the feat/DTOSS-12476-storage-object-replication branch May 6, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants