Skip to content

Commit

Permalink
Merge pull request #706 from ramya-rao-a/patch-2
Browse files Browse the repository at this point in the history
Bring more attention to the note on newer packages
  • Loading branch information
EmmaZhu committed Dec 30, 2021
2 parents ad8472f + 2e530df commit 34aabd8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -2,11 +2,7 @@

[![NPM version](https://badge.fury.io/js/azure-storage.svg)](http://badge.fury.io/js/azure-storage) [![Build Status](https://travis-ci.org/Azure/azure-storage-node.svg?branch=master)](https://travis-ci.org/Azure/azure-storage-node/branches) [![Coverage Status](https://coveralls.io/repos/Azure/azure-storage-node/badge.svg?branch=master&service=github)](https://coveralls.io/github/Azure/azure-storage-node?branch=master)

This project provides a Node.js package `azure-storage` which is browser compatible [JavaScript Client Library](https://github.com/Azure/azure-storage-node#azure-storage-javascript-client-library-for-browsers) as well to consume and manage Microsoft Azure Storage Services.
- [Azure Blob Storage](https://azure.microsoft.com/services/storage/blobs/)
- [Azure Queue Storage](https://azure.microsoft.com/services/storage/queues/)
- [Azure Files](https://azure.microsoft.com/services/storage/files)
- [Azure Table Storage](https://azure.microsoft.com/services/storage/tables/)
This project provides a Node.js package `azure-storage` which is browser compatible to consume and manage Microsoft Azure Storage Services like [Azure Blob Storage](https://azure.microsoft.com/services/storage/blobs/), [Azure Queue Storage](https://azure.microsoft.com/services/storage/queues/), [Azure Files](https://azure.microsoft.com/services/storage/files) and [Azure Table Storage](https://azure.microsoft.com/services/storage/tables/)

> Please note, newer packages `@azure/storage-blob`, `@azure/storage-queue` and `@azure/storage-file` are available as of November 2019 and `@azure/data-tables` is available as of June 2021 for the individual services. While the legacy `azure-storage` package will continue to receive critical bug fixes, we strongly encourage you to upgrade.
Expand Down

0 comments on commit 34aabd8

Please sign in to comment.