862 questions
Advice
0
votes
4
replies
43
views
Best Approach to High Volume Azure App Service Authentication
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 ...
2
votes
1
answer
154
views
How to allow large file uploads (>50 MB) in ASP.NET Core 6/7 Web API hosted on Azure App Service
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://...
0
votes
0
answers
63
views
Can I run Docker (e.g., Gotenberg) inside an Azure App Service that’s deployed in Code mode?
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 ...
0
votes
1
answer
62
views
Repoint Azure App Service URL to container app [closed]
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 ...
0
votes
0
answers
42
views
App Service sandbox blocks all forms of dynamic client certificate usage in HttpClient
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-...
0
votes
1
answer
137
views
Azure App Service Always On feature functionality - Clarification
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 ...
0
votes
1
answer
103
views
Does slot swapping make the primary slot "go cold" for a little while?
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 ...
0
votes
1
answer
229
views
500 Internal Server Error when deploying Next.js app with Clerk to Azure Web App
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 ...
0
votes
2
answers
263
views
How to implement HSTS (Strict-Transport-Security) in a Vue.js SPA hosted on Azure App Service?
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 ...
0
votes
1
answer
104
views
Use managed identity on a single endpoint in AzureAppService
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 ...
2
votes
1
answer
887
views
Azure App Service Deploying .tar.gz Instead of Extracted Files in One Subscription but Not Another
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 ...
0
votes
2
answers
383
views
How do I set default document for an ASP.NET Core 8 web app in Azure App Services?
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 ...
0
votes
0
answers
54
views
How do I send a response back to MS Teams from my bot backend which is hosted in azure App Services
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 ...
0
votes
2
answers
70
views
Run script on Azure App Service in scheduled way
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 ...
0
votes
2
answers
629
views
How can i view environment variables for Azure app service?
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 ...