Questions tagged [app-service-environment]

Azure App Service Environment provides apps with higher scale options and direct corporate connectivity. Apps have expanded scaling head-room with new compute resources and gain secure, direct access over virtual networks to corporate resources connected via Site-to-Site or ExpressRoute connections.

Azure App Service Environment provides apps with higher scale options and direct corporate connectivity. Apps have expanded scaling head-room with new compute resources and gain secure, direct access over virtual networks to corporate resources connected via Site-to-Site or ExpressRoute connections.

Lean more at http://azure.microsoft.com/en-us/marketplace/partners/microsoft/appserviceenvironment/

37 questions
10
votes
1 answer

Error creating auto-scaling rule for app service using terraform in azure

resource "azurerm_monitor_autoscale_setting" "test" { name = "AutoscaleSetting" resource_group_name = "${azurerm_resource_group.main.name}" location = "${azurerm_resource_group.main.location}" target_resource_id =…
9
votes
2 answers

Can Azure Functions be deployed to a Vnet?

Can Azure Functions be deployed inside a VNet? If I created an App Service environment in a VNet and then picked that App Service Plan when creating the Function, Would that mean that the Azure Function is deployed inside the VNet and have the same…
Tija
  • 1,691
  • 4
  • 20
  • 33
5
votes
1 answer

"Create App Service" Dialogue not retrieving info, Create button disabled

I'm trying to create an empty ASP.NET 5 WepApplication, and hosting it to azure, there is a problem that I can't understand or resolve, the create app service dialogue doesn't seem to retrieve anything (It did some minutes ago) no Subscriptions, no…
4
votes
0 answers

The stamp xxx of location BLU is marked as inactive and cannot be updated

I'm trying to restart web application deployed to service plan of my app service environment I've got an error Restart-AzureRmWebApp -ResourceGroupName myrg -Name webappname Restart-AzureRmWebApp : The stamp asename of location BLU is marked as…
J. Doe
  • 87
  • 7
2
votes
1 answer

Confused about how Azure App Service Local Cache is useful, lacking any use cases

I've read all of the documentation about App Service Local Cache but I am struggling to see how it is useful. It claims to basically create a read-only copy of your Site directory, which for an MVC app is basically the whole app. But I can't find…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
2
votes
2 answers

How do i use a Network Security Group to only allow my web app to communicate with my web service

I've got all the resources i need. I put my web service inside a app service environment, then attached the NSG to the subnet that the app service environment uses. I then allowed apps inside the VNET to communicate with the web service but it…
1
vote
2 answers

Change App Service Plan from Isolated to Isolated V2 Plan for a Web App

We want to change the App Service Plan of an existing Azure Web App, from Isolated Service Plan to Isolated "v2" Service Plan. There are no changes in Subscription, Resource Group or Region. One condition for us is, we want to continue using same…
1
vote
0 answers

Connect from Azure to an on-premise fileshare

From an Azure Function I need to read files on an on-premise Windows file-share. I have network access to the file server but how do I authenticate? My Azure Function is running in an Isolated App Service Environment in Azure connected to a VNet…
1
vote
1 answer

How can I configure my azure app service to upload the files on my internal network using UNC path?

So, I have an app service hosted on azure and I want that app service to upload the files to my local server's shared folder. Local server has some software configured which processes those uploaded files. In development environment everything works…
1
vote
2 answers

How will fix Inaccessible issue for function app created in ILB ASE in azure?

I am trying to create a function app in azure ILB ASE but failed to open Kudu due to its inaccessibility. How I configure it correctly?
1
vote
1 answer

Azure Application Gateway with multiple apps in a single App Service Environment backend pool

I received in hands a project where an Azure Application Gateway (AGW) uses as backend pool an Internal Load Balancer (ILB) App Service Environment (ASE) containing multiple apps. The AGW is setup up using several multi-site listeners, where the…
1
vote
1 answer

Integrate Azure App Service with App Service Environment

We have an Azure App Service Environment, which resides in a subnet in a vnet configured with both an expressroute gateway and a VPN gateway. When trying to connect an AppService outside of the ASE to the Vnet, as described here:…
1
vote
1 answer

External Facing ASE behind WAF

I have created the External facing ASE with a single Web App. Trying to place a WAF enabled Application Gateway. I have configure the Application gateway subnet and frontend to Public facing. To interconnect the WAF with ASE(APP), i have set the…
1
vote
1 answer

Fixed and Reserved Outbound IP for App Service

I have an azure web app that has 2 slots (one for production and one for staging). My web app calls an external web service that is protected via IP filtering. When I'm in production, I call the external web service for production and when I'm in…
Yann
  • 68
  • 8
1
vote
1 answer

How to create sites on an Azure App Service Environment

I created an Azure App Service Environment but when I opened up the App Service Environment blade I didn't see a way to create web apps on it. How do you create web apps on App Service Environment?
1
2 3