Why do I get this error when deploying API Managem...
# general
r
Why do I get this error when deploying API Management in Azure with Pulumi:
Copy code
error: Code="InvalidParameters" Message="Invalid parameter: Cannot have two services in the same location 'East US'."
@echoing-dinner-19531 Do you know why this might be happening? It only occurs when I use Pulumi. If I create the same resource in the Azure portal it works.
e
No idea, I'd think if location constraints were an issue it would apply to portal as well. Might be an issue in the azure api, pulumi wouldn't be doing that check.
r
@echoing-dinner-19531 Seems strange since I think Azure portal uses the same APIs, but maybe it is just that. I will enable debugging in Pulumi.
e
No portal has it's own backend, we do see differences between portal and the apis
r
@echoing-dinner-19531 Ok that might be why then.