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
0
votes
1 answer

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 the web app. For the deployment i've used the…
0
votes
0 answers

Azure Service Environment v3 dedicated host SKU and pricing

Does anyone know what are the costs if I deploy App Service Environment v3 to a dedicated host, and which dedicated host SKU is used? This link doesn't give any hint that one of the SKUs are used as part of ASE v3. The documentation seems not to…
user4205580
  • 564
  • 5
  • 25
0
votes
1 answer

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 hostingplans.
0
votes
1 answer

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 service is unreachable from external calls while all…
0
votes
1 answer

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. Unfortunately it doesn't seem to work even though we've…
0
votes
1 answer

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 dedicated "App Service Environment" can do the…
brian enno
  • 400
  • 5
  • 16
0
votes
1 answer

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 offering) to make them communicate faster? Is hosting…
Asif
  • 329
  • 1
  • 7
0
votes
2 answers

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, all calls between them will go through internet which…
0
votes
2 answers

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" { name = "${var.deployment_name}" …
0
votes
1 answer

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 to in vnet? Adding probable Security…
0
votes
2 answers

Azure App Service configuration settings (environment variable) does not work

I created an environment variable in Azure App Service. However, I'm not able to pick the value from Azure while it is published. So I added it to the appsettings.json, and it works. My question would be, if I add an environment variable in Azure…
0
votes
1 answer

When using App Service Environment, do I need own DNS server to communicate from API management to App Serivices and between App Services?

I have multiple App Services inside my App Service Environment. Lets call them A, B and C. I also have a Azure Api Management inside the same VNet where the App Service Environment is located. What I need is to let Api Management reach A, B and C. I…
snerting
  • 330
  • 3
  • 11
0
votes
1 answer

Is custom domain SSL binding necessary when app service is inside an App Service Environment

When having an App Service (in Azure) inside an App Service Environment, and the App Service is using an Custom Domain. Is there any need to add an SSL certificate to the App Service, since the ILB in App Service Environment already have a SSL…
snerting
  • 330
  • 3
  • 11
0
votes
1 answer

Upload Certificate to App Service from key Vault

In Azure Key Vault Certificate will be auto renewed nearer to expiry date. would like to know how can renewed certificate be uploaded to App-Service/ Azure Functions. Is there a hook available on KeyVault to listen for Certificate successful…
0
votes
2 answers

How to get the Metrics for App Service Environment (by Azure Monitor)?

I am trying to get the metrics for the App Service Environment, i.e. Scale Actions Initiated, Observed Capacity/Metric Value, but the graphs are all empty. I am a bit confused if App Service Plan is the only to go or not...