Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

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
15 views

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
0 votes
0 answers
24 views

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 ...
Jorge Quiñonez Perrazo's user avatar
Advice
0 votes
0 replies
30 views

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
1 vote
0 answers
15 views

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
1 answer
30 views

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....
Kamsiinov's user avatar
  • 1,501
-2 votes
0 answers
24 views

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
0 votes
0 answers
21 views

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 ...
DanielB's user avatar
  • 37
-2 votes
0 answers
41 views

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 ...
Rafael Herbert's user avatar
1 vote
0 answers
29 views

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
0 votes
0 answers
21 views

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
-2 votes
0 answers
107 views

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 ...
Dreamcatcher's user avatar
0 votes
0 answers
24 views

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

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
1 answer
37 views

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 ...
John John's user avatar
  • 7,367
0 votes
0 answers
17 views

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
0 votes
1 answer
92 views

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 ...
Khalic's user avatar
  • 3,560
-1 votes
0 answers
38 views

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 ...
aashitvyas's user avatar
  • 1,076
0 votes
2 answers
128 views

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 ...
Rocco Mattia Di Mauro's user avatar
1 vote
1 answer
23 views

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 ...
katie77's user avatar
  • 1,851
-2 votes
0 answers
36 views

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 ...
Mykoliux's user avatar
  • 159
0 votes
1 answer
30 views

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: { ...
CNL's user avatar
  • 43
-1 votes
0 answers
47 views

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
-1 votes
0 answers
53 views

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

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

1
2 3 4 5
2905