Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

Azure AD - Code Verifier does not match the Code Challenge supplied

I'm trying to authenticate with Microsoft Azure AD OAUTH 2.0 in my Node.js/TypeScript app. During the repo cloning process, I keep getting this error when handling authentication: AADSTS50148: The ...
Jugert Mucoimaj's user avatar
1 vote
0 answers
34 views

SignalR Service - how to set-up reconnected trigger in Node.js Azure functions

I have a SignalR Service that has Upsteam connection set up to my Azure function app. In Azure functions app I have triggers for handling client connected and disconnected events, that are working as ...
yohny's user avatar
  • 182
0 votes
1 answer
51 views

Azure Notifications Hub - android FCMv1 push messages not working

I'm trying to send a push message from our backend. Here's the basic code we're using: import { createFcmV1Notification, } from "@azure/notification-hubs"; import { createClientContext, ...
apes-together-strong's user avatar
0 votes
1 answer
55 views

Postgres Authentication using Entra ID account keeps failing on local Node.js app

I am trying to connect to an Azure Postgres Flexible Server using Node.js and the pg library. I am deploying the app to an appservice on Azure. I have managed identity configured as well as an Entra ...
Siedler's user avatar
  • 97
0 votes
1 answer
124 views

NextJS application deployed through container on azure app service not working

We are trying to deploy a nextJS container that works fine locally with docker but having issues when deploying to azure web app for containers. The default microsoft web page is showing on the app ...
Hacene chabane's user avatar
0 votes
1 answer
51 views

Failed to find binding?

I have an Azure Function App which runs with Node.js. The project uses the following dependencies (from package.json). "@azure/functions": "4.2.0", "durable-functions": &...
sschmeck's user avatar
  • 7,753
-1 votes
1 answer
94 views

Puppeteer Not Working in Node.js Project After Deployment to Azure (Works Locally)

I am using Puppeteer in my Node.js project, and it works perfectly fine on my local machine. However, after deploying the project to Azure, I am encountering issues where Puppeteer does not seem to ...
Akshay Pagare's user avatar
0 votes
2 answers
67 views

Unauthorized to retrieve PowerBI embed token

I already have found other similar issues on Stack Overflow, but still have issue to retrieving the embed token in Node.js, with the message: 2025-03-07T08:31:35.098660921Z Error: Failed to get embed ...
Giacomo Brunetta's user avatar
0 votes
1 answer
114 views

Unable to Access Blob Trigger Using Managed Identity in Azure Functions

I am trying to access a blob trigger in Azure Functions using a managed identity but am encountering issues. I have followed the instructions in the documentation and blog posts, but the issue ...
Hiten Samalia's user avatar
-2 votes
1 answer
52 views

Azure Function Node.js Typescript v4: Functions not found after 2nd deployment after

I have an issue that appears others have had in the past which is after deploying an Azure Function Node TypeScript v4 app, the functions are not found. I have read the following existing Stack ...
DapperDanh's user avatar
0 votes
1 answer
44 views

How to get output from NodeJS in an Azure Function App?

I have an Azure Function App which is a single NodeJS file. It's purpose in life is to take in a URL parameter caleld "code", and based on the value of that parameter, read some data from ...
RobG's user avatar
  • 594
0 votes
1 answer
70 views

I cannot send mail using Azure OAuth with Nodemailer

I am trying to change the authentication in my project to OAuth2 because Microsoft has stopped support for Basic authentication. Everything seems normal on the Azure side. const createEmailTransporter ...
berkayer's user avatar
0 votes
2 answers
83 views

How to resolve Node Error when deploying azure static web app with the statice web app CLI

I am executing the Static Web API CLI to deploy a simple HTML website. swa deploy --api-language none --api-version none --env Production --verbose > deployment-log.txt 2>&1 The output is ...
user3845056's user avatar
0 votes
1 answer
187 views

Azure Function deployment from GitHub action is failing in Azure/functions-action

I have created an Azure function with Node in VS Code and published it to Github. In GitHub, I have created a build-and-deploy action YAML: name: Deploy Node.js project to Azure Function App on: ...
Michael S. Scherotter's user avatar
0 votes
1 answer
263 views

@azure/opentelemetry-instrumentation-azure-sdk [ 'Module @azure/core-tracing has been loaded before

@azure/opentelemetry-instrumentation-azure-sdk [ 'Module @azure/core-tracing has been loaded before @azure/opentelemetry-instrumentation-azure-sdk so it might not work, please initialize it before ...
Muhammad Faraz Ali's user avatar

15 30 50 per page
1
2 3 4 5
251