Azure SDK and Azure Storage retirement dates and value

I have an application that uses the Azure SDK version 1.8 and the Azure table and blob storage. Azure SDK 1.8 is scheduled to "retire" November 12, 2015.

  • Will the Azure SDK retire to stop my application from working after November 12, 2015?
  • What is the relationship between the Azure SDK version number and the Azure Storage Version version date?
  • What is the difference between uninstalling the Azure SDK and uninstalling the Azure Storage version? (I understand that deleting a version means that it will not be used. Does retiring mean that it will no longer be supported, but will continue to work?)
  • Refresh question: how does the Azure SDK relate to the Azure Storage Client? Which version of my Azure SDK v1.8 maps to which version of the azure storage client?

I THINK that the SDK will continue to work, and that the retired storage service version is too old to affect me, but I would like to be sure.

Retirement Date Azure SDK version https://msdn.microsoft.com/en-us/library/azure/dn479282.aspx

Version: 1.8/October 2012
Release Date: October 2012
Retirement Date: November 12 2015

Azure Storage Service version version uninstall version http://blogs.msdn.com/b/windowsazurestorage/archive/2015/10/19/microsoft-azure-storage-service-version-removal-update-extension-to-2016.aspx

Version 2009-07-17 and prior Azure storage versions will be turned off 
and will quit working. 

UPDATE: I also found this handy version of the "Azure Storage Client" for the Azure protocol. https://msdn.microsoft.com/en-us/library/azure/dn744252.aspx

Storage Client      Underlying REST 
Library Version     Protocol Version
-------             --------
1.7                 2011-08-18
2.x                 2012-02-12
3.x                 2013-08-15
4.x                 2014-02-14
5.x                 2015-02-21
6.x                 2015-04-05

UPDATE: Following this link https://azure.microsoft.com/en-us/documentation/articles/cloud-services-guestos-update-matrix/ I found this diagram

GUEST OS FAMILY     SDK VERSIONS SUPPORTED
4                   Version 2.1 and later
3                   Version 1.8 and later
2                   Version 1.3 and later
1                   Version 1.0 and later

" Cloud Services" , " " " ", , ( 11/6/2015) 4.19. .

"Azure SDK" " ".

: 12/3/2015

. , , .

We will delay the removal date for some REST API versions and impacted
client libraries. This includes all REST endpoints starting version 
2009-07-17 and earlier. The effective date for this service removal is
August 1st, 2016.
+4
1

. Azure Storage 2009-07-17 August 1, 2016. , . : http://blogs.msdn.com/b/windowsazurestorage/archive/2015/10/19/microsoft-azure-storage-service-version-removal-update-extension-to-2016.aspx.

Azure SDK Azure, , :

  • , SDK.
  • , SDK.

SDK , . SDK ( Azure Diagnostics), .

. , , . , 6 4. , .

Azure Storage REST API, API , ( , previoud). , " " , REST API . , , REST API, .

UPDATE

:

Azure SDK 12 , 2015?

, ( ). SDK . (https://azure.microsoft.com/en-us/documentation/articles/cloud-services-guestos-update-matrix/), , SDK 1.8 3. (, ), ( ), , .

enter image description here

Azure SDK Azure?

SDK , . SDK ( Azure Diagnostics), .

Azure SDK Azure Storage ? ( , , . , ?)

, . !

: Azure SDK "Azure Storage Client"? Azure SDK v1.8 ?

Azure SDK 1.8 2.0 ( SDK 1.8), Client Client Library 2.0 - REST API Version 2012 -02-12 ( Protocol Version Support for .NET Client Library Versions)

enter image description here

, ref Azure SDK.

+2

Source: https://habr.com/ru/post/1614619/


All Articles