Wei Wei

Results 306 comments of Wei Wei

@justinmchase The original issue looks can be caused by some incorrect configuration of Azurite. If you also meet the similar issue, you might can open a new issue, by following...

Answer in https://github.com/Azure/Azurite/issues/2044#issuecomment-1630546800. Looks not use latest Azurite docker image. Please retry after delete local cached Azurite latest image.

@chrisdoman , @ariel-mar This is a server issue, would you like to report the server issue in Azure Portal as following picture, then the related server team will come to...

@zfchen95 This looks a server issue: List container from SRP won't return container meta data ( But get single container from SRP will return meta data; list container from dataplane...

@seankane-msft This is SRP server issue, not SRP .net SDK issue. So only SRP team can fix it. You can see @zfchen95 comments above. @zfchen95, will SRP team fix the...

@ArthurMa1978 I have pinged service team again and included you.

@omri-muszkal Actually, the issue is on server side instead of Client (SDK) side. (Both Arthur and me works on client side.) So we will need server team to update server...

@svangipurapu-msft When you retrieve the storage account from server, have you added the `StorageAccountExpand.GeoReplicationStats`. The `GeoReplicationStats` won't be returned from server until you add this parameter like following code: ```c#...

@svangipurapu-msft Yes, Geo Replication Stats are only available for GRS account types.