https://pulumi.com logo
#dotnet
Title
# dotnet
c

clever-addition-88333

05/25/2023, 3:39 PM
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

clever-addition-88333

05/30/2023, 1:06 PM
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.