Skip to content

Commit 2711457

Browse files
committed
Remove Azure Storage Client library
1 parent acb77ae commit 2711457

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

docs/cloud/cloud-and-web-programming-in-visual-cpp.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ In C++, you have several options for connecting to the web and the cloud.
2424

2525
To get started, see [Install and integrate from the Azure SDK for C++](/azure/developer/cpp/sdk/install-and-integrate-the-sdk/).
2626

27-
- [Microsoft Azure Storage Client Library for C++](https://azure.github.io/azure-storage-cpp/)
28-
29-
The Azure Storage Client Library for C++ provides a comprehensive API for working with Azure storage, including but not limited to the following abilities:
30-
31-
- Create, read, delete, and list blob containers, tables, and queues.
32-
- Create, read, delete, list, and copy blobs plus read and write blob ranges.
33-
- Insert, delete, replace, merge, and query entities in an Azure table.
34-
- Enqueue and dequeue messages in an Azure queue.
35-
- Lazily list containers, blobs, tables, and queues, and lazily query entities
36-
3727
- The ANSI C99 [Azure IoT Hub SDKs](/azure/iot-hub/iot-hub-devguide-sdks) for Internet of Things enable IoT applications to run on the device or on the backend.
3828

3929
- [OneDrive and SharePoint in Microsoft Graph](https://dev.onedrive.com/README.htm)

docs/data/data-access-in-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ A mostly legacy interface which is still required in some scenarios, specificall
2727
[Connect to SQL Database using C and C++](/azure/sql-database/sql-database-develop-cplusplus-simple)<br/>
2828
Connect to Azure SQL Database from C or C++ applications.
2929

30-
[Microsoft Azure Storage Client Library for C++](https://github.com/Azure/azure-storage-cpp)<br/>
31-
[Azure Storage](/azure/storage/common/storage-introduction) is a cloud storage solution for modern applications that rely on durability, availability, and scalability to meet the needs of their customers. Connect to Azure Storage from C++ by using the Azure Storage Client Library for C++.
30+
[Azure SDK for C++](/azure/developer/cpp/sdk/overview)<br/>
31+
[Azure Storage](/azure/storage/common/storage-introduction) is a cloud storage solution for modern applications that rely on durability, availability, and scalability to meet the needs of their customers. Connect to Azure Storage from C++ by using the Azure SDK for C++.
3232

3333
[ODBC Driver for SQL Server](/sql/connect/odbc/microsoft-odbc-driver-for-sql-server)<br/>
3434
The latest ODBC driver provides robust data access to Microsoft SQL Server and Microsoft Azure SQL Database for C/C++ based applications. Provides support for features including always encrypted, Azure Active Directory, and AlwaysOn Availability Groups. Also available for macOS and Linux.

0 commit comments

Comments
 (0)