Skip to main content

Microsoft Azure Collective

Questions

Browse questions with relevant Microsoft Azure tags

25,035 questions

No answer
0 votes
0 answers
16 views

Azure Durable functions in Running state for durable entities

I'm troubleshooting why async tasks within the durable entity hang forever. My entity looks like this public MyEntity : IMyEntity { [JsonIgnore] private MyService _myService; [JsonProperty] public ...
dotnetdev4's user avatar
0 votes
0 answers
17 views

Blazor WASM MSAL: Redirect to admin page after token expiration with localStorage credentials

I'm using Blazor WebAssembly with MSAL for authentication and storing Azure AD B2C credentials in localStorage. My setup is roughly like this: builder.Services.AddMsalAuthentication(options =&...
khalil hajri's user avatar
0 votes
0 answers
12 views

KQL - bag_pack_columns if column not empty

I am searching for EventID 4738 logs in the SecurityEvents table in sentinel. This log has several fields which contain either the new value if it was changed, or "-" if it wasn't changed. I ...
JamesB202's user avatar
-3 votes
0 answers
31 views

Authentication in Microsoft Foundry with multi agent and MCP tools

We have an API layer secured behind Microsoft Entra ID using the Authorization Code Flow with PKCE. This API calls a Microsoft Foundry Orchestration agent (multi agent system), which is also secured ...
Junaid's user avatar
  • 1,749
0 votes
0 answers
16 views

Azure function apps - Unable to see print logs on function app when deployed onto Azure

New to python programming and azure function apps, managed to deploy my first function app, when I run it from my local development environment, it logs useful information which gives me a good ...
learner's user avatar
  • 1,099
Best practices
0 votes
0 replies
17 views

Disaster recovery solution for Azure Blob Storage

I am using "Azure Backup Vault" to backup containers in an Azure Storage Account [1]. I have setup a backup vault with Cross Region Restore set to "Enabled" and Storage redundancy ...
cypherphage's user avatar
0 votes
0 answers
20 views

External Entra ID Application - Get Extra user attributes

I have setup an External Entra. I have made an Application and added User Flow. My goal is to add a custom attribute to each user (preferably in the UI) that is a used as a key for some backend stuff. ...
Todilo's user avatar
  • 1,331
0 votes
0 answers
36 views

How to write Custom Dimension?

In my CRM 365 Plugin I have requirement to write log to Application Insight, I'm able to achieve this using ILogger and Microsoft.Xrm.Sdk.PluginTelemetry library. But I have struggled to write log ...
Theodorus Agum Gumilang's user avatar
Advice
0 votes
0 replies
30 views

Refactoring Azure Functions .dll files to external project makes it fail for durable functions, why

I have build my project using Azure Functions, my project has core projections which hold core projects so I have MyProject.Core <PackageReference Include="Microsoft.Azure.Functions.Worker&...
EnenDaveyBoy's user avatar
0 votes
0 answers
23 views

How to run MLLib random forest in Databricks on time series data?

I try to forecast time series data, namely the "outgoing_quantity". My data consists of two "ID" columns ("gtin" and "location_id"). For each combination of ...
the_economist's user avatar
0 votes
0 answers
34 views

Unable to creat credentials in Azure Databricks even after give blob data contributor role to my access connector

I am getting error Missing validation token for service principal. Please provide a valid ARM-scoped Entra ID token in the 'X-Databricks-Azure-SP-Management-Token' request header and retry. For ...
kanishk sharma's user avatar
1 vote
0 answers
15 views

Bash script in Azure to onboard in cortex throws error related to diagnostic settings number limit

Trying to onboard my Azure subscription in Cortex Cloud, I execute the bash script in Azure bash CLI. After fixing some role issues, I now get the following error: The limit of 5 diagnostic settings ...
Adrien W's user avatar
1 vote
0 answers
31 views

Managed Identity does not allow a call to MS Graph API

I created a user-assigned Managed Identity and granted it Sites.Read.All permission to MS Graph API. Then, I created a notebook instance on Azure Machine Learning and assigned it the created managed ...
danvic's user avatar
  • 11
-2 votes
0 answers
24 views

Why am I getting statuscode:409 and errorCode: conflict in azure communication service while joining the call

I joined the call and left the same. Again, while rejoining the same call, I am getting following error: /communication-service/node_modules/@azure/core-client/dist/commonjs/deserializationPolicy.js:...
Trupti's user avatar
  • 1,011
-3 votes
0 answers
42 views

Azure AD B2C — How to force DateTimeDropdown to use MM/DD/YYYY format?

I am using Azure AD B2C Custom Policies and have a claim defined for DOB like this: <ClaimType Id="extension_dob"> <DisplayName>DOB</DisplayName> <DataType>date&...
Sarfraz Khan's user avatar
0 votes
0 answers
31 views

GET email: Microsoft Graph HTTP call returns 403 ErrorAccessDenied on Power Automate cloud flow

I have a Power Automate cloud flow which uses the action "Send a Microsoft Graph HTTP request" to get an email in MIME format: GET https://graph.microsoft.com/v1.0/me/messages/MY_MESSAGE_ID/$...
Tom's user avatar
  • 563
0 votes
0 answers
18 views

KQL iin Log Analytics for Databricks tables

struggling to get this code running, even with copilot helping. I cannot get step 3 and 4 to work because if I cast it to a string then I cannot do the calc. The aim is to trigger a value when the ...
user2181700's user avatar
0 votes
0 answers
68 views

Azure AI Search Synonym Maps not working as intended

I'm having trouble setting up the synonym mapping feature in Azure AI Search. My results are very inconsistent, and I don't understand why. The documentation isn't very helpful either. Has anyone else ...
J-H's user avatar
  • 1,901
1 vote
0 answers
29 views

Azure ODATA Source supporting compression

I‘m using an Azure Data Factory with an ODATA source from an external system. While everything works fine, I noticed the slow performance. So I checked this with postman and spotted immediately, that ...
Jörg's user avatar
  • 71
Advice
0 votes
0 replies
24 views

Exporting Azure synapse workspace artifacts

Just came across a task and had to do some digging to find the answer: How to export Azure Synapse artifacts, more specifically pipelines, conserving their folder hierarchy, when Git integration is ...
Julio Turim's user avatar
0 votes
0 answers
21 views

Separate Dependabot minor/patch PR from major PRs

I'm attempting to use the Tingle Software Dependabot extension for Azure Devops, and it can successfully create a PR with the NuGet dependency updates for the repo. However, I'm trying to use the ...
kiki's user avatar
  • 1
Best practices
0 votes
0 replies
29 views

How to Serve Multiple SPAs from One Azure Storage Account Using Cloudflare

I need guidance on how to manage traffic from multiple custom domains in Cloudflare (non-Enterprise plan) to a single Azure Storage Account that hosts multiple SPAs — each served under a different ...
ZSH's user avatar
  • 653
0 votes
0 answers
29 views

Azure Service Bus message silently fails when i send to queue

I have a listener that processes a message from a queue and then sends it to my response queue. It seems to not through any errors, but the second message seem to silently fail because it never goes ...
Vin Mushwana's user avatar
-1 votes
0 answers
37 views

Error trying to get access token for system-assigned managed identity at particular instance else working fine

Encountering an issue where the access token is not generated at the intended instance when using a Linux VM with system-assigned managed identity to retrieve secrets from Azure Key Vault. This issue ...
Shruti Salunkhe's user avatar
Advice
0 votes
0 replies
31 views

Data Pipeline for Bringing Data from Oracle Fusion to Azure Databricks

I am trying to bring Oracle Fusion (SCM, HCM, Finance) Data and push to ADLS Gen2. Databricks used for Data Transformation and Powerbi used for Reports Visualization. I have 3 Option. Option 1 : ...
Binod Kumar's user avatar
0 votes
0 answers
54 views

Azure Databricks - use of parameters in SQL DDL in a Notebook

I am trying to set up a notebook to configure the basics of a catalog and its schemas, permissions etc for our developers can be "set loose"... I have a parameter set as a widget: v_catalog ...
le Pusscat's user avatar
Best practices
0 votes
0 replies
19 views

Azure function app not logging to application insights when network security perimeter is active

Situation I have a function app (time triggered) (fa), connected to an app insights instance (ai). ai is part(?) of a log analytics workspace (law) that is behind a network security perimeter (nsp) So ...
kiesel's user avatar
  • 300
0 votes
0 answers
24 views

How to prevent Azure front door caching a SPA index.html

I have an Azure front door (afd) with a route and rule set to serve a SPA, as is quite normal, I don't want the index.html cached but do want all the other files cached. I created a rule-set and rules ...
APW's user avatar
  • 557
Best practices
0 votes
0 replies
37 views

Oracle Fusion to Azure

May Someone help me with Pros and Cons for each approach given below. I am trying to bring Oracle Fusion SCM and HCM data to Azure using Databricks. I am unaware which option is cost effective, need ...
Binod Kumar's user avatar
0 votes
0 answers
18 views

kedro pipeline in databricks cannot connect to adfs

I am migrating a kedro pipeline to databricks, I am creating a notebook and I am running a node like this with KedroSession.create(project_path=project_path,package_name="package", env="...
Srinivas's user avatar
  • 2,098
0 votes
0 answers
17 views

NodeJS Azure Monitor Duplicate Log Entries

I have a very vanilla setup for integrating logs with appinsights via azure monitor opentelemetry: const { useAzureMonitor } = require("@azure/monitor-opentelemetry"); const { logs, ...
Mike Lunn's user avatar
  • 2,500
1 vote
0 answers
25 views

Referencing the resource id of an app service plan in function app without using the indexing

I am trying to create multiple function apps with different plans (e.g., Consumption, Flex Consumption). I have created an array that passes the values to the app service plan and the function app. ...
Omkar's user avatar
  • 11
0 votes
0 answers
36 views

PySpark 3.5.5 CharType in read.csv schema definition

I'm using a PySpark notebook inside of Azure Synapse. This is my schema definition qcew_schema = StructType([ StructField( 'area_fips', dataType = CharType(5), ...
Vijay Tripathi's user avatar
0 votes
0 answers
68 views

Sending Messages between Applications using Azure Signal R in Default Mode

I have a client application (Blazor, dual Server/Wasm project, .NET 9.0) that is connected to Azure Signal R and has a hub defined. Within the confines of this app, using a testing page, I can send ...
Josh's user avatar
  • 16.6k
0 votes
0 answers
24 views

How to Identify the End User from an MCP server called by a Copilot Studio Agent

I have an MCP server hosted in an Azure Function. The server is added as a tool to a Copilot agent using an MCP APi key, and works fine. But, I'd like to get the copilot user context to do ...
wmmhihaa's user avatar
  • 963
Best practices
0 votes
0 replies
62 views

.NET Messaging CDC - Monitoring

I have a question about messaging in our system. We have three services: Order, Cart, and Monitoring. We usually work with communication in such a way that each project has its own contracts, and ...
pietro's user avatar
  • 221
1 vote
0 answers
106 views

Azure DevOps Pipeline YAML file - How To Access (upstream) Pipeline Resource Completion Time in downstream pipeline?

How to get the completion time of a stage in my upstream pipeline? I read in the documentation that I can use resources.pipeline.<alias>.xyz, but I don't see any predefined variables that allow ...
Carla Lima's user avatar
-1 votes
0 answers
47 views

APK Signing using Azure Key Vault JCA

After reading this post apksigner ignoring java parameters when trying to include azure keyvault jca, I've tried to setup APK Signing using Azure Key Vault. I'm wrapping the apksigner command call ...
Laurent C's user avatar
0 votes
0 answers
34 views

Azure Session State Management with Redis fails to load

So lately I was having an issue with Redis and Azure cause I was getting timeouts. I find out that most probably I was trying to serialize an object which had all the navigation properties and the ...
Mark Farrugia's user avatar
-1 votes
0 answers
53 views

Why do I get a client id error when it is correct?

I am working on an Azure Microsoft Entra External ID authentication in my MAUI Blazor hybrid app. I have a user flow in my tenant to allow external users to sign in via Google. When I created it, it ...
Andrew Saad's user avatar
0 votes
0 answers
21 views

Cross-subscription Synapse Spark query to a dedicated SQL Pool how to?

I want to query a different subscription SQL Pool using SPark can I just use the same syntax or is additional configuration neccesary and if so how to? df = spark.read.option(Constants.SERVER, "&...
javadev's user avatar
  • 287
-3 votes
0 answers
27 views

Error while obtaining token for UserManagedIdentity from Azure Kubernetes

We are getting following error when using UMI for connection to Azure Synapse. We can see from Azure Portal that UMI is available and is setup to be used from AKS. We are using correct client-id in ...
Umesh Mallugari's user avatar
0 votes
0 answers
33 views

How can I prevent a new browser tab from staying open when an Azure Function (with B2C authentication) is called from a Power BI report?

I have a Power Pages (Power Apps Portal) that uses Azure AD B2C for authentication. Inside the portal, there’s an embedded Power BI report where one column contains links to an Azure Function that ...
user31745653's user avatar
-1 votes
0 answers
87 views

How to detect the current user session in Intune deployment?

I have a C# installer app that needs to identify which user session to target. The application fails to identify the correct user when deployed via Microsoft Intune. For example, when deployed via ...
Bob22's user avatar
  • 7
0 votes
0 answers
31 views

How to link .show operations and .show commands in kusto

In kusto .show operations (link) and .show commands (link) have their own columns for the same query execution. However, I couldn't find a linking key between these two results. Is there a workaround ...
DxG's user avatar
  • 221
0 votes
0 answers
33 views

Increase timeout for Azure Pipelines service connections

I have a problem with my actual setup. I decided to use managed identity in workload federation with a service connection. Everything works fine, except when an approval takes more than 15 minutes. In ...
Ricardo Arciniega's user avatar
Tooling
0 votes
0 replies
26 views

Azure DevOps Extension – Prevent recursive onFieldChanged event when updating fields programmatically

I'm developing an Azure DevOps Form Control extension that updates work item fields based on certain configuration rules. For example, I have two fields: Field A Field B The logic is: When A ...
Subrahmanya Bhat's user avatar
0 votes
0 answers
42 views

GCP Identity aware proxy integration with Entra single-tenant

I want to prevent unauthenticated users to receive any file related to my Single-Page Application (SPA). To this end, I have deployed my SPA-bundle in a Cloud Storage bucket, and I am now trying to ...
lukas gamard's user avatar
1 vote
0 answers
28 views

run single notebook with different objects lists dict parallel on spark, when called from master notebook in synapse

Anyone know how to call single notebook with different parameters parallel, and all notebooks should appear on spark UI to make the trouble shooting easier? I have one child notebook, calling from ...
SAH's user avatar
  • 11
1 vote
0 answers
24 views

Azure openai realtime api doesn't have "input_audio_transcription.delta" event?

Openai's realtime api has "input_audio_transcription.delta" event to represent the streaming transcription of the input audio. Does Microsoft's azure api exist?
ch l's user avatar
  • 11


1
2 3 4 5
501