Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
93 views

I'm trying to sign a JWT with a key that is stored in an Azure Keyvault using the keyvault as signer, in a way that the actual private part of the key never leaves the keyvault. I've come-up with the ...
Leonardo's user avatar
  • 11.5k
2 votes
0 answers
106 views

I recently set up a Microsoft Fabric Data Agent and connected it to AI Foundry. I now have my data agent on AI Foundry, with its source being the Fabric Data Agent. My goal is to ask questions to this ...
Antoine Croissant's user avatar
0 votes
0 answers
39 views

I have application that uses azure-sdk-for-cpp (new Azure SDK). And I want to rewrite old implemetation of authentication that uses bearer token. Previously we were using it like this. RefreshToken(...
John Doe's user avatar
1 vote
1 answer
186 views

I'm trying to purge content from an Azure CDN endpoint using the Azure.ResourceManager.Cdn SDK (version 1.3.1) and Azure.ResourceManager (version 1.13.1) in a C# application. The code compiles and ...
mihir prajapati's user avatar
0 votes
1 answer
114 views

I'm using azure sdk for cpp SDK within my application. Now I would like to implement MFA authentication by seems that Azure SDK for cpp does not supports it. And also that there is no MSAL for cpp. Is ...
John Doe's user avatar
0 votes
1 answer
105 views

I am using the sample code from Azure to trying the JS SDK of the Azure Communication Service. Now I am trying to initiate an outgoing call. But the API needs the ACS ID for the outgoing call and I am ...
Soumya Dey's user avatar
-1 votes
1 answer
93 views

I want to automate the creation of custom domains The AddCname and AddTxt Methods work correctly Add Subdomain gives error 400 I am a bit lost on how to create the hostnamebinding. What values do i ...
user27378175's user avatar
0 votes
1 answer
127 views

I am using the Azure Typescript SDK to upload PDF documents into Azure Blob Storage. I have verified that I have the correct permissions, as I am able to use this code to upload documents (xlsx, csv, ...
Lawrence Aiello's user avatar
0 votes
1 answer
83 views

I'm testing dummy Azure application which tries to read information about blob. Public access is denied, I am using two private endpoints, one with DFS type another with BLOB type. With previous SDK ...
John Doe's user avatar
1 vote
1 answer
101 views

I'm trying to list root directory in container. Storage account: Data Lake Storage with hierarchical namespace ON Interface used: BlobContainerClient Folder structure ROOT DIR: dir1->blob2 blob1 ...
John Doe's user avatar
0 votes
0 answers
101 views

I am using azure sdk for cpp, and I am trying to connect to private endpoint. I have ADLS gen2 storage account, with app registration with secret, so I am able to connect to the ADLS with OAuth. How ...
John Doe's user avatar
1 vote
1 answer
566 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
194 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
227 views

I'm trying to generate a Shared Access Signature (SAS) for a directory in Azure Storage File. Below is the code I'm using to create the SAS: ShareSasBuilder sasBuilder = new ShareSasBuilder { ...
Tiago Ferreira's user avatar
0 votes
1 answer
120 views

I am using azure-sdk-for-cpp and I am getting 400 XML specified is not syntactically valid when using CommitBlockList. Is there a way I could see what is wrong with XML? I've tried to read logs, there ...
John Doe's user avatar
0 votes
1 answer
510 views

Current Issue Using Azure Speech Service v3.2 with batch transcription Speaker diarization fails to distinguish between male and female speakers Previously worked well Using mono audio file Current ...
JustusFer's user avatar
0 votes
1 answer
135 views

Context: We are building a bot using Azure Communication Services (ACS) and Azure Speech Services to handle phone calls. The bot uses text-to-speech (TTS) to play questions during calls and captures ...
Saad Illahi's user avatar
2 votes
1 answer
406 views

Context: We are building a bot using Azure Communication Services (ACS) and Azure Speech Services to handle phone calls. The bot asks questions (via TTS) and captures user responses using speech-to-...
Saad Illahi's user avatar
0 votes
0 answers
84 views

In my application i have to add suppression list on the domain using nodejs sdk And i was following this documentation but now i stumbled upon the issue is this documentation is not upto date. MS ...
Dharmendra Soni's user avatar
0 votes
2 answers
410 views

I am trying to use azure-sdk-for-cpp to connect to Azure Event Hub. But it is not working, I get error "Could not open Claims Based Security object." I am following samples in the sources. I ...
MartinD's user avatar
  • 21
0 votes
2 answers
184 views

I've integrated Azure SDK for CPP in my application, and there is significant slow down compared to old Azure SDK. After upgrade for Upload Azure-sdk-for-cpp parallelism, upload works better, but ...
John Doe's user avatar
0 votes
1 answer
164 views

I've integrated new azure-sdk-for-cpp in my project. Time for read/write is significantly bad. Using blockBlobClient StageBlock and CommitBlockList, any example from SDK, almost 1 to 1 same ...
John Doe's user avatar
0 votes
1 answer
304 views

I have Azure storage account and Azure VM with my application deployed on it. I am accessing Azure storage account from VM using Managed Identity authentication. Now I would like to be able to limit ...
John Doe's user avatar
0 votes
1 answer
1k views

I have Azure Storage account Gen2 (Azure Datalake) on which I want to set MSI(Managed Identity) authentication. Goal is to access ADLS from the application which is using Azure SDK for CPP and which ...
John Doe's user avatar
0 votes
1 answer
97 views

We are using GStreamer in azure realtime speech to text, Actually Azure uses gstreamer internally to convert any audio format being streamed to their supported PCM format. When we deploy this ...
Googler Thiru's user avatar
0 votes
2 answers
613 views

I have asp.net web app with following code which works in local system (Mac OS) but didn't work in Azure Web App (Linux) after deployment. I checked the api key and api endpoint with logging and they ...
Imran Sh's user avatar
  • 1,806
1 vote
1 answer
220 views

I am using microsoft/azure/storage-table v1.1 SDK in PHP to fetch entities from my Azure Table. My objective is to retrieve all entities. There are over 2000. When you retrieve entities Azure will ...
dram95's user avatar
  • 744
0 votes
1 answer
226 views

I'm writing something to clean up our old Azure resources, and one thing that comes up from time to time is public-ips still bound to a kubernetes-created loadbalancer even after the Ingress was ...
AnotherHowie's user avatar
0 votes
1 answer
303 views

I am experimenting with Aspire. When you create an Azure Storage in Aspire and try to inject the connection string to another container it resolves with hostname: host.docker.internal. var storage = ...
Valentin Nikolov's user avatar
0 votes
1 answer
816 views

Getting the following exception when using azure. Here is my pom.xml <dependencies> <dependency> <groupId>com.microsoft.graph</groupId> <artifactId>...
Avinash Reddy's user avatar
0 votes
1 answer
156 views

I was going through the Azure User class. And in the User class for the attribute businessPhones i see the comment as follows /** * The Business Phones. * The telephone numbers for the user. NOTE: ...
Avinash Reddy's user avatar
2 votes
1 answer
107 views

One user of my aplication that should create subscription in a specific topic is unable to do so (all of the others can). User is getting error with the following content: <Error> <Code>...
Lazar Nikolic's user avatar
1 vote
0 answers
115 views

I'm trying to mock an Azure SDK PagedAsyncIterableIterator, using Jest. The unit test fails on the ".byPage()" method call, with the error TypeError: this.storageManagementClient....
S.S.'s user avatar
  • 798
0 votes
1 answer
189 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
1 vote
0 answers
83 views

I am working with Azure SDK in Node.js and I want to get Virtual Machines by their prefix because I do not have their complete name. I tried to use the wildcard but it is not working. In the arm-...
Oussama Bouchikhi's user avatar
0 votes
1 answer
100 views

We have an Azure Table Storage setup where we store a large amount of data for different organizations. We use the Organization ID as the partition key. For some operations, we need to fetch data from ...
Utpal's user avatar
  • 807
0 votes
1 answer
122 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
336 views

I am using azure sdk for cpp, and I am using option ListBlobsByHierarchy. When I use ListBlobsByHierarchy, I get result almost as I have expected, all the blobs are there, all the virtual directories ...
John Doe's user avatar
0 votes
1 answer
375 views

I am using Azure Datastorage Gen2 and I have came across problem that I cannot create virtual directory when Hierarchical namespace option is enabled. If I try to do this const std::string ...
John Doe's user avatar
1 vote
1 answer
259 views

I am attempting to get a specific resource group, looping through the app service plans, then the app services, and inspecting the SiteInfo.AppSettings property but that property is always null for me....
Patrick Jones's user avatar
0 votes
1 answer
330 views

I am trying to send an image for ChatCompletion using the Microsoft provided Azure OpenAi java sdk "com.azure:azure-ai-openai:1.0.0-beta.9". val cco = ChatCompletionsOptions( ...
user20130987's user avatar
0 votes
0 answers
167 views

I'm developing a web extension and I'm trying to consume credentials from a service connection using the Azure DevOps SDK. My goal is to use these credentials to connect to an AWS account. Here is the ...
Alejandro Cifuentes's user avatar
1 vote
1 answer
116 views

I have a Blob Container SAS with Add/Create/Write/Delete permissions (no Read, no List). And I need to delete blobs in this container in a batch: try { string sasToken = "sv=2023-0103&si=...
AlexB's user avatar
  • 4,684
0 votes
1 answer
154 views

I have a Static Web App deployed to Azure. I need to temporarily stop it or redirect it to something like offline.html using the Azure C# SDK. I have an instance of a GenericResource class ...
Cara Wilderman's user avatar
0 votes
1 answer
244 views

Unable to find any function to get the authentication key for SHIR `ArmClient armClient = new ArmClient( new ClientSecretCredential(tenantId, clientId, clientSecret, ...
ahad omer's user avatar
1 vote
2 answers
695 views

I am getting all the resource groups tags in my tenant using an Azure Graph query which works perfectly using the Azure graph explorer from the portal. Here is the query: resourcecontainers | where ...
Louey's user avatar
  • 29
2 votes
1 answer
1k views

I am trying to run the prebuild-layout model using the C# SDK. I do not see anywhere I can set the outputFormat to markdown in the SDK. From the docs: Output to markdown format The Layout API can ...
Ray Suelzer's user avatar
  • 4,137
0 votes
1 answer
722 views

I am new to Azure, and am trying a very basic scenario: locally authenticate to a registered app using a certificate credential. The code is as follows: public async Task<QueueClient> ...
Veverke's user avatar
  • 11.6k
1 vote
1 answer
294 views

My azure ad sdk code to fetch all the users from a tenant is as follows List<User> users = new ArrayList<>(); try { UserCollectionRequestBuilder ...
Avinash Reddy's user avatar
0 votes
1 answer
217 views

How to programmatically configure Azure SDK for C++ (https://azure.github.io/azure-sdk-for-cpp/index.html) to use a specific proxy? When using older package Microsoft.Azure.Storage.CPP.v140 I could ...
gordieb's user avatar
  • 251

1
2 3 4 5
9