Issue Creating Azure App Service: Subscription Not Allowed to Create or Update Server Farm
Attempting to create an Azure app service from a new subscription with the following details: SKU: S1 Region: Central India OS: Windows Framework: ASP.Net 4.8 Efforts have been made to create it both from the Azure portal and Visual…
App Services incorrectly refuse setting SSL certificates
I have a certificate installed (Cloudflare Origin certificate), which has an wildcard domain as *.example.com I can successfully use this certificate for Web App Service custom domain, auth.example.com. However, when I tried to bind this certificate to…
Moving App Service Console Logs to Basic Tier
Several app services are set up, each with a specific workspace. The goal is to update the data ingestion kind from Analytics to Basic due to infrequent log queries. Questions are as follows: Is it possible to move the AppServiceConsoleLogs table to…
In app service under setting > webjobs. The webjob is in preview but i couldnt use it, why.?
Screenshot at 2025-01-31 17-24-24.png
Graceful shutdown of app service on Linux
I have a Azure App Service (Linux, Java). When I scale down the number of instances, my application gets killed immediately. However, this leads to transaction errors and database locks. What I want to accomplish is to detect the shutdown, and being able…
How to fix cors issue that results Post and Put requests being blocked with status code 405
Hi there, I am experiencing cors issue with my deployment on Azure app service(Web App). The application stack is Java(v17), Spring Boot 3.3.5, and React JS. Currently, all post and put methods are being blocked. When a request is sent, the…
Create Azure app service(webapp) for windows container using azure container registry image
I'm trying to create a windows container based web app using App service for containers . I'm using an image from Azure container registry to create the app. I tried to do this with azure CLI command and API . CLI: az webapp create --resource-group…
Failed to sync the certificate
In the Rekey & Sync page of my AppService certificate, I noticed that one of my linked certificates are out of sync. Upon pressing the Sync button, I get the following error: Failed to sync the certificate.: The service does not have access to…
Error Retrieving data when trying to log charts on metrics for Azure App service plan
I have issues displaying data on charts. I cannot see the CPU or memory usage or any other metric. I have suscribed to Microsoft.Insights, yet this issue persists. There are no metrics shown in the metrics app
Graceful shutdown of app service on Linux
When deploying an app service there is the ability to specify a start command, but there is no way AFAIK to specify a stop command for an app service. We really have the need for a proper graceful shutdown for our web application that is deployed based…
Preserve URL fragment in App Service with built-in Authentication
Hello, I have setup App Service with built-in Authentication using Microsoft as identity provider following the guides in…
[UnusualActivity] Full Deny assignment
I can't perform any action on my account using my student credit . I can't create nor manage any resource even though I still have unused credits and valid azure account. The client with object id '.............' has permission to perform action…
unable to sign in in azure portal
during sign in in azure portal I'm receiving more information required
App Deployment Center
When i navigate to deployment center i got error the request is blocked. Anyone know why? This happened for all our web app
Web Application hosted under AKS when accessed in VAPT Tool is not getting loaded.
We are currently in the process of conducting a Vulnerability Assessment and Penetration Testing (VAPT) on our web application which is hosted in Azure . However, we have encountered an issue where our vendor's VAPT scanning tool is unable to access our…
Does the default domain in Azure AppService have any limitation comparing to the custom domain?
I have a web app hosted on Azure as AppService, as staging environment, which has two domains one Azure default, and one custom domain. The default one returns 403 The custom one is working fine. is it correct behavior? Also, it has nothing to do with…
Adding firewall in front of web apps in Hub-and-Spoke architecture
Hi, I am shifting towards hub & spoke model in my Azure subscription so that all the traffic coming into my subscription goes through the firewall. I have multiple types of resources but I am more concerned about web apps and function apps. How can…
how to purchase and install ssl certificate from azure
Hey Guys, I want to purchase ssl certificate from azure and install on azure vm IIS web server. How to install ssl certificate on azure vm iis webserver? I have deployed multiple websites on iis webserver. If I will purchase certificate from azure,…
Azure app services
What happened if I put zero in Retention Period in the settings shown in attached screenshot? Is this retention period apply to storage account? These logs I can able to see while I have run query in following path webapp-->logs-->Appservice…
Script failed with exit code: 1
I am using the following Azure CLI to deploy a web App deploy command is timing out with error ##[error]Script failed with exit code: 1 even though I have the following settings have no impact on the execution ` failOnStandardError: false …