145,176 questions
-1
votes
1
answer
24
views
Azure OpenAI Realtime API: Token usage from `response.done` event does not match Azure Cost Management meter data
Problem
I'm using the Azure OpenAI Realtime API (gpt-realtime-mini-2025-12-15) via the .NET OpenAI.Realtime SDK to measure token consumption. The response.done server event includes a usage object ...
0
votes
0
answers
26
views
Django on Azure App Service: got an unexpected keyword argument allow_abbrev
I am deploying a Saas with Django 5.2.10 application on Azure App Service (Linux). During container startup, my startup script runs database migrations before launching gunicorn. The container crashes ...
0
votes
0
answers
47
views
How to avoid "Continuous access evaluation resulted in challenge with result: InteractionRequired and code: TokenCreatedWithOutdatedPolicies"
I have a user which has been granted to use MS Graph API.
I wrote a code in Java which is using the MicrosoftGraphClient and makes simple lookup to find an user by email. The code is runing fine just ...
Tooling
0
votes
1
replies
31
views
Azure DevOps Real time data layer
I’m currently exploring an idea for building a real-time Azure DevOps organization data layer and would really appreciate your guidance.
The goal is to maintain up-to-date information on users, groups,...
-2
votes
0
answers
33
views
ARM GET resource response returns null location for West US 3 only (via az cli / REST API) [closed]
I’m seeing an inconsistency in the Azure Resource Manager (ARM) REST API response for the same resource type depending on the region.
Scenario
I create a simple Azure resource on the Azure Portal ...
Advice
0
votes
0
replies
37
views
Best practice for maintaining chat history/context in a .NET application and deciding where to call the Web API (Application vs Azure ML Studio)
I am developing a .NET application that uses Machine Learning (Azure ML / AI model) to generate responses. I want the system to maintain chat history or context similar to how conversational AI ...
0
votes
0
answers
35
views
Storage Account Metrics returned incorrect value
Fetching storage account metrics programmatically is giving incorrect result. This is very rare, but I have seen this happening. Total capacity usage was 324 GB but the value I got was 7 MB. I'm using ...
Advice
0
votes
0
replies
20
views
AATL Certificate
I am implementing server-side PDF signing. C# using Azure Key Vault (Premium). I need the signatures to be AATL compliant.
Which document signing certificate should I choose on the GlobalSign portal?
...
Tooling
0
votes
3
replies
36
views
Is there any 3rd party connector in Azure Logic Apps to send email from an internal Microsoft address?
I have an automated workflow in Azure Logic Apps (Consumption) that sends an HTML email newsletter. I am facing issues with the email sender address and looking for alternatives.
What I have tried:
1. ...
-2
votes
0
answers
41
views
Trying to update an app on Azure Service, but even when the deployment is marked as "Succeeded", the app is not updated
I'm having an issue with Azure Deployment Manager. I have an application running (an API), and about a week ago the previous developer was let go, so now I'm the one responsible for everything.
This ...
-1
votes
1
answer
49
views
Azure Login via GitHub Actions fails with "No subscriptions found" using Student Subscription [closed]
I am running an ML retraining pipeline using GitHub Actions and Azure.
Setup
I manually host an MLflow server on an Azure Virtual Machine
I use an Azure Student Subscription
The workflow is ...
1
vote
0
answers
73
views
MSAL Authentication Issue - The double sign-in issue during refresh token expiry
I'm facing an issue with Microsoft Authentication Library (MSAL) that I haven't been able to resolve despite trying several approaches. Hoping someone here can point out what I might be missing.
...
-2
votes
0
answers
35
views
Multi tenant federated identify [closed]
I'm looking for some advice/guidance on how to setup something within Azure.
I have an application that runs in my tenant, this app needs read/write permissions to selected sites within a clients ...
0
votes
0
answers
38
views
Azure DevOPS - Bitbucket OAUTH Consumer Integration - Getting 404
Tried to integrate bitbucket to Azure Devops, created bitbucket OAUTH Consumer and calbback url as "https://app.vssps.visualstudio.com/oauth/callback" and the added OAUTH configuration in ...
Advice
0
votes
0
replies
30
views
azure-sdk-for-rust: How to connect to Event Hub using connection string
I am using Azure SDK for Rust package to consume messages from Azure Event Hub. Is it possible to connect to Azure EventHub using connection string with shared access key policy or shared access ...