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 …
Failed to update application. Error detail: No other properties may be modified when certification properties are being modified.
When trying to update my app manifest I get the following error. It dosent give me a clue on what is happening but maybe something else is blocking the update?
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…
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…
Azure Appservice logs
Hi, I need to understand Azure App services logs retention period. What happened if I select Retention Period in AppService--> App Service logs--> Retention Period(Days) as 0. Will it save Appservice logs permanently?
How can I troubleshoot my web app page navigation
Can some help shed some light on how I can troubleshoot my web application not landing the home page? If I collect a trace, what should I be looking for?
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…
Azure AD: function app + web app using the same app registration
Hi We're thinking of rewriting a part of our enterprise application, specifically the part that is in Azure and is implemented in a function app. The rewrite will use a web app. Is it possible to reuse the same application registration? TIA Jim
My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
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…
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
I am unable to create app service domain.
I deleted app service domain as it was showing expired. Now am unable to create.
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
Unable to add a custom domain
I am trying to use the "By App Service Domain" feature in my Web App Service. The domain name is free but I am getting the following error during validation…
Get 502 when saving a large post body despite my data has been successfully saved
Issue: I'm trying to make a POST call with large post body to an Azure api, and I got 502, however, the data has been saved successfully when I check the DB. at the meanwhile, When I try to call the same API in my localhost, i got 200. My Analysis:…
Azure B2C not generating a scope for API in JWT
I am following this series of…
accidentally deleted during a deployment to my Azure App Service, Unfortunately, I do not have a backup enabled for this app
I am reaching out to request your assistance in recovering files that were accidentally deleted during a deployment to my Azure App Service. Unfortunately, I do not have a backup enabled for this app, and the deployment process seems to have overwritten…
How do I resolve "Failed to start web app" error?
The web app used to work fine last month. Not it doesn't seem to be running and I get a "Failed to start web app" error. How do I even start to figure out why it fails? The "Help me troubleshoot" button takes forever just to show some…
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…
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…