azure-web-app-service Questions

4

Solved

I have created an Azure function app, from my VS Code. This function is being deployed to Azure from VScode. While Deployment Many times it returns "Error: Deployment 'latest' not found, While...
Skippet asked 8/11, 2023 at 6:24

5

Template deployment failed. Deployment operation statuses: Failed: /subscriptions/7696ec04-ba92-4f74-99ad-27808b065cfe/resourceGroups/BookService20211123165113ResourceGroup/deployments/website_depl...
Fanfaron asked 24/11, 2021 at 11:48

5

Solved

I have a java web app on Azure, and I got failed requests in it's Application Insights. It look likes someone are calling 'http://myApp.azurewebsites.net/error' every 5 minutes, but I do not have t...

4

Solved

I would like to update a database connection string in the web.config file for an application that is currently hosted in Azure as a web app. Seems that you can RDP into an Azure cloud service rol...
Stretto asked 25/10, 2016 at 5:18

2

Solved

Is it possible to see the restart history of an Azure App Service? I mean to see it in the GUI, not an API.

3

Out of the blue our Azure web app is spewing out errors regarding a Culture that is not supported. We load up a list of countries to show on the front page but this is suddenly giving errors. The s...
Cashbox asked 25/1, 2017 at 12:25

11

Solved

Lately, for almost every website/API service/mobile service I deploy, when I hit any route apart from default one, I get the following error: The resource you are looking for has been removed, had...
Fannie asked 24/6, 2016 at 18:25

4

Solved

I looked at the documentation of both azurerm_app_service and azurerm_application_insights and I just do not see a way to tie them. Yet on the App Service page in the portal there is a link to App...

4

Solved

I am trying to set the IP restrictions block in my Azure App Service App When performing the Terraform plan or apply, I receive the following error: Error: azurerm_app_service.app-service-1: : inv...
Pistareen asked 24/10, 2018 at 17:26

5

Solved

I'm having trouble getting a Spring Boot API to work on an Azure app service. I've followed the Microsoft guide on https://learn.microsoft.com/en-us/java/azure/spring-framework/deploy-spring-boot-j...
Rufusrug asked 7/12, 2017 at 17:25

5

I've created a an App Service using the Azure portal and wanted to download the Publish Profile (to import that into Visual Studio). But the download button is disabled. Any suggestions?
Feathering asked 25/1, 2017 at 10:41

4

Solved

My app service has failed to scale-in after scaling-out. This seems to be a pattern I've been trying to troubleshoot for several months. I've tried the following but none have worked: My scale c...

5

I have a working app service named "matanwebserver" over a subscription in Azure. This is a website that I am working on. I work with Visual Studio. Now I created another Web App on the same subsc...

7

Solved

In my .NET Core application, I added an array to the appsettings.json, which looks like this: { "SettingsA": { "PropA": [ "ChildObjectA": { ... }, "ChildObjectB": { ... } ] } } If I wo...
Sclerenchyma asked 7/5, 2018 at 6:16

4

Solved

I have an asp.net mvc website that I'd like to deploy to Azure (preferably via GitHub deployment) so that it's accessed as subfolder of the main domain. e.g. http://example.com/mymvcsite/ Ideally...
Cybil asked 20/2, 2013 at 15:2

3

Hi I'm trying to deploy my react app using Azure Web app service using github action as deployment provider. build process have done but deploy step shows error at the end. here is error sample: Ru...
Cormick asked 7/6, 2023 at 2:31

6

Getting error while deploying to azure app services from the editor. 4:48:55 pm ppdedsrftwu2-appservice1: Starting deployment... 4:48:56 pm ppdedsrftwu2-appservice1: Creating zip package... 4:49:00...

1

Solved

Problem Background We have a react-based (version 16.14.0) PWA that is hosted on Microsoft Azure app service plans (premium tier). We've recently seen an increase in a sporadic issue where we are s...

1

Solved

We recently (in the past two weeks) discovered a very strange behavior in one of our production apps, which ran flawlessly for the last couple of months. There wasn't a deployment in over three mon...
Brundisium asked 3/6, 2024 at 6:33

6

Solved

I have a setup in azure with a bunch of resources combined in a resource group. I want my services to be located in west-europe, so all my resources are there (where possible) I just noticed that ...

3

Solved

I have the following terraform module to setup app services under the same plan: provider "azurerm" { } variable "env" { type = string description = "The SDLC environment (qa, dev, prod, etc......

2

Solved

Faced with this screen, I have managed to easily deploy a rails app to azure, on docker container app service, but logging it is a pain since the only way they have access to logs is through FTP. ...
Polygynous asked 14/3, 2017 at 14:41

3

I have a NEXT_PUBLIC environment variable in my NextJS application. It has been set in my .env.local file and working correctly but after it has been deployed to Azure App Service the app is unable...
Incivility asked 7/4, 2022 at 7:30

4

I have been testing around with the Azure App Services and got this error App Service Plan Create operation is throttled for subscription. As I understand I created too many apps in a short period,...
Pesthouse asked 4/1, 2022 at 15:47

4

I have deployed an Angular app in azure static web app but I am facing with an error which it is, when I redirect to some routes it is returning me 404 error, but if I am in web app and I go from o...
Millham asked 15/4, 2021 at 11:15

© 2022 - 2025 — McMap. All rights reserved.