little-painting-63173
02/03/2025, 1:14 PMazure-native:apimanagement:ApiManagementService (APIM):
error: Status=400 Code="NotSupported" Message="Setting EnableClientCertificate flag to false is not supported for Premium SKU."
One workaround is to create resource first in Azure portal and import as code. That will work. Another solution is to use sku = Premium and EnableClientCertificate = true
. But example as published on Pulumi Docs to create APIM will not work, and Sku = Developer and EnableClientCertificate = false
will not work either. This seems like a bug since you can create a APIM in Azure portal with Sku = developer and EnableClientCertificate = false
melodic-tomato-39005
02/05/2025, 4:31 PM