Azure func question: do you know how to manage exi...
# general
m
Azure func question: do you know how to manage existing Azure function with pulumi? I have tried to use
import
but I am getting
error: Plan apply failed: A resource with the ID "/subscriptions/02bc198f-4492-4ee8-adaf-ca7c5dbf4c16/resourceGroups/TDW-NPE-DEV-ARG-PaymentService/providers/Microsoft.Web/sites/TDW-NPE-DEV-APP-PayInSub" already exists - to be managed via Terraform this resource needs to be imported into the State. Please see the resource documentation for "azurerm_function_app" for more information.
w
I am surprised you you get that error if you were setting
import: <id>
. Could you share the source code you were using here?