Hi. I'm setting up a webapp inside a vnet with pul...
# dotnet
c
Hi. I'm setting up a webapp inside a vnet with pulumi. Then I need to enable endpoint connection to the appservice environment. It can be done with az (
az appservice ase update --name myasename --allow-new-private-endpoint-connections true
). It is possible to do this with pulumi?
c
Sorry- this do not helped me. I found that I need to create an Azure AppService Environment" together with a app service plan like this dokumentation: https://learn.microsoft.com/en-us/azure/app-service/environment/create-external-ase. I find the Azure-AppService.Environment Class. But could not figure out how to link the appservice and plan to the Appservice environment.