Skip to main content

All Questions

Tagged with
0 votes
1 answer
37 views

Is there any SDK for azure custom question answering in nodejs?

I am not sure is the right place for that or not, but I am completely stuck about this one, I am currently developing an Azure bot with nodejs and now I couldn't find the SDK of custom question ...
Abbas Jafari's user avatar
  • 1,692
0 votes
0 answers
58 views

How to set source control Azure App Service (WebApp) with Azure .SDK .NET

In Blazor, I have set up the creation of a Resource Group, Azure App Service, Hosting Plan, KeyVault..., using Azure SDK for .NET. When creating the Azure App Service, I also want to deploy a web app ...
Adnan Hodzic's user avatar
-1 votes
1 answer
62 views

Azure email analytics

I have an azure communication service that sends around hundreds of student invite emails daily, I want to track the mail analytics data like how many mails sent in a day, how many failed how many ...
VIMALRAJ S's user avatar
1 vote
2 answers
320 views

Is there a way to use MSI for storage account with Microsoft.WindowsAzure.Storage package?

I'm deprecating the connection string of storage account and use MSI to authenticate. My service is using Microsoft.WindowsAzure.Storage package to do all the operations (mainly table related). I know ...
Demo's user avatar
  • 11
1 vote
1 answer
385 views

No registered resource provider found for location 'eastus2' and API version '2018-01-01' for type 'storageAccounts/blobServices

I tried both Java SDK and API, and getting below error while trying to create an alert rule for a container which locates on eastus2. I can not figure out where "API version '2018-01-01'" is ...
gkhand's user avatar
  • 25
0 votes
1 answer
97 views

Azure SDK List doesnt support filter option?

I would like to get web app services with azure sdk(@azure/arm-appservice) commonly, get somethings from list or anything. we can get something with index or filter. get by name or get by something... ...
JaeIL Ryu's user avatar
  • 179
0 votes
1 answer
260 views

Azure BlobClient how to iterate over all blobs in a container in chronological order (of write time)

I am using the azure SDK Blob client and am trying to iterate over all blobs in a container in chronological order (via write time). If a new blob is written I also want to continue to read the newest ...
Papi Abi's user avatar
  • 231
0 votes
1 answer
762 views

Microsoft Graph SDK for Python: How to Get a SharePoint List?

Preface, there are similar questions (such as) but these are different as the SDK for python doesn't seem to provide a manner to specify a domain name for the MS365 tenant. I've created a client ...
MrChadMWood's user avatar
0 votes
1 answer
145 views

Azure Speech SDK Speech to text from stream using golang

when using Azure Speech SDK Speech to text in golang. I want to use data from stream but output timeout. how to fix it? base64Data := "xxxx" audioBytes, err := base64.StdEncoding....
wcu's user avatar
  • 11
0 votes
0 answers
59 views

this.connect error from microsoft pronunciation assessment sdk

I am using Azure's pronunciation assessment sdk for a service I am developing. I am currently saving audio files in lambda's tmp folder for ephemeral access. My code works fine on my local environment ...
Andrew's user avatar
  • 1
1 vote
0 answers
92 views

Why does Azure's Role Definitions API return more than Permission struct for a role definition?

I'm using the Azure Go SDK to call the Role Definitions - Get endpoint. The data that comes back confuses me. I see a *Permissions pointer in the response, but it's not by itself. It's in a slice of ...
Matt Welke's user avatar
  • 1,748
1 vote
0 answers
104 views

Has anyone overcome Azure AI Translator issues with missing bullet points when translating documents?

I'm using the Azure AI Translator sdk in Python to translate whole documents and I find it does not handle bullet point lists well at all. In the translated document there are more often than not ...
ryan pickles's user avatar
1 vote
1 answer
463 views

How do I use the Azure Go SDK to work with role assignments?

How can I use the Azure Go SDK to work with role assignments? For example, how can I use it to list the role assignments that a particular principal has? After consulting its documentation, I was able ...
Matt Welke's user avatar
  • 1,748
0 votes
1 answer
159 views

How to use Azure.ResourceManager.CostManagement to get Azure subscription daily detailed costs

I've searched the internet extensively and couldn't find a single example for Azure.ResourceManager.CostManagement .NET SDK that shows how to get costs. I need this to get daily azure subscription ...
TMSAL's user avatar
  • 133
1 vote
1 answer
588 views

Azure Pipeline .NET Core Build task uses higher MSBuild version than specified in global json SDK

I have used "Use .Net Core" task in azure to install SDK using below global json. { "sdk": { "version": "6.0.410", "rollForward": "...
Sandun Abeywickrama's user avatar

15 30 50 per page
1
2 3 4 5
17