Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

Parent resource not found #248

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

The template for storage references key vault as an existing resource in a way that bicep cannot resolve as a dependency.

{
    "status": "Failed",
    "error": {
        "code": "ParentResourceNotFound",
        "message": "Can not perform requested operation on nested resource. Parent resource 'rc-u7s4t4mbe3q4i-kv' not found."
    }
}
KSchlobohm commented 1 year ago

Also impacting Azure Cache for Redis

KSchlobohm commented 1 year ago

probably caused by removing vnet dependency for #246