9 questions from the last 7 days
0
votes
0
answers
49
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
3
replies
38
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
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 ...
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,...
-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 ...
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?
...
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 ...
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 ...