145,234 questions
0
votes
0
answers
16
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 =&...
0
votes
0
answers
15
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 ...
0
votes
0
answers
24
views
Problems deploying the MuleSoft Flex Gateway container on Azure App Service for Linux containers [closed]
I am experiencing issues when deploying the MuleSoft Flex Gateway Docker container on Azure App Service for Linux containers. Although the image runs correctly on my local machine using Docker, the ...
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&...
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 ...
1
vote
1
answer
30
views
How to add service principal to enterprise application role
I can add users via Azure portal but it does not allow me to add service principals.
I extracted the web call what my browser does:
Invoke-WebRequest -UseBasicParsing -Uri "https://graph....
-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:...
0
votes
0
answers
21
views
Azure File Share API Call Errors [closed]
I am trying to configure an app to use the Azure File share API with the SAS. The input fields for the client look like the pics attached.
[]
In the WebService configuration I have only entered the ...
-2
votes
0
answers
41
views
Azure Bot Service Teams Channel is not sending messages- Returning 599 Status Code - Anyone else with this issue? [closed]
I'm recurrently receiving the 599 and 502 status code with messages like this: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing in Azure Bot Framework. Is ...
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 ...
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 ...
-2
votes
0
answers
107
views
Incremental loading of multiple tables using adf [closed]
We need to implement incremental load for 30–40 BigQuery tables to ADLS using ADF.
I found two approaches:
1. Maintaining a CDC JSON file in ADLS
Updating a CDC JSON file in ADLS after each pipeline ...
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 ...
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 ...
0
votes
1
answer
37
views
Call SharePoint Api using Power Automate "Http" by passing App registration clientID/Secret
I have created an Azure App registration, and granted it permissions to manage SharePoint sites. then i want to query the SharePoint sites' users, using SharePoint API, here the first request to get ...
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, ...
0
votes
1
answer
92
views
Azure AD B2C custom page: `AADB2C90047` + Chrome CORS "`unknown` address space", but Firefox works
I’m using Azure AD B2C with a custom HTML sign-in page and a SPA that uses MSAL (msal-browser).
Setup:
B2C tenant: https://<tenant>.b2clogin.com (dev)
SPA uses loginRedirect with MSAL.
Custom ...
-1
votes
0
answers
38
views
Azure VMSS issue - Failed to update goal-seeking context [closed]
New to Azure, not to the cloud.
I have terraform code provisioned VMSS and it has been running few months okay.
Suddenly since last night my VMSS is failing to boot instances.
I am not using any ...
0
votes
2
answers
128
views
Chain validation failed: .NET MAUI 9 Android App and Azure Web App
I have several .NET MAUI 9 and Xamarin.Forms apps in production, all connecting to an Azure Web App with two instances and a direct HTTP endpoint that handles hundreds of requests per minute.
Lately ...
1
vote
1
answer
23
views
Azure Function app Cron scheduler - missing runs
My function app is a timer triggered app and uses this cron expression for scheduling. 10 */6 * * * On most days it runs fine, but looking at the trace logs in Application insights it does not run for ...
-2
votes
0
answers
36
views
How to download files that have ABFSS protocol using Java from Azure Storage? [closed]
I want to read contents from a particular file held in the ADLS. The URL for retrieving a file looks like this abfss://[email protected]/folderone/somefile.json
How do I read the ...
0
votes
1
answer
30
views
Stack settings are blank in configuration tab
I am deploying an azure webapp with the following settings:
resource functionAppName_web 'Microsoft.Web/sites/config@2021-03-01' = {
parent: functionAppName
name: 'web'
properties: {
...
-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 ...
-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 ...
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, "&...