6,988 questions with Azure App Service tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Handling End of TLS 1.0 Support in Azure App Services for Legacy Client Devices

I am facing an issue with the upcoming end of support for TLS 1.0 in Azure App Services, as mentioned here. Additionally, the Azure documentation states that TLS 1.0 and 1.1 are considered legacy and not secure, recommending TLS 1.2 as the minimum…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-14T23:40:34.0833333+00:00
Adam Lihm 20 Reputation points
commented 2024-05-16T08:15:46.5366667+00:00
Adam Lihm 20 Reputation points
1 answer One of the answers was accepted by the question author.

Can custom auto scaling(rules based) of the app service plan exclude a webapp?

Hi Team, https://docs.azure.cn/en-us/app-service/manage-scale-per-app According to this document, app service plans can use per-app scaling. Is it compatible with custom auto scaling(rules based)? That is, custom auto scaling excludes one application…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-04-19T01:24:46.7833333+00:00
Gallatin 21V 166 Reputation points
accepted 2024-05-16T07:47:22.3933333+00:00
Gallatin 21V 166 Reputation points
1 answer

Azure Web App deployed from Azure OpenAI Studio doesn't send data to Application Insight

I built my own knowledge management using Azure OpenAI and Azure Search for document indexing and retrieval. I've also deployed it to an Azure web app (from Azure AI Studio), which is like a front-end chatbot. The Azure Web App is deployed with Python…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,851 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,435 questions
asked 2024-05-09T06:01:51.2466667+00:00
Narendra Mahendrakar (Microland) 0 Reputation points
edited a comment 2024-05-16T06:20:58.2066667+00:00
Narendra Mahendrakar (Microland) 0 Reputation points
1 answer One of the answers was accepted by the question author.

Problem with network bandwidth of Azure App Service (very slow uploads)

My App Service (A) sends a POST request that contains a base64 encoded file to App Service B . I understand that this may seem strange, but it is needed in this case. App Service B uploads it to a Blob Storage and then returns a response. The size of the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-13T04:48:32.81+00:00
Andreas F 40 Reputation points
accepted 2024-05-16T05:44:59.3366667+00:00
Andreas F 40 Reputation points
0 answers

Azure server can't find handlebars views

I am using handlebars to generate html on my server and send it to my users when they land on my express routes. My route looks something like this : userRouter.get( '/template-reset-password/:from', async (req: Request, res: Response) =>…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-14T12:30:55.9333333+00:00
Ludovic 0 Reputation points
commented 2024-05-16T05:15:15.71+00:00
VenkateshDodda-MSFT 18,946 Reputation points Microsoft Employee
1 answer

Azure WebApp custom domain not auto-update binding from KeyVault Certificate

I have a webapp and a custom domain, secured with a SSL certificate binding and the externally provided and uploaded certificate in KeyVault. The certificate was updated and a new version recorded in KeyVault. Today when the original cert expired, the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-03T09:10:54.7+00:00
ozbobwa 21 Reputation points
commented 2024-05-16T02:30:53.96+00:00
ozbobwa 21 Reputation points
1 answer

Got an error while deploying site "Stopping site <site name> because it failed during startup"

Hi, I'm trying to deploy an app using the reflex python library, but after the app compiles successfully, I get the error above. I have tried having the app listen to every port, including 80 and 443, and it doesn't fix the issue. Thanks.

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
913 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-08T14:36:32.8+00:00
Rivas, Mariolys 0 Reputation points
commented 2024-05-15T22:12:42.6333333+00:00
Grmacjon-MSFT 16,446 Reputation points
1 answer

.NET runtime environment required in a python code, so how do I deploy it as an Azure App Service?

2024-05-10T08:10:16.972810276Z Traceback (most recent call last): 2024-05-10T08:10:16.972823177Z File "/tmp/8dc70c645302e9a/antenv/lib/python3.10/site-packages/pythonnet/init.py", line 77, in create_runtime_from_spec…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,438 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-10T15:27:01.0666667+00:00
Wasim Bijili A S 0 Reputation points
commented 2024-05-15T22:11:23.1933333+00:00
Grmacjon-MSFT 16,446 Reputation points
3 answers

Error debugging Cognitive Search - The SharePoint data requires a value for local Id

simple cognitive search that has a Sharepoint data source. Having issues with the skills so I need to debug them. New debug session does not work - get error: "Session status: Error The SharePoint data requires a value for local Id. Parameter name:…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
741 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2023-01-24T07:10:14.92+00:00
Lee Simpson 25 Reputation points
edited a comment 2024-05-15T15:43:43.18+00:00
Zain Ibrahim 0 Reputation points
0 answers

The given path's format is not supported.

Whenever I install some node js package (aes-everywhere, or some other hashing algorithm packages) and I want to deploy from the viscose I used to get this error 15:50:08 geotopuptest: Zip package size: 30.4 MB 15:50:09 geotopuptest: Fetching…

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
835 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
913 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-15T14:53:53.38+00:00
Hammed Ejilola 0 Reputation points
0 answers

Restart disabled for app service environment

We have several webjobs and app service with issues. App Service Environment upgrade attempted and failed earlier this month. App Service Plan attempted scaling failed due to failed upgrade. Now we are having several issues with different app services…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-15T14:35:37.47+00:00
SMITH, CHARLES B (Services - 6) 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure managed TLS certificates behind Application Gateway

Case A) - Azure Static Web App "Free SSL/TLS certificates are automatically created for the auto-generated domain name and any custom domains you may add." Q: When Static Web App is behind Application Gateway, is it possible to use Azure…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,792 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
776 questions
asked 2024-02-13T13:55:58.7133333+00:00
Mika Pitkänen 20 Reputation points
accepted 2024-05-15T14:17:04.4866667+00:00
Mika Pitkänen 20 Reputation points
0 answers

How to fix this issue in Django [Mysql SQL server connection error] while logging into admin

OperationalError at /admin/login/ (3159, 'Connections using insecure transport are prohibited while --require_secure_transport=ON.') POSTRequest Method:POSTRequest URL:http://seno.azurewebsites.net/admin/login/?next=/admin/Django Version:5.0.4Exception…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-14T05:04:57.25+00:00
Lakshay Kumar 0 Reputation points
commented 2024-05-15T10:08:44.7266667+00:00
SnehaAgrawal-MSFT 18,541 Reputation points
3 answers

How to web app service networking restriction bet. group of web apps

Hi Team, am facing one issue where am unable to restrict incoming traffic to web app. infrastructure i have we have 6 web app frontend-webapp1, frontend-webapp2, frontend-webapp3 backend-webapp1, backend-webapp2, backend-webapp3 Problem statement…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-02T16:28:08.1066667+00:00
Kuldeep Singh(OT) 0 Reputation points
commented 2024-05-15T08:58:04.9966667+00:00
VenkateshDodda-MSFT 18,946 Reputation points Microsoft Employee
3 answers

How to enable HTTP2 for AZURE App Gateway with WAF?

Have some Windows Server 2019 with IIS vms running behind Azure App Gateway with WAF. Looking at the chrome network trace of the web apps running on those server, each http request is showing http 1.1. I read here that Azure now supports HTTP2. …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2020-04-19T03:00:47.983+00:00
McFadden, Scott (GE Aviation, US) 46 Reputation points
commented 2024-05-15T07:21:55.2+00:00
Giacomo Pedemonte 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to configure Application Gateway before Azure Firewall to App Services

Dear Microsoft community, I have an application gateway setup with WAF with app services as the backend pool targets. I have also setup access restrictions in the app service networking to only allow traffic through application gateway. Till here…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
580 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
968 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2023-04-13T09:46:01.1133333+00:00
Martin Garrix 30 Reputation points
commented 2024-05-15T06:05:50.11+00:00
Martin Garrix 30 Reputation points
2 answers

How to write "az cli" script to deploy WebApp in Github

Please help me write a script to deploy a blazor server web application whose C# source is in a Github repo. My first choice is "azure CLI" commands inside a "ps1" file. Attempt #1 Here is my first attempt after having successfully…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-10T20:26:06.9966667+00:00
Siegfried Heintze 1,861 Reputation points
edited a comment 2024-05-15T05:25:05.8033333+00:00
VenkateshDodda-MSFT 18,946 Reputation points Microsoft Employee
1 answer

App service plan linux - Why the Http request queue is always set to 1

I've an app service plan with 4 apps running. When I'm doing a stress test on those apps, I would expect the http request queue to grow ( the CPU is spiking at 100 %). But the only thing I see is the memory and CPU growing. All the network metrics are…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-13T18:59:37.7533333+00:00
Chabbey Francois Julien (extern) 0 Reputation points
answered 2024-05-15T04:17:03.5433333+00:00
brtrach-MSFT 15,351 Reputation points Microsoft Employee
1 answer

I can't even get diagnostic data about my Azure deployment, everything times out

Things were fine a few days ago, and then I upgraded my account. Does that turn off things? I go to MYAPP.scm.azurewebsites.net/api/dump which I have used to grab logs. It times out. This isn't my app, this is the SCM link to view things like Docker…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-03-29T04:25:34.6833333+00:00
Barry Spencer 0 Reputation points
commented 2024-05-15T04:02:40.54+00:00
brtrach-MSFT 15,351 Reputation points Microsoft Employee
0 answers

How to correctly load openpolicyagent/opa image from public docker hub in azure app service using bicep

When I deploy Azure App Service and try to load openpolicyagent/opa version 0.64.1 using a bicep template that is attached below, and then I go to deployment center, it does not show the correct settings. What could be the reason? param…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,988 questions
asked 2024-05-14T12:46:19.1733333+00:00
mamoorkhan 1 Reputation point
edited the question 2024-05-15T03:28:41.9633333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor