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

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versio...

Results 1250 azure-sdk-for-net issues
Sort by recently updated
recently updated
newest added

So that help page describes what to use: - Amqp | 0 | Uses AMQP over TCP. This is the default value. It runs on port 5671. (ok that's kinda...

Service Bus
Client
needs-author-feedback
customer-reported
question
Docs
no-recent-activity
CXP Attention

### Library name Azure.Containers.ContainerRegistry ### Please describe the feature. Add troubleshooting guide for ACR. Here's [Java TSG](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md).

Container Registry
Client

[This code](https://github.com/Azure/azure-sdk-for-net/blob/4162f6fa2445b2127468b9cfd080f01c9da88eba/sdk/core/Azure.Core/src/Shared/ConditionalRequestOptionsExtensions.cs) is made obsolete by the [ETag.ToString method](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/src/ETag.cs#L101) that has a format parameter. The ETag method is more robust as it handles weak ETag references as well as checking...

Client
Azure.Core
App Configuration

Refer to the issue: https://github.com/Azure/azure-sdk-tools/issues/3885

Client
EngSys
Central-EngSys

We currently use the params `ServiceToTest` for distinguishing the core and other pipelines, since we have to run all packages depends on core as well. We have introduced a way...

EngSys
Central-EngSys

Addresses #24955 BlobUriBuilder strips leading and trailing slashes from blob names when constructing the Uri. Creating a client to a blob with a leading or trailing slash in blob name...

Storage
Do Not Merge

# Summary Because an event batch is size-constrained and ensures that it only accepts events that will fit into the batch, when events are added to the batch using `TryAdd`...

Service Bus
Client

### Library name and version Azure.Messaging.ServiceBus ### Query/Question There are a lot of samples for the [track 1 SDK](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus) which are not available for the [track 2 SDK](https://docs.microsoft.com/en-us/samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/). We should...

Service Bus
Client
Docs