Microsoft Azure Storage Service APIs removal on december 2015

前端 未结 2 400
暗喜
暗喜 2021-01-16 09:48

As a Microsoft Azure services client, I received earlier today the following mail: http://aka.ms/Qga48e.

I was wondering how I could migrate my Blob storage without

2条回答
  •  既然无缘
    2021-01-16 10:35

    The Storage Service REST API is not being removed. There are several versions of the API, from over the years. Older versions of the REST API (prior to the 2012-02-12 version) are being retired. But it's definitely not going away, and neither is the Azure Storage service.

    Different versions of the SDKs (across the various language stacks) and command-line tools (PowerShell, CLI) may be using one of the older versions. If you're using the current versions of SDKs and command-line tools, this has no effect on you.

    Consider how many versions there have been (all tracked here, and all listed in the page you linked to in your answer:

    • 2014-02-14 (current)
    • 2013-08-15
    • 2012-02-12
    • 2011-08-18
    • 2009-09-19
    • 2009-07-17
    • 2009-04-14

    If you're using an older version of an SDK or command-line tool, there's a chance that, in Dec. 2015, it won't work as expected anymore, as the underlying version will have been retired. So, essentially you have until December 2015 to update your Azure projects if needed.

提交回复
热议问题