Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downgrading Azure File Quota

jethrogalolo opened this issue · comments

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

Azure Premium FIle Storage

Which version of the SDK was used?

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

What problem was encountered?

Failed to update quota for file share 'jet2'. Error: Cannot downgrade quota at this moment. Please check share properties for the next allowed quota downgrade time.
RequestId:0a603aee-f01a-0030-7782-d03f04000000
Time:2020-01-21T17:47:41.9773189Z

How can we reproduce the problem in the simplest way?

I just created a azure file share and set quota to 20TB but when i try to downgrade file share quota from to 10 TB error above shows

Have you found a mitigation/solution?

Not Yet