I am trying to configure Api hosted in service fabric cluster with API management gateway using ARM template. I am getting below error:
New-AzureRmResourceGroupDeployment : 9:08:39 PM - Resource Microsoft.ApiManagement/service 'RCISAPIGateway' failed with message
{
"code": "UpdateApiServiceFailed",
"message": "Subnet Subnet-0 is in use by /subscriptions/d1b97a81-6cd1-4929-bd0b-afc8eedb8ee7/resourceGroups/RCIS_ResourceGroup/providers/Microsoft.Network/networkInterfaces/|providers|Microsoft.Compute|virtualMachineScaleSets|nod06rcis|virtualMachines|0|networkInterfaces|NIC-comsvfab06rciscimax-0/ipConfigurations/NIC-comsvfab06rciscimax-0 and cannot be updated with resource navigation links for external resources.",
"details": null,
"innerError": null
}
My question are:
- How can I resolve this issue?
- Is there any way I can configure API management for Service Fabric from Azure portal?