Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
1 answer
937 views

Azure web app connection string in configuration fetch values from KeyVault

I need to configure passwords to be fetched from Azure KeyVault in Azure Web App connection string. Can someone explain how to configure it ? Thanks in advance ! I tried to get the passwords from key ...
jegadish kumar's user avatar
1 vote
3 answers
587 views

How to tell Azure Web App where server.js is

I have a yml file setup with Github actions while it deploys Azure doesn't actually serve the site correctly. It states in the Azure documentation that the container will start with one of the common ...
gregwhitworth's user avatar
1 vote
1 answer
398 views

Headers sent already before any output with PHP, Nginx on Azure

I have two hosting environments, one is running PHP 7.4 with Apache, and the other one is running PHP 8.1 with Nginx both on Azure. I run this PHP script on both: <?php ini_set("display_errors&...
Barend Mondt's user avatar
1 vote
1 answer
887 views

How to slot specific setting for a slot that is being swapped

I have a preprod slot on azure web app that is swapped to production slot. It has same configuration that production slot will have except redirectUrl. I am using azure devops pipelines to automate ...
Khalil's user avatar
  • 1,117
0 votes
1 answer
206 views

Is there way to Install NPM?

When we run npm i command from VS it throws the below error on Debug file error request to https://registry.npmjs.org/@angular%2fforms failed, reason: write EPROTO 40916:error:1408F10B:SSL routines:...
Vishnu Kiran's user avatar
0 votes
0 answers
130 views

Potential scaling of Laravel in Azure is causing dotenv variables to return null when executing queued jobs

I have a multi-tenant application that is hosted on an Azure Web app instance that is load balancing. The issue I am facing is that for the 90% of jobs, the code works perfectly fine. The 10% fail for ...
Jaquarh's user avatar
  • 6,737
1 vote
1 answer
752 views

Deployed Azure WebApp gives 403

My issue: When I try access the main URL for my web app, Azure replies with a '403 - You do not have permission to view this directory or page'. Context: I have deployed a Python webapp to Azure using ...
qeadz's user avatar
  • 1,516
2 votes
1 answer
6k views

Unable to open a connection to Azure webapp, log stream is not loading in webapp

In webapp, Log stream is not loading, I'm getting error like "Unable to open a connection to your app. This may be due to any network security groups or IP restriction rules that you have placed ...
OoO's user avatar
  • 73
0 votes
2 answers
1k views

Access Denied error on mutual authentication in Application Gateway v2 and Azure App Service

Ref1: enter link description here Ref2: enter link description here I've implemented mutual (certificate) authentication and I hosted my app on the Azure App service. When I open directly my app URL ...
Shadi 's user avatar
  • 313
1 vote
1 answer
1k views

Could not add custom domain to recreated Azure Web Static app

I added my custom domain to Azure app service and then deleted this resource from Azure. After I wanted to add same custom domain to Azure Web Static App but getting this error : Could not add custom ...
OneMoreTime's user avatar
1 vote
1 answer
1k views

Azure: change an existing Windows Web App to a Linux Web App (docker)

I have an existing Windows Web App in Azure which I want to migrate to a Linux (docker) Web App. It is easy to setup a new Linux Web App with a new URI and that all works. However, I need to preserve ...
Laurens's user avatar
  • 355
0 votes
1 answer
104 views

Webhook or other notifications when Azure App Service rotates the underlying instance VMs

We have our Azure App Service set to a dedicated number of instances (> 1). We have noticed in Application Insights Live Metrics that periodically, App Service will rotate out one of the underlying ...
Jon Sagara's user avatar
  • 1,162
0 votes
2 answers
209 views

How to add Contrast .NET Core Site Extension in to Webapp by Azure ARM Template

I have a task to add an extension to Webapp as in the picture below, but I want it will be auto-add, I found it can't not auto by CI/CD but I will be running on Azure ARM Template, so I viewed the ...
ATY's user avatar
  • 41
0 votes
1 answer
155 views

How to kick off Linux script in AKS from Web App (AZURE) on-demand

Given that I have a 24x7 AKS Cluster on AZURE, for which afaik Kubernetes cannot stop/pause a pod and then resume it standardly, with, in my case, a small Container in a Pod, and for that Pod it can ...
Ged's user avatar
  • 18.5k
1 vote
1 answer
2k views

How to handle in memory cache with Azure App service auto scale

I have a Web app hosted in azure App service. The application has an in-memory cache. Planning to enable the auto-scale in app service when the server traffic is high. What will happen to the in-...
MANOJPNX's user avatar
0 votes
1 answer
319 views

Root domain works but subdomain doesn't - Azure

I created a static web app on Azure and connected my domain via Azure DNS zone. I added all the necessary records and my root domain works with https. I also added cname record for www but when I try ...
Goktug's user avatar
  • 171
3 votes
1 answer
1k views

Unable to access Video file from Azure web app

I Have an Angular application which is hosted in azure web app. I want to access video file by requesting url like https://something.azurewebsites.net/htmldelivery/assets/videos/test.mp4 But I was ...
Pramod Lawate's user avatar
2 votes
1 answer
264 views

How to disable Azure Application Insights server request grouping?

A couple of weeks ago, we noticed that for certain operations, the ids and values are not shown any more, and are simply grouped with [id]. This was changed by Microsoft, we did not configure this. To ...
ivddev's user avatar
  • 53
0 votes
1 answer
1k views

Restrict Access with Azure Managed Identity in .NET Core Web API

My Azure Web App is calling my Azure API App endpoint. Both app services are in the same Azure subscription and RG. Web App is a .NET Core Web Application and API App is a .NET Core Web API. Web App ...
Jaish Mathews's user avatar
1 vote
1 answer
458 views

Microsoft Azure Webapp deployment error in Production slot

Since the end of August since July we have had problems deploying on WebApps via Azure DevOps or kudu. the errors that emerge is not really explicit: 2022-09-06T16:11:48.4467209Z Using the following ...
yfouillet's user avatar
  • 109
0 votes
1 answer
433 views

Powershell script to get Vnet/subnet,tls version and Private endpoint in an azure webapp

I'm using the below script: Powershell script to get only specific Fields in an azure webapp But that appears not to complete the requirement.
User Name's user avatar
0 votes
1 answer
1k views

500 - The request timed out || The web server failed to respond within the specified time

I have hosted an ASP.NET Web App in Azure App service. The function of web app is to read the data from CSV file and while (csv.ReadNextRecord()) holds true, mandatory columns data are used to send ...
Lucifer's user avatar
  • 189
0 votes
1 answer
694 views

Error when trying to create a webapp using CLI

I have no experience in coding, just started now. I am trying to create a webapp using the Azure Cloud Shell, so I used the following command: az webapp create --name WebAppOne --resource-group learn-...
Flavia Vogel's user avatar
1 vote
1 answer
495 views

Powershell script to get only specific Fields in an azure webapp

Please assist with getting only specific Fields in an azure webapp as below from the SUBSCRIPTION: App Service Name Resource Group Name App Service Plan Name App Service Plan RG App service plan SKU ...
User Name's user avatar
2 votes
1 answer
2k views

Create Azure Web App fails saying it already exists

I create resource-group : PS > az group create -l westus -n rg-appsvc Then I create app-service : PS > az appservice plan create --resource-group=rg-appsvc --name appsvc-plan-test --sku S1 ...
BaltoStar's user avatar
  • 9,151
0 votes
0 answers
2k views

Deploy Zip File to Azure App Service with az web app deploy

As I want to deploy a zip file hosted in a private storage account to Azure App Service by following the method described in this documentation https://learn.microsoft.com/en-us/azure/app-service/...
Bertrand Pons's user avatar
2 votes
0 answers
2k views

Azure Failed to load deployment logs:?

While working on Azure Web App I was deploying a new web app via Vs code when I got the errors... Error: ENOSPC: no space left on device, close An error has occurred during web site deployment. Kudu ...
Luis's user avatar
  • 39
1 vote
1 answer
3k views

Azure App Service keeping old files at /home/site/wwwroot/

I'm deploying nodejs application to Azure App Service with visual studio code extension (Deploy to web app). However when I inspect the files section, I found some old file/ files from previous ...
nathan1658's user avatar
1 vote
1 answer
816 views

Azure WebApp not finding ODBC Driver

I am running an app service on Azure which is connected to an Azure SQL database. I have used the same configuration for over 2 years with similar apps and have had no problems. Up until 2 days ago, ...
Ben's user avatar
  • 61
0 votes
1 answer
106 views

How to Make Azure Websites Have their Own Quotas

I have a couple unrelated websites that I host using the free subscription of Microsoft Azure. They are currently all under the same Resource Group and same App Service plan (though I don't understand ...
Jake Fairbairn's user avatar
1 vote
2 answers
946 views

How to add a new app setting to Azure Web App using pulumi without removing the existing settings?

I'm using pulumi azure native for infrastructure as code. I need to create an Azure Web App (based on an App Service Plan) and add some app settings (and connection strings) throughout the code, e.g., ...
frisko's user avatar
  • 875
1 vote
2 answers
2k views

Azure Web App with custom docker image SSH

I have a custom docker image with php-apache running (FROM php:7.4-apache-bullseye) deployed from an azure registry via push webhook. The webapp has a storage mounted for persistent data . .png images ...
sebastian.do's user avatar
0 votes
2 answers
5k views

Keycloak Admin Console Login - Infinite Loop

I have almost successfully deployed Keycloak 18.0.2 into a container running in an Azure Web App. Slight problem however is that I can't log in. The admin console login allows me to enter the ...
Ben's user avatar
  • 406
0 votes
1 answer
1k views

How to change allowed file types in Azure Static WebApps?

I have a static react app that I deployed via Github & Azure DevOps to a Static WebApp. I can access index.html and robots.txt just fine, but when I try access a file in the same folder with a ...
vanja.'s user avatar
  • 2,592
0 votes
2 answers
2k views

Issues configuring Azure App Service to return useable access token with scopes using Front-End to Back-End Authentication with AAD AppRegistrations

I am passing an accessToken from a front-end application to a back-end application. My back-end application is a .Net WebAPI and my front-end application is a Blazor WebAssembly application. I am ...
INNVTV's user avatar
  • 3,439
0 votes
2 answers
387 views

Can't configure network config on two azure web apps

Facing a problem about VNET and Azure Web Apps I don't understand. My issue This is my setting: Two web apps on the same service plan SP1 (SP1 (P1v2: 1)) and a VNET, VNET1: Both subnets have ...
Frédéric De Lène Mirouze's user avatar
1 vote
1 answer
906 views

Spring Boot (Spring JPA) app connects to Azure PostgrestSQL on local but not on Azure App Service

All I did was follow the instructions on this Microsoft tutorial about Using Spring JPA with Azure Database for PostgreSQL. I followed the tutorial step-by-step. It did work on local, but once I tried ...
dg713's user avatar
  • 13
0 votes
1 answer
110 views

Azure Web App unable to install NodeJS mysql dependency

I recently created a web app on Azure, I am able to run it well, however I noticed that if I add the following line const mysql = require('mysql'); the app will crash as it is not able to find the ...
francin98's user avatar
1 vote
0 answers
411 views

How to set the Azure WebApp Environment variables/Configuration values from Azure Key Vault?

I have a .Net Core 3.1 WebAPI with the following configurations in the appsettings.json file { "AzureAd": { "Instance": "https://login.microsoftonline.com/", &...
One Developer's user avatar
0 votes
1 answer
3k views

nginx configuration for angular and nest.js app deploy

I am trying to deploy my angular & nest.js app. I successfully created an image from Dockerfile, and uploaded it to DockerHub. I have a Web App on Azure, which connects to the DockerHub and uses ...
XandraC's user avatar
0 votes
1 answer
148 views

Azure web app - endpoints depending on domains

I want to host an Angular App in the Azure Cloud. This app should be accessible via different domains. But for each domain the app should use a different Endpoint. mycompany1.com -> restserver....
norty's user avatar
  • 237
22 votes
9 answers
44k views

deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer logs for more details

I am trying to deploy my code to azure app service using git. But I am getting error "deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer logs for more details". ...
Muhammad Faizan's user avatar
1 vote
1 answer
800 views

my azure web app doesn't read parameter from correct appsetting.{env}.json file

I developed an azure web app (dotnetcore 3.1) and added appsettings files for each environment like appsettings.json appsettings.Prod.json appsettings.Staging.json appsettings.Development.json it ...
Ahmet Faruk Aygün's user avatar
1 vote
1 answer
13k views

Azure App Service renew/change the certificate

I have one question regarding the azure app service certificate update. I have already a certificate bound to one of the azure web apps. But this certificate is going to expire soon. I have renewed my ...
alex's user avatar
  • 71
2 votes
1 answer
932 views

How to configure subnet with azure privateendpoints to permit microsoft hosted agents access

I have a pipeline deploying in a WebApp without problem, but I need activate a PrivateEnpoint to restrict access to this WebApp. I did it, but with the PrivateEndpoint enabled the Microsoft Hosted ...
Jose Alejandro Vazquez's user avatar
1 vote
2 answers
237 views

Does Azure Premium V3 Support Remote Debugging?

Azure PremiumV2 app service plans lose the ability to attach remote debuggers over Standard app service plans: Remote debugging: When you scale your app to PremiumV2, you will no longer be able to ...
Kian Ryan's user avatar
0 votes
2 answers
672 views

Running two Azure Web Apps on different subdomains of the same domain

I have a multi-tenant web app where each tenant has their own subdomain -- tenant.thing.co.uk. Can I set up two Azure Web Apps on different subdomains and move the tenant to a sub-sub domain like this:...
Richard Barraclough's user avatar
0 votes
1 answer
822 views

Azure App Service / Web App instance response time monitoring / alerting

We have an issue with App Service instances that are getting lazy and getting awful response time. This impacts overall performance and user experience. With Azure App Service Metric, we are able to ...
Mathias Indermühle's user avatar
1 vote
2 answers
4k views

why socket hang up error comes while trying to retrieve source from org?

While im trying to retrieve source from org, Im getting error as.... "Error authenticating with the refresh token due to: socket hang up" can anyone helpme out of this? Thanks in advnace.
Mohan Kumar's user avatar
0 votes
1 answer
475 views

Set up staging environments in Azure App Service

I followed this article to learn about staging environments https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots. What are the code changes required in order to set up staging ...
user989988's user avatar
  • 3,886

1
3 4
5
6 7
14