145,173 questions
0
votes
0
answers
10
views
How to read data from lake house in Fabric Dataflow
I have folder structure in lakehouse like Files/Fol1/Project/yyyy=2026/mm=04/dd=05/data.json
Hw to read this data using Fabric dataflow only for today's data.
Best practices
2
votes
0
replies
46
views
Need to design a pdf batch file processsing system
I get around 100,000 pdf files (1-50MB each) a month. We get file IDs, pull and parse files, build chunks, embed them, and store documents + vectors for semantic search.
What can be the best design ...
-1
votes
1
answer
40
views
Can you update Azure Policy UserAssigned Identities with Terraform? [closed]
I'm creating a UserAssigned identity to be used with policy assignments and I want to add owners and notes to the new identity, but this identity is owned and managed by Microsoft. Is it not possible ...
0
votes
0
answers
42
views
File metadata column with Blob Service Client
I need to get the last modified value from a blob that has delta table with json data.
Databricks has an option to return the matadata from a delta file with **metadata_file_modification_time, (**...
0
votes
0
answers
27
views
Trying to sign a jar with an Azure HSM Key Vault
I've recently got a new Code Signing Certificate meant for a HSM. I've created a premium licenced Key Vault in Azure that supports it.
I've then created the certificate signing request using the ...
-4
votes
0
answers
37
views
az login No subscriptions found for [closed]
all of a sudden on a win 10 machine, I try to login to azure using
az login
I get
No subscriptions found for myemail
Whereas I do the same thing from laptop It goes through and get connected
Thanks ...
0
votes
0
answers
43
views
Response not received at Bot service
In my application, I am using Azure Bot Service with MS Teams.
When I send a message from Azure Bot Service Web Chat, I am getting a message from the bot, but when I reply with a response, the bot ...
-2
votes
1
answer
34
views
Azure Backup Vault for ADLS Gen2 Storage account [closed]
Can we create Backup Vault and configure backup for ADLS storage account using Terraform. I can see a resource azurerm_data_protection_backup_policy_blob_storage for blob policy creation , but can't ...
2
votes
0
answers
53
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
39
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
67
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
34
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
34
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
51
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 ...