0

The docs do not specify if object replication is supported in classic storage accounts.

I'm trying to add object replication but don't see the object replication link in the left hand menu.

Is this because my storage account is 'classic' or for some other reason?

Thanks for your help :-)

My classic storage account Screenshot from the docs
enter image description here enter image description here
Marcus
  • 675
  • 2
  • 8
  • 24

1 Answers1

2

No it is not supported on Classic or even on GPv1 accounts, since the Object replication requires Change Feed - which is only supported on "GPv2 and Blob storage accounts can enable Change feed" (link)

silent
  • 14,494
  • 4
  • 46
  • 86
  • Thanks for the fast reply. So GPv1 = Classic Storage? – Marcus Feb 04 '21 at 09:00
  • oh, Classic is actually even older then GPv1 (General Purpose v1). So many current features will probably be lacking there https://stackoverflow.com/questions/32619221/difference-between-new-and-classic-storage-accounts-in-azure – silent Feb 04 '21 at 09:04