Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET
Apache License 2.0
446 stars 373 forks source link

Container soft delete does not seem to be supported in ChinaNorth2 #1083

Open asgoe opened 1 year ago

asgoe commented 1 year ago

Which service(blob, file, queue, table) does this issue concern?

BlobServices

Which version of the SDK was used?

API version: 2022-05-01 SDK: 12.12.0

Which platform are you using? (ex: .NET Core 2.1)

.NET Core 3

What problem was encountered?

We trying deploying a storage account with soft delete enabled using EV2 in ChinaNorth2. However, we encountered an error OperationNotAllowedOnKind. Upon investigation we found the below in the portal. Can you confirm if this feature is supported in ChinaNorth2. The public documentation does not mention any such information. If there is such documentation, can you provide a link to it.

image

How can we reproduce the problem in the simplest way?

Try to create a storage account with container soft delete in ChinaNorth2.

Have you found a mitigation/solution?

No