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

Questions tagged [azure-app-service-envrmnt]

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

Create private endpoint for Azure App Service Environment_v3 using Terraform

I need to create a new private endpoint for an Azure App Service Environment_v3 using Terraform but I am unable to come up with the code since the sub-resource type for App Service Environment is not ...
SAUPARNA DATTA's user avatar
0 votes
1 answer
135 views

How to deploy simple react app to Azure App Service thorugh VS code

I create a simple create app with npx create-react-app frontend I m trying to deploy this to the Azure App Service, through vs code. It is showing successfully deployed but when trying accessing the ...
Sanjay Prasad's user avatar
0 votes
1 answer
87 views

Is it possible to setup a sub/second domain for free/testing?

I have a free Azure account. I have setup an app service with an application and can see my website using x.azurewebsites.net I need to trial one more test with the third party component im working ...
KeithViking's user avatar
0 votes
0 answers
165 views

Azure App Service Environment Private DNS Zone Deploy if not exists Policy

We have an Azure hub and spoke network scenario, where we deploy resources into a spoke network. The ressources are secured with private endpoints. For DNS resolution we are using azure private dns ...
lukas's user avatar
  • 106
0 votes
1 answer
234 views

What is the use of Managed Identity with App Service Environment?

What is the use of Managed Identity with App Service Environment (ASE)? We have an option to set managed Identity with App services, Logic apps, functions app, which I can use to define RBAC for all ...
Rakesh Suryawanshi's user avatar
0 votes
1 answer
209 views

p0v3 app service plan option doesn't show for Java 8 + JBOSS EAP 7 on portal

I am trying to find the p0v3 app service plan for stack java 8 + RedHat JBoss EAP 7, but portal doesn't show the option to select for region east us. Is there any limitation ?
Uday Kiran's user avatar
0 votes
1 answer
109 views

App Service Environment v2 MultiRolePools assignment failing with badrequest

I am trying to deploy an app service environment and exported the the template where it defines the multirole pools: { "type": "Microsoft.Web/hostingEnvironments/multiRolePools&...
vinzzz's user avatar
  • 2,104
0 votes
1 answer
446 views

Bicep App Service Environment deployment fails after initial deployment

I am currently using Bicep to deploy an ILB ASE v3 inside my vNet. My Bicep file is based on the latest release Bicep v0.10 release. The Network Security Group has been configured inline with the ...
Phil Murray's user avatar
  • 6,484
0 votes
1 answer
391 views

App Service created in App service environment Version 3 fails

I have created a new App Service Environment Version 3 and a App service using Terraform: resource "azurerm_app_service_environment_v3" "example" { name = "...
Asterix's user avatar
  • 403
0 votes
1 answer
550 views

Azure Durable Functions hosting

Microsoft docs say Durable Functions is a extension of Azure Functions. Does that mean Durable Functions can be hosted in all the places an Azure Function can be hosted? EDIT : Does it support to be ...
GilliVilla's user avatar
  • 5,080
0 votes
1 answer
88 views

Azure app service need to be run at specific interval of time

I have hosted an webapplication and webapi in azure app service plan D1 Query 1 : Is it possible to apply the Private Certificate to the Shared Service plan Query 2 : How to run my azure app service ...
Arun Kumar's user avatar
0 votes
1 answer
1k views

Run 2 Nodejs app with PM2 on Azure Linux App Service

I'm attempting to run two NodeJS applications on a single Linux Azure App Service. I start the PM2 with the ecosystem configuration shown below. App1's domain name is app1.example.com. App2's domain ...
Sivalingaamorthy's user avatar
0 votes
1 answer
929 views

How do I use a Public Key Certificate that is stored in Key Vault in an Azure Service Environment and configure this from the DevOps Pipeline?

When connecting to an API from an Azure Function or Web App I can upload the public key certificate (.cer file) to the LocalMachine store of the App and add the thumbprints to the configuration using ...
Aran Mulholland's user avatar
0 votes
1 answer
177 views

Internal Azure ASE Inboud/Outbound Traffic To Logic App

I have a logic app sitting in an internal ase which is also sitting behind an azure app gateway. The logic app does not automatically "fetch" via the run trigger I assume due to some traffic ...
Taylor83's user avatar
3 votes
2 answers
379 views

I added FrontDoor to an app service, then deleted FD and now the app service no longer works

The DNS records for Front Door were deleted as well. We have an app gateway to the app service, which is under an app service env. I can see traffic on my app gateway: But none on the app service: ...
ernest's user avatar
  • 1,694

15 30 50 per page
1
2 3 4 5
26