azure-sdk-.net Questions
2
Solved
I'm trying to connect to an Azure Service Bus and I'm facing an issue.
It seems impossible to connect as I always get this error:
Azure.Identity.AuthenticationFailedException: ClientSecretCredenti...
Seeder asked 3/2, 2023 at 13:18
2
Solved
I tried to publish my Azure Cloud project, and I am getting the following error message
Could not copy the file obj\Debug\build.force because it was not found
C:\Program Files (x86)\MSBuild\Mi...
Yoakum asked 1/1, 2016 at 2:53
3
Solved
Could any one explain why we are getting such errors like Could not load file or assembly. Whenever I update nuget references specially in azure sdk I end up with this error and because of lack of ...
Gasolier asked 4/1, 2022 at 21:46
2
Solved
I understand that Azure Queue is not strict FIFO.
And Visual Studio Server Explorer shows only 32 messages. I have some 88 messages in the queue.
Is it possible to peek through all the messages in ...
Richart asked 21/10, 2014 at 11:29
8
Solved
Say I am generating a couple of json files each day in my blob storage. What I want to do is to get the latest file modified in any of my directories. So I'd have something like this in my blob:
2...
Paleopsychology asked 28/3, 2016 at 16:47
1
Solved
I have production code that uses the BlobClient.DownloadAsync() method to download a file from Azure Blob Storage using the Azure.Storage.Blobs nuget package v12.8, and it seems to be working just ...
Boodle asked 21/6, 2021 at 14:54
8
Solved
I am using Microsoft.WindowsAzure.StorageClient to manipulate blobs on Azure storage. I have come to the point where the user needs to list the uploaded files and modify/delete them.
Since there ar...
Hydrophobia asked 21/1, 2013 at 14:14
2
Solved
I've looked around but can't seem to find anywhere in docs and the Intellisense documentation for these APIs is nearly identical.
What is the difference between an Azure Storage BlockBlobClient and...
Coffer asked 16/6, 2021 at 15:55
4
I am trying to programmatically retrieve the HostedServices from Microsoft.Azure.Management.Compute using C#. This requires ServiceClientCredential and I do not know how to get it.
How can I instan...
Income asked 5/2, 2016 at 15:42
1
I've been researching moving from Storage Account table storage to CosmosDB table storage. Currently I am using the WindowsAzure.Storage (9.3.3) library to query data in a .net core 3.1 application...
Deterrent asked 1/7, 2020 at 15:2
9
I'm wondering if there is a tool or lib that can move messages between queues?
Currently, i'm doing something like below
public static void ProcessQueueMessage([QueueTrigger("myqueue-poison")] str...
Genuine asked 21/10, 2015 at 6:15
2
Solved
For a few hours I've been trying to set some metadata on the blob I create using the Azure SDK. I upload the data asynchronously using BeginUploadFromStream() and everything works smoothly. I can a...
Crumble asked 23/10, 2012 at 13:8
5
Solved
I have Azure SDK 2.3 installed on my Windows 7 machine. The target .Net framework is set to 4.0. I'm able to upgrade my solution to Azure SDK 2.3 and build with no problems. However, when I try to ...
Brody asked 29/6, 2014 at 14:3
5
Solved
I'm trying to deploy an HDInsight cluster using an ARM template via Visual Studio. I've created an Azure Resource Group project in Visual Studio 2015, and added my resource definitions to the templ...
Madisonmadlen asked 14/3, 2016 at 18:0
1
Solved
I want to create a Azure SDK BlobClient knowing the blob Uri. I can do it like that :
StorageSharedKeyCredential storageCredential = new StorageSharedKeyCredential("devstoreaccount1", &q...
Cherida asked 16/6, 2020 at 13:36
5
Solved
I'd like to run unit / integration tests that utilise the Azure Storage Emulator rather than real storage from a Azure DevOps build.
The emulator is installed on the Hosted Build Controller as par...
Prasad asked 15/11, 2015 at 19:13
2
Solved
We are using .NET Core 2.1 and Entity Framework Core 2.1.1
I have the following setup in Azure West Europe
Azure SQL Database
-- Premium P2 250 DTU
-- Public endpoint, no VNET peering
-- "Allow ...
Hammer asked 14/1, 2019 at 18:5
3
Solved
I'm using the Microsoft.Azure.ActiveDirectory.GraphClient (Version 2.1.0) to write an app for Azure AD user management. I'm able to set the Manager of a user but have no idea how to clear the field...
Misha asked 2/3, 2016 at 17:33
6
Solved
I downloaded pieces of Azure SDK for .NET 2.5 from here, - "authoring tools", "Azure tools" and "libs for .net" packages and installed them one after another. Installation went successfully and Vis...
Acyl asked 13/1, 2015 at 15:15
9
Solved
We had previously been referring to our Windows Azure libraries via the SDK and I noticed that they have NuGet packages for them now. This is obviously way better, so I'm swapping out all of those ...
Lanham asked 28/6, 2012 at 20:35
1
Solved
I'm attempting to update azure SDK from v1 to v3, and hook it up to the Azure Storage Emulator for testing; using console application and .NET Framework.
It doesn't appear to like any of the trig...
Legerdemain asked 23/11, 2018 at 10:22
3
To authenticate with Azure in azure sdk fluent nuget, there is a method that uses client id and secret as below
var azureCredentials = new AzureCredentials(new
ServicePrincipalLoginInformation
{...
Hillside asked 24/5, 2017 at 1:17
2
I'm trying to use azure blob storage.
I uploaded some images successfully, but all the sudden I get the error:
An existing connection was forcibly closed by the remote host
I looked into it an...
Raji asked 25/3, 2016 at 0:55
2
Solved
I'm porting my existing class library that targets .NET Framework 4.6.2 to .NET Core 1.1.
Looks like some of the methods that are available in .NET Framework version are not there in .NET Core. Tw...
Recollect asked 21/3, 2017 at 20:32
5
Solved
We have a ASP.NET 5 web application in our solution.
Typically, we could right click on the Cloud Service "Roles" item and add a new role from an existing project in the solution.
But it cannot ...
Unformed asked 28/7, 2015 at 6:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.