Skip to main content
The 2024 Developer Survey results are live! See the results

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.

app-service-environment
0 votes
1 answer
139 views

Trying to deploy a app into a ILB ASE trough a VPN connection (OpenVPN) on azure

Soo i have 2 vnets that are peered. One contains my vpn gateway and the other one contains my ILB ASE. I connect to the vpn gateway via a github actions worker sucsessfully but cant deploy code into ...
dperic00's user avatar
0 votes
1 answer
870 views

How do we migrate Azure app service plan from App service environment v2 to App service environment v3

I am looking to migrate my App service plan from one app service environment v2 to app service environment v3 using ARM Template but I am getting error as server farms belongs to different ...
sunil Gupta's user avatar
0 votes
1 answer
889 views

How to add an app service to Azure Gateway having an ASE

I have a new app service to deploy to an existing Azure App Gateway which already manages some app services. After copying the configuration of those others applications, I found that the new app ...
Xav Sc's user avatar
  • 631
-1 votes
2 answers
1k views

What is an App Service Environment v3 SNAT limit

App Services per instance allows for 128 SNAT. My question is that would an App Service Environment v3 using isolated plans still be limited to 128 ports per instance or because it is isolated, would ...
Tsukasa's user avatar
  • 6,502
1 vote
2 answers
2k views

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. ...
sprash's user avatar
  • 317
0 votes
1 answer
307 views

Azure Function in ASE not triggred when receiving a message in an event hub

We are trying to deploy an Azure Function in an App service Environment in an Isolated App Service Plan. This Azure Function should be triggered each time we receive a message in an event hub. ...
zaki benz's user avatar
  • 692
0 votes
1 answer
1k views

Connect to Azure Web App via IP address (using App Service Environment)

I'm working with azure and (for a specific reason) I need to consume my Azure web app via public IP address (instead a normal url address). I searched around and seems that Web App deployed under a ...
brian enno's user avatar
1 vote
0 answers
1k views

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 ...
Rolf's user avatar
  • 1,278
-2 votes
1 answer
2k views

Azure app service Web API connect to a SQL Server database, with Azure AD account/windows authentication

Currently I have everything on premise - .NET Core 3.0 API and SQL Server database. Azure AD/Service account are configured in IIS and database has given access to the service account. All ...
Praveen's user avatar
  • 25
0 votes
1 answer
139 views

Ways to improve inter app-service communication

I have two app services(service A and Service B) developed in .net core 3.1 and hosted as two independent app service in azure. Service A is heavily dependent on service B. Is there is way (Azure ...
Asif's user avatar
  • 349
9 votes
2 answers
14k views

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 ...
Tija's user avatar
  • 1,737
-1 votes
1 answer
44 views

Azure App Service Infrastructure Equivalent [closed]

How can I create the equivalent of an Azure AppService using individual pieces of infrastructure in Azure? Is there an existing ARM template that would create something similar?
Co-der's user avatar
  • 373
0 votes
2 answers
248 views

Azure WebApp to WebApp call - Can we make it private?

We are deploying kind of micros services developed in .Net core and will be deployed in Azure WebApp There will be numerous communications between these WebApps. Now as WebApp is internet facing, ...
Manish Joisar's user avatar
0 votes
3 answers
2k views

How to get App service environment ID to use in App service plan in terraform

Can someone help in deploying App service environment using ARM template. data "azurerm_resource_group" "rg" { name = "${var.rg_name}" } resource "azurerm_template_deployment" "deploy" { ...
Vaishnav's user avatar
  • 661
0 votes
1 answer
813 views

Can I listen to event hub from app service environment without service endpoint?

Basically can I have Azure Function or web job with App Service environment listening to event hub without service endpoint. This way I will be able to accept data over public internet and also listen ...
user2396088's user avatar

15 30 50 per page