Hello everyone :wave: Our team using pulumi on Azu...
# general
b
Hello everyone 👋 Our team using pulumi on Azure, and I would like to use the
pulumi import
cli command to import an api management resource. Unfortunately, there is only documentation to import AWS resources via cli import. Is this possible with Azure too, and if so, how?
✅ 1
Copy code
pulumi import azure-native:apimanagement:ApiManagementService apimService1 /subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1
b
Ah great, thanks a buch @billowy-army-68599! Sorry, couldn't find that on my own.