upgrade to allow custom domains
Hi, I have an Azure subscription which contains an App Service website and an SQL Database. I want to be able to use my own custom domain that I have purchased for my website, but am currently unable to as I am on the free F1 App Service plan. My SQL…
Azure App Service
Need help in Azure App services Deploying Node.js and React App
Hello, Need assistance in deploying React and Node.js in Azure App services.
Azure App Service
Stop azure deployed time triggered webjob
I've read that the "proper" (debatable) way to stop a scheduled webjob is to get to scm and delete the settings.job file. However, my project is deployed as a zip through devops so I can't delete files. Trying gives 409. I also can't delete…
Azure App Service
TCP Connection Limit Unclear for Azure Web App
On a specific server running a single P2v3 instance I am seeing port exhaustion issues popping up, these issues are being remedied currently through upcoming improvements, however I noticed that its unclear on the diagnostics side what limit I am…
Azure App Service
Azure App Service Plan metrics vs Azure Web App Metrics 'Data Out' Metric
Looking for insight on how App Plan metrics work in relation to the underlying instance(s). For example, 'Data Out' is a metric on both sides, originally I thought that the app service plan would simply aggregate the data from the instances, but I see…
Azure App Service
Entra ID Conditional Access
I have some web application and this application will generete some notificatiin thru email. Now i want to limit the sender only can be accessed from internal network and from azure app service. I can make Entra conditional access by puting our public ip…
Azure App Service
Why is my azure web app keeps dying randomly
Our app server stops responding at random times, and requires a restart. This is not a reliable solution if we decide to go to production, and very concerned about the viability of using azure
Azure App Service
Permission Denied while running tcpdump in Linux App container
I am encountering a networking issue in my Linux App Service. To troubleshoot, I would like to collect logs and trace the traffic. However, I am unable to install tcpdump using apt install, as the command fails with the following…
Azure App Service
Azure app service is compromised. We can see inside our app service files there is a file called xmrig-6.24.0
Azure_App_Service.pngimage (18).png As you can see in the image someone put an additional file xmrig-6.24.0 What is this file? How can we prevent attackers to not put such files? This is draining CPU of my app service. I have uploaded both the…
Azure App Service
How to Set Permissions in App Service without Authentication Enable?
Attempting to enable application-based authentication on an app service instead of Azure based authentication. The application does not start due to access permissions to the web.config file not being correct. From the log stream... IIS was not able to…
Azure App Service
Can not publish
Can not publish from visual studio to azure. The Web deploy client wants a password for the app service $HomePageCode20221126233651” When I click on configuration the system says the request is blocked
Azure App Service
How to renable a disabled azure tenant
I had previously signed up for the azure pay as you go tenant. It was subsequently deleted due to inactivity. When I try to login I get the below error message. How do I reactivate my tenant? Sign-in failed Error code: AADSTS5000225 Error message:…
Azure App Service
What happens to the Platform when an AppService is redeployed.
Sorry if my question is too basic, and if some of my concepts are incorrect. Do correct me in case I am wrong. So, my question is to understand what happens to the VM hosting my App when I am using Azure AppService and redeploy my app. For example, if my…
Azure App Service
Add global admin access to my account
I have an app service, I want to use slot deployment with a production and staging slot. I can publish apps with publish profile with github action and it works fine, but to swap slot I need to do a az login in github action, for which I need a service…
Azure App Service
App-Service Domain Names and Adding Cloudflare via DNS
I need to change my DNS records specifically the name servers so I can have cloudflare manage the DNS and provider a bunch of other great things. Why can't I change the nameservers to add in cloudflare to manage the DNS. Right now it seems the…
Azure App Service
FastAPI remove duplicate logs in App Insights
code 1: import logging import random import asyncio from fastapi import FastAPI from azure.monitor.opentelemetry import configure_azure_monitor CONNECTION_STRING = "XXX" configure_azure_monitor( logger_name="dice-game-logger", …
Azure App Service
Why is the app service rebooted many times?
My app services were rebooted many times and the rebooting is random, why are there so many restarts?
Azure App Service
web app create getting error ServerFarmCreationNotAllowed
i wanna create web app for django app bu alway getting this error { "code": "InvalidTemplateDeployment", "message": "The template deployment 'Microsoft.Web-WebApp-Portal-58eeff90-83dc' is not valid according to the…
Azure App Service
How to authenticate my application (running as an Azure App Service) against another Azure App service using Managed Identites?
We have two applications that run in two different Azure App Services: A ASP.NET 4.6.2 application that Hosts a website and utilizes a web job that communicates with the other App Service over gRPC (using the older Grpc.Core package because App…
Developer technologies | ASP.NET | ASP.NET Core
Azure App Service
Developer technologies | ASP.NET | Other
App Service Domain nameservers changed to GoDaddy defaults - website down, cannot reset to Azure DNS
I purchased a domain through Azure App Service Domains. While attempting to migrate DNS to Cloudflare, I used an Azure REST API call to change the dnsType property. After that, the nameservers were automatically changed from Azure DNS to GoDaddy's…