azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.

Results 406 azure-sdk-for-cpp issues
Sort by recently updated
recently updated
newest added

Support [distributed tracing](https://azure.github.io/azure-sdk/general_implementation.html) with OpenTelemetry in C++ REST-based SDKs.

feature-request
Azure.Core
Client

A list of Conceptual Docs to create and publish to learn. ```[tasklist] ### Conceptual Docs - [ ] How to add a custom transport w/ samples - [ ] Passwordless...

Docs

**Describe the bug** I followed the `README.md` to include `azure-sdk-for-cpp` in my project, but the configuring step fails. First I used the `FetchContent` approach to skip any `vcpkg`. I created...

Docs
question
Client
customer-reported
EngSys
needs-team-triage

Related to .Net request: https://github.com/Azure/azure-sdk-for-net/issues/18614

feature-request
Azure.Core
Client
pillar-performance
MQ

there are 3 tests marked as LIVEONLY in attestation. due to the overcomplicated complexity of the tests i could not find the actual body of the test. thus i had...

Client
test-enhancement
Attestation

This is an uber-issue to track C++ tracing work necessary to GA otel plugin. ```[tasklist] ### [Ge] Tasks - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/5162 - [ ] https://github.com/Azure/azure-sdk-for-cpp/issues/5163 ``` Sub-tasks: - [...

Client
OpenTelemetry

If wanted you can add the functionality to auto start test proxy for the rest tests suites in attestation. I couldn't figure out where the base classes are, the only...

Client
test-enhancement
Attestation

**Question:** Is it possible to define a proxy as equivalent to the following .NET API snippet? var producerOptions = new EventHubProducerClientOptions(); producerOptions.ConnectionOptions.TransportType = EventHubsTransportType.AmqpWebSockets; producerOptions.ConnectionOptions.Proxy = new WebProxy("http://127.0.0.1:3128"); **Setup (please...

feature-request
Client
customer-reported
needs-team-attention
Event Hubs

After discussion with the Key Vault and Managed HSM teams on Secure Key Release, we have arrived at the following changes for SKR models to be done in the SDK...

Client
KeyVault

**Query/Question** I am receiving errors attempting to access a Service Bus Queue using the C++ SDK. I would like someone to review the below and tell me if what I...

question
customer-reported
Service Bus