Content
Latest changes not reflecting in azure app service
Hi, I am facing an issue where the latest changes are not reflecting in the azure app service after I push from the azure repo. I am using azure repo and do not have any pipeline setup on it. I am using Laravel application so trying to deploy it. I…


Unable to connect Application Insights with App Service Diagnostics
On an Azure App Service, navigate to Diagnose and solve problems > Availability and Performance. On the Availability and Performance page, there is a section that says: "Connect Application Insights with App Service Diagnostics..." There is…


The button to stop an App Service web job is no longer there, can we have back?
The Azure console for an App Service has changed recently. Under the Webjobs option where the webjobs are listed, there were formerly buttons to stop, start and restart a webjob. Anyone know if this was intentional? They were very usefu. Many thanks.
App Service Slot Deployed with Wrong Hostname
App service slot keeps getting deployed with a hostname different than requested. Azure is adding random characters to the slot hostname. For example, xxx-xx-xx-xx-stgb8e7.azurewebsites.net, the expected hostname is xxx-xx-xx-xx-stg.azurewebsites.net.…


Not able to login to wordpress -Database Error
I was transferring wordpress website from local to live server azure hosting and due to problems with migration plugin my website has crashed and i cannot login to wordpress.Its showing message"Error in Establishing Database Connection".Because…


VS Code deployment error: "Offset to Central Directory cannot be held in an Int64"
I'm deploying a Flask Web App to a Linux B1 App Service with one instance. My zip package size is under 900MB. When the web app is running I get the following error: "Offset to Central Directory cannot be held in an Int64", but if I stop the…


How do I do a 301 redirect with Azure Wordpress running Nginx?
I have an app service using the azure provided WordPress image, which uses the wordpress-alpine-php docker image, running nginx version 1.20.2. I need to redirect HTTP to HTTPS, and www to non-www, with the Azure AppService version of WordPress. There…


python webapp getting [CRITICAL] WORKER TIMEOUT (pid:130)
HI Admin i am using azure webapp linux environment to run my simple flask app , which will receive a pdf sends to Form recognizer and returns the output after post processing request by client. i am using p1v2 plan. region: central india more often i am…


I do not know how to fix my web app
I broke my website and do not know how to fix it. I will have to move my websites back to a managed WordPress hosting service as the learning curve here is too great at this moment. I am not sure how to get my website back so that I can clone it and move…


Azure Web App: No Module Found Error
I have seen a few questions like this but none of the answers seem to work for me. I have a flask application in github, I have set up the Azure secret. When I deploy the app it says it's a success, however, when I click browse I get the error…


Azure Web App Service Zip Deployment Failed with Conflict (CODE: 409)
Hello, While trying to deploy Web package to App service, I am getting the below error since 27th Jan, 2023. ##[error]Failed to deploy web package to App Service. ##[error]Error: Error: Failed to deploy web package to App Service. Conflict (CODE:…


Too slow website
Hi I moved to azure because I know that it 's faster than a regular Hosting and if I need more resources I can pay more and get them.. the thing is that I installed a website in python 3 with flask. the resources in azure that I am using they are: App…


Wrong http hostname in app service diagnostic settings export
I have an App Service (linux) with multiple custom domains. Everything is working fine. I can access my site with different names: https://mysite.azurewebsites.net https://www.mydomainA.com https://www.mydomainB.org etc. On the App Service, I have also…
Custom Domain configured and verified, but still getting error 404.
Dear members, I have followed the instructions here: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain and verified it. And set up the host records on the name registrar's side (namecheap). Name Registrar's…
Need to get the TLS version for App service using Azure Resource Graph Explorer
Hi, I need to get a list of Azure App Service along with the minimum supported TLS version for each. I have tried using the resources table as below but the TLS version details do not seem to be available in this: Resources | where type =~…


migrate old azure function API's to new azure function without changing url
earlier we were using azure function app (lets name it func-dev-01 ) for making http function with HTTP trigger which create url as ****https://{function_name_dev}.azurewebsites.net/api/{name}?code=12345678910 , **** but for some reason now we are…
B2C login custom template hosted on my app in Azure Docker is displaying a blank page
I have a Blazor server app hosted in Azure registries using a B2C login. This is working fine. I created my own template to change the B2C login UI. A simple cshtml and controller were created in the same app (I am not using Azure blob) with code: …


Exception "Scheme already exists" when trying to implement multiple authentication schemes
For a Azure app service that uses two different app registrations for internal and external users I want to implement multiple authentication schemes. I use a ASP.NET Core web application (.NET6) with the following app…


How to fix canonical issues with WordPress on App Services
I need to redirect www.example.com to example.com. I have a custom domain with SSL, https enforced. Http requests are being redirected to https and working as expected. Where, or how, do I configure a redirect to get the www.example to redirect to…


App Service custom domain mapping - can we delete TXT record from DNS after successful validation?
Hi, In order to map a custom domain name to an Azure Web App we need to validate the domain by adding A and TXT records. https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain Question - can the TXT record…

