Hi All, Having issues with creating Linuxfunction ...
# general
r
Hi All, Having issues with creating Linuxfunction App in .net 8.0 which uses Azure Native. Below is the error with the App service plan ID complaining about "Unable to parse App Service Plan ID :ID was missing the
serverFarms
element" . The App service plan resource ID is having the correct element as"server*F*arms". when pulumi creating the function app its not taking the right path. I tried to replace serverfarms with ServerFarms, but in turn is causing issue with vnet creation. Any leads on this?