Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
45 views

How to embed a power bi report with RLS?

To do this I must obtain a token from a Microsoft API POST https://login.microsoftonline.com/{tenatId}/oauth2/token The necessary x-www-form-urlendcoded are: - client_id: '', - client_secret: '', - ...
Bet's user avatar
  • 23
0 votes
0 answers
75 views

CI/CD - GithubAction with Azure fails because of not able accessing AZure ressources

I have the following CI/CD Job in GitHub-Action: name: Build and deploy ASP.Net Core with Angular app to Azure Web App on: push: branches: - main workflow_dispatch: jobs: build-...
fass33443423's user avatar
0 votes
0 answers
35 views

How and when to use Salesforce features with website or can we use salesforce as backend?

I have a website based on Angular and backend in C# + SQL Server hosted on Azure. The website is a portal where any company can register with a main user on our system, and they can use our website's ...
josh's user avatar
  • 107
0 votes
1 answer
105 views

Build and Deploy Job failing due to invaid Node version on Azure

I have an Angular App which is building fine on my local with Latest Angular and Node versions.. However, when i deploy it to Azure Static Web app, the build is failing and giving the below error. ...
Sam K's user avatar
  • 416
1 vote
0 answers
55 views

How to ensure initial authentication with Azure AD in Angular app using guards and NGRX

I have an Angular application that's used internally within our intranet. The requirement is straightforward: users should be authenticated with Azure Active Directory as soon as they access any URL ...
Fabian M's user avatar
  • 220
0 votes
0 answers
51 views

Azure App Services - ASP.Net project with Angular as virtual directory

I have an Azure App Service called scba-dev that is hosting our ASP.Net application and is working as expected. I also have a newly Angular 17 application (at the moment is just a placeholder ...
Jose R. Chacón's user avatar
0 votes
1 answer
84 views

Intermittent web api call failure in Azure App Service

I have an Angular 14 front end running against a .Net 8 back end deployed to Azure App Service. I have recently started getting an intermittent error: Response with status 0 for URL null This has only ...
Barry Russell's user avatar
0 votes
1 answer
48 views

Failed API requests from FE App (status code = 0) are missing in Azure Application Insights Logs

Our FE application receives errors when calling the endpoints of our dedicated API (hosted on Azure), which occur randomly on individual requests within the session. It is status=0, which the browser ...
Petr Mach's user avatar
7 votes
1 answer
393 views

Angular Application shows random 500 Server Errors with Azure App Service

We recently (in the past two weeks) discovered a very strange behavior in one of our production apps, which ran flawlessly for the last couple of months. There wasn't a deployment in over three months,...
ICantSeeSharp's user avatar
0 votes
1 answer
72 views

Cross-Origin Token Redemption Error in Capacitor Native App with Azure AD

I'm developing a native application using Angular, Angular OIDC Client, and Capacitor, but I'm encountering an error during authentication with Microsoft Azure AD. The error message in my Xcode logs ...
Toby x's user avatar
  • 1
0 votes
1 answer
139 views

Error AADSTS9002326: Cross-origin token redemption issue when sending data from Angular

I have an Angular application running locally that needs to send data to an Azure Log Analytics Workspace. When I make the API call using Postman, it works perfectly fine. However, when I attempt to ...
Maxime C.'s user avatar
2 votes
0 answers
136 views

Issue with Media Player License Key Integration in Live [closed]

Could someone please assist in resolving this issue? I'm encountering difficulties using the MediaKind player's license key provided in my MediaKind account. While it operates smoothly in my local ...
Akhila Chowdary's user avatar
0 votes
2 answers
902 views

AADSTS900561: The endpoint only accepts POST, OPTIONS requests. Received a GET request on angular UI

I am getting this error when running my angular code on local the I have checked my logout url is https://login.microsoftonline.com/common/oauth2/v2.0/logoutsession/ and my redirect url is "...
Arjun Dhilod's user avatar
-1 votes
1 answer
551 views

How to set up streaming of responses from an Azure Function API, which is designed to utilize Azure OpenAI

How can I set up streaming of responses from an Azure Function API, which is designed to utilize Azure OpenAI using Python language, to be consumed by an Angular UI application? This Angular UI ...
Rahul's user avatar
  • 45
0 votes
0 answers
72 views

How to run an Angular website on a Linux-based Azure app service

I'm trying to run the out-of-the box Angular website on a Linux-based Azure app service. Although the base Angular website could be run as a static website, I do not plan for the future, customized ...
IMOsiris's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
60