python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to generate an AsyncPageable (from another AsyncPageable)
I am creating a library that uses a number of clients which return AsyncPageables. Most of the functions in my library convert objects from the AsyncEnumerable into some other format.
Right now, I am ...
jmerkow
Votes: 0
Answers: 0
Azure DnsManagementClient ListAllByDnsZone vs ListByDnsZone
Can someone explain the difference between ListAllByDnsZone vs ListByDnsZone methods in Azure .NET SDK DnsManagementClient RecordSets operations
https://learn.microsoft.com/en-us/rest/api/dns/record-s...
William Jacobszoon
Votes: 0
Answers: 0
Will Azure Service Bus continue retry after the Send call is complete with a fault/exception?
The following is the code for sending batched messages and the code block following is the setting for retry policy while creating the service bus client.
While testing a scenario involving transient ...
Arun Prakash Nagendran
Votes: 0
Answers: 2
Will Azure Service Bus .net SDK deliver duplicate messages?
I am currently using Azure.Messaging.ServiceBus .net SDK to send high throughput messages in batches to ASB standard. While simulating an intermittent network connectivity situation by turning off the...
Arun Prakash Nagendran
Votes: 0
Answers: 1