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] -…
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…
WEBSITE_RUN_FROM_PACKAGE Environment Variable Auto-Creating in App Service Environment
I have a solution containing an Web App and Web Job project, that I build and deploy with Azure DevOps pipelines, which I deploy to an Azure Windows App Service, using the ZipDeploy option. I can deploy the Web App to my DEV and TEST environments with…
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…
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…
How to fix issue about iisnode when deploy NextJS web into azure host via azure web service
Here issue when I log: Error 500.1013 - Internal Server Error The page cannot be displayed because an internal server error has occurred. Most likely causes: IIS received the request; however, an internal error occurred during the processing of the…
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:
Fail to to fetch locations: deployment as a web app under Azure Open AI service
Hi, we get stuck in the deployment as a web app under Azure Open AI service. We have built a data pipeline for documentation and connect with Azure AI search already, but can't deploy as web app due to get location error "Failed to fetch…
cannot delete webapp and app service plan
I attempted to delete the RG where I have deployed my vnet, app service plan and web app. the delete operation completed but the app service plan and web app were still present afterwards. subsequent deletion of the web app / app service gave the…
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…
I am trying to execute a prompt flow in azure ai atudio and getting the following error:Run failed: Exception: Exception occured in search_function_construction.
raceback (most recent call last): File "/azureml-envs/prompt-flow/runtime/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 864, in _resolve_forward_ref obj = _typing_extra.eval_type_backport(obj,…
Getting '/RDWeb/Pages/en-US/login.aspx' does not exist exceptions continuously in Azure App service
We have an ASP.NET MVC application hosted in Azure App Services. After a few days of deployment, we are continuously getting an error added below. We do not have any path /RDWeb/Pages/en-US/login.aspx in our application as mentioned in the error and no…
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…
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…
Best Solution to handle 404 errors to /admin/host/ping for my asp.net MVC application hosted in Azure app services
We have an ASP.NET MVC application hosted in Azure App Services. We have enabled the automatic scaling-out option from the Azure portal (Web App > Settings > Scale Out). We noticed continuous error logs in the application insights logs mentioning…
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"). …
WebSocket Connection Issue in socket.io Node App on Linux - CORS
I have an app service running on Linux Ubuntu 20 (B1 Plan), according to the docs, web socket is enabled there by default so there is no need to enable it explicitly manually like on Windows apps. App depends on npm packages for socket: socket.io@^4.7.4,…
How to fix region quota issue while deploying React, Node.js, and MSSQL web application in Azure?
I'm facing an issue while trying to deploy my React, Node.js, and MSSQL web application on Azure. During the deployment process, I received an error stating that the region I selected has a 0 quota for my subscription type (free trial). The error message…
Restore a deleted App Service Domain
I had an App Service domain in my MSDN subscription, but can no longer find it. It still works (DNS resolves), but I don't see the resource in Azure portal. Presumably, it has been deleted by accident. There is no (free) option to contact support for…
Best recommended approach to handle 404 errors to /admin/host/ping for my asp.net MVC application hosted in Azure app services
We have an ASP.NET MVC application hosted in Azure App Services. We have enabled the automatic scaling-out option from the Azure portal (Web App > Settings > Scale Out). We noticed continuous error logs in the application insights logs mentioning…