Skip to main content
0 votes
1 answer
99 views

I am sending data to EventHub, using EventHubProducerClient and EventDataBatch in C#. However, I notice there are many times that the SendAsync takes multiple seconds (10 seconds sometimes), whereas ...
Sam Vanhoutte's user avatar
0 votes
1 answer
85 views

I am using IAzureClientFactory<BlobServiceClient> to create a BlobServiceClient, from which I generate StorageResource objects for data transfer. I am registering my clients using the services....
codeMonkey's user avatar
  • 4,957
0 votes
1 answer
467 views

Want to persist, in c#, the result of a document analysis and rehydrate back to result model at later time/date. Generate a document analysis in the standard manner using: Operation<AnalyzeResult&...
Alan Every's user avatar
0 votes
0 answers
44 views

The resource type is Microsoft.Insights/scheduledqueryrules. In the portal, I can see the History: In code, I was able to construct the resource object: ... var armClient = new ArmClient(credential, ...
Motoko's user avatar
  • 1,150
0 votes
0 answers
43 views

I am trying to use the azure .net sdk to get all the instances for a webapp running in azure. I can see in azure portal that there are 2 instances. When I run my code, it seems to get the site ...
Gman7's user avatar
  • 1
0 votes
2 answers
157 views

I am trying to download a zip file from an Azure DevOps Git repository using the Azure DevOps SDK for .NET (dont want to use the plain REST APIs). public async Task DownloadItemAsync(string ...
osim_ans's user avatar
  • 487
0 votes
1 answer
312 views

I saw a different issue answer that is related but I can't get my method mocked. I'm using the blobClient.DownloadToAsync(fileStream) method. I want to create multiple tests. A test for a download ...
LockTar's user avatar
  • 5,517
1 vote
1 answer
595 views

I have an arc enabled Windows Server 2022. Im using DefaultAzureCredential and trying to use the Azure assigned managed identity to Authenticate to Azure key vault (and also azure storage at some ...
user1112324's user avatar
0 votes
2 answers
217 views

I want to get a List with all possible AppService Hosting Plan configuration settings of my Azure subscription(Location, Tier, Size,...). Possibly through skus. It should be done using Azure SDK for ....
Burgha's user avatar
  • 43
0 votes
1 answer
187 views

I am making a DLL extension that uses the Azure SDK libraries in .NET framework 4.6 to an existing program. I had the program developers compile the program adding a reference to my DLL earlier, ...
Amaranth96's user avatar
0 votes
1 answer
47 views

Context I have an event processing service running on n machines using the EventProcessorHost class from Microsoft.ServiceBus.Messaging. Let's say I made upgrades to my service where I now use the ...
Parth Parulekar's user avatar
0 votes
1 answer
191 views

I'm using the Azure.Communication.PhoneNumbers SDK version 1.1.0 for C# to purchase phone numbers in Azure Communication Services (ACS). I'm following this guide which demonstrates how to perform the ...
Alexander Bikkuzhin's user avatar
0 votes
1 answer
127 views

I'm trying to get account info to find out if hierarchical namespace is enabled or not. But if I use OAuth method, this function fails... There is no official statement, or at least I did not found it,...
John Doe's user avatar
0 votes
1 answer
114 views

I have this code using Microsoft.Extensions.Logging; using Azure.Messaging.ServiceBus; using Azure.Core.Diagnostics; using System.Diagnostics.Tracing; using Microsoft.Extensions.Azure; using worker....
Carlos Garcia's user avatar
0 votes
1 answer
173 views

I first get all my blobs like this: var resultSegment = await blobContainer.GetBlobsAsync().AsPages(continuationToken, batchSize).FirstOrDefaultAsync(); I iterate them like this: foreach (var ...
Alex's user avatar
  • 14.6k

15 30 50 per page
1
2 3 4 5
39