Skip to content

Commit 4b36d7c

Browse files
committed
Add Azure SDK for C++
1 parent 8a4229a commit 4b36d7c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cloud and Web Programming in Visual C++"
33
description: "Learn more about: Cloud and Web Programming in Visual C++"
4-
ms.date: "05/14/2019"
4+
ms.date: "11/06/2025"
55
ms.topic: "overview"
66
ms.custom: intro-overview
77
---
@@ -11,6 +11,19 @@ In C++, you have several options for connecting to the web and the cloud.
1111

1212
## Microsoft Azure SDKs and REST services
1313

14+
- [Azure SDK for C++](/azure/developer/cpp/sdk/overview)
15+
16+
The Azure SDK for C++ provides a set of client libraries that enable your C++ applications to interact seamlessly with Azure services, whether in local or cloud environments. These libraries, built on top of the Azure REST API, offer familiar C++ syntax and implement common cloud patterns such as authentication, logging, and retries.The SDK provides a consistent interface for working with Azure services including:
17+
18+
- Azure Core
19+
- Azure Identity
20+
- Azure Attestation
21+
- Azure Event Hubs
22+
- Azure Storage
23+
- Azure Key Vault
24+
25+
To get started, see [Install and integrate from the Azure SDK for C++](/azure/developer/cpp/sdk/install-and-integrate-the-sdk/).
26+
1427
- [Microsoft Azure Storage Client Library for C++](https://azure.github.io/azure-storage-cpp/)
1528

1629
The Azure Storage Client Library for C++ provides a comprehensive API for working with Azure storage, including but not limited to the following abilities:

docs/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: hub-page
1111
author: tylermsft
1212
ms.author: twhitney
13-
ms.date: 06/04/2020
13+
ms.date: 11/06/2025
1414
ms.custom: intro-landing-hub
1515

1616
# highlightedContent section (optional)
@@ -205,6 +205,8 @@ additionalContent:
205205
url: parallel/parallel-programming-in-visual-cpp.md
206206
- text: Cloud and networking libraries
207207
url: cloud/cloud-and-web-programming-in-visual-cpp.md
208+
- text: Azure SDK for C++
209+
url: /azure/developer/cpp/sdk/overview/
208210
- text: Universal Windows Platform libraries
209211
url: cppcx/namespaces-reference-c-cx.md
210212
- text: vcpkg package manager

0 commit comments

Comments
 (0)