Skip to content

Commit 76dd478

Browse files
Merge pull request #211024 from jimmart-dev/jammart-object-repl-prevent-xtenant-preview
remove preview tags from prevent object repl cross tenant repl article
2 parents bce3734 + c58aa7e commit 76dd478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/object-replication-prevent-cross-tenant-policies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Prevent object replication across Azure Active Directory tenants (preview)
2+
title: Prevent object replication across Azure Active Directory tenants
33
titleSuffix: Azure Storage
44
description: Prevent cross-tenant object replication
55
services: storage
66
author: normesta
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 09/02/2021
10+
ms.date: 09/13/2022
1111
ms.author: normesta
1212
ms.subservice: blobs
1313
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1414
---
1515

16-
# Prevent object replication across Azure Active Directory tenants (preview)
16+
# Prevent object replication across Azure Active Directory tenants
1717

1818
Object replication asynchronously copies block blobs from a container in one storage account to a container in another storage account. When you configure an object replication policy, you specify the source account and container and the destination account and container. After the policy is configured, Azure Storage automatically copies the results of create, update, and delete operations on a source object to the destination object. For more information about object replication in Azure Storage, see [Object replication for block blobs](object-replication-overview.md).
1919

20-
By default, an authorized user is permitted to configure an object replication policy where the source account is in one Azure Active Directory (Azure AD) tenant, and the destination account is in a different tenant. If your security policies require that you restrict object replication to storage accounts that reside within the same tenant only, you can disallow the creation of policies where the source and destination accounts are in different tenants (preview). By default, cross-tenant object replication is enabled for a storage account unless you explicitly disallow it.
20+
By default, an authorized user is permitted to configure an object replication policy where the source account is in one Azure Active Directory (Azure AD) tenant, and the destination account is in a different tenant. If your security policies require that you restrict object replication to storage accounts that reside within the same tenant only, you can disallow the creation of policies where the source and destination accounts are in different tenants. By default, cross-tenant object replication is enabled for a storage account unless you explicitly disallow it.
2121

2222
This article describes how to remediate cross-tenant object replication for your storage accounts. It also describes how to create policies to enforce a prohibition on cross-tenant object replication for new and existing storage accounts.
2323

0 commit comments

Comments
 (0)