The Azure Storage PHP client libraries will be retired - After this existing code will work or stop working

Rubina Shaikh 0 Reputation points
2023-07-10T10:34:28.62+00:00

We are using Azure storage in or project which is created in laravel. Laravel storage we are using with package

  1. league/flysystem-azure-blob-storage
  2. matthewbdaly/laravel-azure-storage

As I can see the decommission notice under theses packages hithub link. My concern is -

  1. Is my existing code will work after decommissioning of Azure Storage PHP client libraries?
  2. If I need to reimplement the code what is the other way?
  3. Is there any alternate solution to make my laravel storage functionality should work?
  4. Is REST API will work after decommission?

Please provide clarification on it.

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,537 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2023-07-11T02:07:21.5866667+00:00

    @Rubina Shaikh Thanks for posting your query on Microsoft Q&A.

    Retirement notice:

    On 17 March 2024 we will retire the Azure Storage PHP client libraries. Customers using the Azure Storage PHP client libraries can call the Azure Storage REST API directly.

    The Azure Storage PHP client libraries were previously in Community Support and will remain in Community Support until their retirement date. Community Support is defined as:

    “SDK will no longer receive updates from Microsoft unless otherwise specified in the separate customer agreement. The package will remain available via public package managers and the GitHub repo, which can be maintained by the community.” (see Azure SDK lifecycle and support policy for more information)

    Although the older client libraries can still be used beyond 13 March 2023, they will no longer receive updates from Microsoft.

    Note: If you prefer not to transition to the Azure Storage REST API directly, source code for the current Azure Storage PHP client libraries is available on GitHub as open source. You can continue to code and apply your own fixes as required.

    Recommended action:

    Support for the Azure Storage PHP client libraries is ending on 17 March 2024. Source code for the client libraries will remain open source. You can call the Azure Storage REST API directly or continue to code and apply your own fixes to the existing client libraries as required directly.

    Source: https://azure.microsoft.com/en-us/updates/retirement-notice-the-azure-storage-php-client-libraries-will-be-retired-on-17-march-2024/

    Hope that helps.


    If you have further questions, please let me know in the comments. Comment is the fastest way of notifying the experts.
    If this helped, please 'Accept as answer' and mark as Helpful, so that it can improve discoverability for others looking for help on the same topic.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.