You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I very much like this idea. It might be nice to expand this to support something like:
@metadata({azd: { type: 'resource', selector: '....' }}) where selector is some expression that allows folks to filter resources based on given types or other expressions?
It would be nice to leverage this in some unified way long term to support things like: "pick an existing database in your account to pass to this optional bicep parameter, or leave it blank so the infrastructure knows it needs to provision one".
Make azd to offer a prompt for selecting a vnet by listing all available vnets from a subscription.
Use same pattern as listing resource groups during resource group deployment.
Add also a meta-value for bicep-param for vnet, similar to how the
location
meta-value is supported.See context: #3120 (reply in thread)
The text was updated successfully, but these errors were encountered: