pascalvanderheiden / ais-apim-openai

Unleash the power of Azure OpenAI to your application developers in a secure & manageable way with Azure API Management and Azure Developer CLI.
MIT License
33 stars 9 forks source link

dependsOn statement missing for the vnet module in the main.bicep file #1

Closed oliverlabs closed 1 year ago

oliverlabs commented 1 year ago

I am getting the following error:

ERROR: deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to subscription:

Deployment Error Details: NotFound: The zone 'privatelink.vaultcore.azure.net' does not exist in resource group 'rg-[redacted]' of subscription '[redacted]'.

Re-running the azd up command produces no errors.

I think it needs a dependsOn statement for the vnet module.

oliverlabs commented 1 year ago

Screenshot of the azd up with the new code:

image