Questions tagged [azure-service-plan]

15 questions
8
votes
2 answers

Azure App Service Plan cannot be changed

I have an App Service plan on which we have deployed some applications. For the needs of reorganizing server and applications I wanted to rename the service plan which was in a standard resource group "Default-Web-WestEurope-blablabla". Given that…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
3
votes
0 answers

Azure Service Plan is displayed empty and cannot be deleted

What does it mean? Azure Service Plan is displayed empty (Not Found), but cannot be deleted?
monstro
  • 6,254
  • 10
  • 65
  • 111
2
votes
1 answer

Understanding Outbound Data Transfer for Azure App Service Plan

For the purpose of migrating a very small business web application from on-premise to Azure PAAS service environment, We have identified the below tentative solution.. Use Azure Storage Account to Host the front end (Angular SPA). Use App Service…
2
votes
1 answer

How can I delete a Service Plan in Azure that has no Services attached

I want to delete a service plan in azure, but it shows me the error that the service plan is attached by a App Service. "Only empty App Service Plans can be deleted". The Overview of the service plan shows 0/0. Is this a bug in azure and what is…
1
vote
2 answers

Az Function Elastic Premium - Azure Functions runtime is unreachable

I have an Azure function that I need to run in an Elastic Premium plan. After deployed I see the following error: Azure Functions runtime is unreachable I've tried to solve it following Microsoft documentation, no luck. Here is some thoughts about…
1
vote
1 answer

Not able to publish to Azure Function Apps to Azure Service Environment using VS Code

I have created an ASE (Azure Service Environment). Inside that we have a Service Plan and a function app on that plan. When I try to publish the function app from the visual studio code, it is giving me the error - Request to…
Indrajeet Singh
  • 470
  • 1
  • 6
  • 21
1
vote
1 answer

How to set "default page" for Angular in Azure Web App on Linux service plan

I can deploy Angular to Azure Web Apps on Linux service plan and it works fine when hitting {myapp}.azurewebsites.net/index.html I can navigate inside the app as expected. When hitting the root {myapp}.azurewebsites.net it just displays the…
1
vote
1 answer

Change App Service Plan does not working after move to another resource Group

I have a strange issue in azure portal after moving my WebApp and App Service Plan to another resource group. After click to Change App Service Plan I'm getting that info: Application is worrking but I can't do anything with App Service Plan…
1
vote
1 answer

Azure App Service Error 500 after App Service Plan change

I'm completely new to Azure App Services, but I've managed to build a first test application (using a free test Service Plan) with .NET backend. Now that this worked fine, I decided to upgrade and go for a Basic Service Plan. After doing so in the…
0
votes
1 answer

Is is possible to have internet facing Azure App Service next to non-internet facing App Service in same Service Plan?

I have Azure Service Plan. It based on linux. It is associating to a-vnet-prod. I have web app in Azure App Service A, which has private endpoint. There is no access from internet. Is it possible to add App Service B with public internet access…
Kenny_I
  • 2,001
  • 5
  • 40
  • 94
0
votes
1 answer

Can I safely move an App Service Plan to new different Resource Group without affecting the Apps in the plan?

I've seen several similar questions like this one on SO, but none asking quite the same thing as I'm asking. Ultimately, I'm trying to move some App Services from one Service Plan in a diff resource group to a new Service Plan in the same resource…
Ryan D
  • 162
  • 10
0
votes
1 answer

How to retrieve App Service Plan instance name (RDXXXXX)?

I am having an issue trying to retrieve all the instance names in an Azure App Service Plan. In Azure Monitor, if you specify a "Scope" to "App Service Plan" and look at the Metric "CPU Percentage" and then add a filter to specify the "Instance"…
FidelCasto
  • 176
  • 2
  • 15
0
votes
0 answers

Azure Web App - Error on Dashboard "Azure Web App Service Memory Exhausted"

I have created New Azure Web App Service, with "S2" service plan, and associated this with new Resource Group. I have not yet assigned / deployed any application to this Web App service. As soon the web app service is created, it starts showing up…
Arayn
  • 986
  • 1
  • 16
  • 24
0
votes
1 answer

Is any way to ensure any azure service plan have an unique static outbound IP address in one azure subscription?

I'm making a distributed crawling system and deploy it in azure. And I'm using Azure Service Plan as my crawler container. This need every Service Plan have a unique static outbound IP address. But when I start a Service Plan, it most likely the new…
Alex Zhang
  • 1,070
  • 11
  • 15
-2
votes
1 answer

Feature Create Swift Virtual Network is not allowed for a free trial subscription

I was trying to create Virtual Network (using #terraform), but this operation failed with error message “Feature Create Swift Virtual Network is not allowed for a free trial subscription”. Here is the complete Error: creating/updating App Service…