Skip to main content
Advice
0 votes
4 replies
43 views

What would be the best approach for a MAUI app with a potentially very large volume request usage of an Azure App Service API for implementing authentication for the app only vs a user? I envision ...
Marc George's user avatar
2 votes
1 answer
154 views

I have an ASP.NET Core 6/7 Web API with an endpoint that uploads files using multipart/form-data. I want to allow files of 50 MB or larger. I'm currently testing with cURL: curl -X POST "https://...
Deva's user avatar
  • 122
0 votes
0 answers
63 views

I’m working on an app where the API is deployed to Azure App Service using the Code publish model (Python + Gunicorn). When I run this locally, I also spin up a Gotenberg (Docker) container from the ...
Gaurav Sharma's user avatar
0 votes
1 answer
62 views

I have an Azure App Service, which is accessible via HTTP using it's .azurewebsite.net domain name. Lots of other applications are configured to call REST endpoints within this app service. For ...
Dave B 84's user avatar
  • 638
0 votes
0 answers
42 views

I’m trying to make TLS calls using HttpClient in an Azure App Service (Windows) with a certificate that is dynamically loaded at runtime (e.g., from blob storage or Key Vault as a byte array). A third-...
Ellen's user avatar
  • 1
0 votes
1 answer
137 views

We use Azure App Service and we use custom domain for that Azure App service Web App. As per docs I see the meaning of Always On feature is: Always On: Keeps the app loaded even when there's no ...
Learning_Learning's user avatar
0 votes
1 answer
103 views

We're looking to implement a production and "CD" slot to our Azure app service. The goal being to deploy changes to the CD slot, ensure that the changes are good, then swap the slots. We've ...
BigNull's user avatar
  • 41
0 votes
1 answer
229 views

I'm deploying a Next.js application that uses Clerk for authentication to Azure Web App (Linux). The deployment completes successfully, but when I try to access the site in the browser, I get the ...
Citizen's user avatar
0 votes
2 answers
263 views

I have a Single Page Application (SPA) built with Vue.js and deployed to Azure App Service (Linux). This app communicates with a backend .NET Web API, also deployed to Azure App Service. I've ...
devram's user avatar
  • 155
0 votes
1 answer
104 views

I have an ASP.Net app that is handling users with a user name and password authentication. It's working fine and I want minimal disruption. I have a new requirement to make a calculation it does ...
MikeF's user avatar
  • 1,159
2 votes
1 answer
887 views

I am experiencing an issue with deployments on Azure App Service where, for certain web apps in one Azure subscription, the pipeline deploys a .tar.gz file instead of extracting it to the node_modules ...
Abhay Garg's user avatar
0 votes
2 answers
383 views

First time experimenting with creating an ASP.NET Core 8 web application in Visual Studio Code. I chose .NET 8 because it's the newest version. I am deploying it via Azure App Services. I am very ...
CigarDoug's user avatar
  • 1,610
0 votes
0 answers
54 views

I'm encountering a 401 Unauthorized error when attempting to send a response back to a Microsoft Teams chat from my bot(i haven't used bot framework sdk, simple bot in python). In my setup, I’m ...
Manuel Martin's user avatar
0 votes
2 answers
70 views

I have application deployed in Azure App Service. There is script which I would like to run at some specific moments e.g every Sunday at 21 pm. I found similar quesiton: How Run script on Azure App ...
Michu93's user avatar
  • 5,871
0 votes
2 answers
629 views

I have looked at the subscription level and app service level under Access Control (IAM) and clicked on "View my Access" . It says that my access is "Owner". Now when i go to an ...
Sandy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
58