Azure Web App: TLS support for OLEDB-driver
Hi I have trouble running a website on Azure, using the Microsoft 'Web App'. The website is unable to connect to the SQL Server database running in the same resource group (received error: "The connection's current state is closed"). …
Get SKUs always returns null
What I want to get is a list of pricing plans before I create a app service plan to be able to choose which one fits best my interest. Just like Azure Portal This is not a query for plans already created in the subscription. I've tried it through…
FTP or SCP of a file within my app service
I've recently created a Linux App service and have an app running that is writing data to a file. I can see the file and edit it from the SSH debug window, but I have not been able to SCP the file to my own machine or SFTP the file. I have gotten…
Functions are not showing up in Azure Function App
I have deployed an Azure Function App using Bicep and YAML pipeline. Function app uses java as FUNCTIONS_WORKER_RUNTIME and is hosted on a P1v3 Service Plan. Problem is that when I deploy functions on Function App, functions do not show up on Overview…
I have deployed an application in azure web app service. But while accessing the url i am getting application error .
I have deployed a containerized application in azure web app service. The deployment was successful .But while accessing the url, the webpage is displaying application error . The error says : The resource was not found, it may have been deleted. If…
We've detected an error while synchronizing to Enterprise Application Name" but there are no errors in the log.
Hi. In a Enterprise Application that we use for SAML authentication and the Provisioning is configured from time to time (almost every week) we receive the email alert that "We've detected an error while synchronizing to Enterprise Application…
Getting error while creating a resource group in Azure for Students account
I am facing an error while creating an azure app service or creating a resource group. I am using a student account. Below is the screenshot of the error that I am getting while creating a resource group (Some of the details are hidden because I…
App service https 4xx errors not showing in application insights
I am sending app service diagnostic data to log analytics workspace and my app insights instance is also connected to same log analytics but application performance data is not showing under app insights Thought for every 401 error ,monitoring alert is…
unable to delete public key certificates from appservice through powershell,cli and restapi.pipeline is getting successful but still certificate is not being deleted.
Hi team , I am unable to delete public key certificates from appservice linux through powershell,cli and restapi.pipeline is getting successful but still certificate is not being deleted. Please let me command to delete that one.. I have used (azure…
Static Web App - incomplete upload due to storage quota or error - how to debug?
I have a Hugo static web app, that upload only part of the website. I think it might be due to the storage quota applied (aka 250MB for a static web app). I will try to reduce, but how can one check what the current storage size is on the static…
How to fix wrong level classification in App Service Logs
I set up logging in our Python App Service and when looking at the console logs, Azure is misclassifying the level of the logs. For example, a simple info log shows as an error when querying the logs. Here is a screenshot:
How to Deploy a Flask Backend and Next.js Frontend Together in Azure Web Services
We created an application using Next.js React for the front-end and Flask for the back-end. We successfully developed and tested the app locally using Docker. For deployment in Azure, we: Created a container registry Tagged Docker images Created…
Request for Access to Azure Speaker Recognition Service
Dear Azure Support Team, I hope this message finds you well. My name is Jamil Al Nashash, and I am currently working on a project that involves speech to text. , I am looking to integrate Speaker Recognition into our application using Azure speech AI…
How to fix Azure App service F1 free tier Web API The SSL connection could not be established & Cannot determine the frame size or a corrupted frame was received
I have migrated a .NET core 3.1 Web API deployed on Azure App services. I migrated it to .NET 8 version and deployed to same Azure App services. We are using the app services plan F1 free tier. Same was used for .NET 3.1 API also, earlier it is used to…
Azure App Service deployment intermittently fails for different reasons
I have a Next.JS application, that I'm deploying to an Azure App Service. I'm using the VSCode Azure extension tool (as I never got the github action working) When I deploy this App, it intermittently fails for no obvious reason. For example, I deployed…
Unable to deploy zip package to endpoint in Azure
I am reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder-js. When I want to deploy this application via Teams Toolkit, the error occurs. It says that [Error] -…
Azure App Service Blocking WebSocket Requests
I am trying to deploy a WebSocket for my application on Azure App Service. My application uses Next.js 14 with the App Router, and I have built a separate server to handle upgrade requests. // server.ts // run server by // `tsx server.ts` const dev =…
Azure WebJob Upload Fails with 'Bad Request' Error for Laravel Queue Worker Script
Issue Description I am attempting to set up a WebJob in Azure Web App Service to run a Laravel queue worker (php artisan queue:work). However, when adding the WebJob, I consistently encounter the error: "Failed to add 'queue-worker' Bad…
Application Gateway listener type and Host type not support Azure Web App default domain?
Hi All, I've create Azure Web App and Application Gateway. I want to secure my Web with Application Gateway integrate to Web App by disable public access and enable private endpoint on Web App and using defualt domain for setting listener on Application…
How To fix "You don’t appear to have an active Azure subscription" while creating pipeline with "Azure Repos Git(YAML)".
I am trying to create a pipeline with Yaml scripting to deploy an application, When I goto Pipeline - Create Pipeline - Azure Repos Git(YAML) - Selected my repository - Configure my pipeline then one side window will open with Python to Linux Web App…