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
The ResourceReference (e.g., in PrivateLinkServiceConnection) currently allows referencing existing resources using group/kind/name or armId. However, our use case requires referencing resources by an alias, as demonstrated in this example. Unfortunately, using an alias as the armId is blocked by the current regex validation.
Proposed Improvement
Add support for using an alias in ResourceReference.
Alternatively, rename armId to id and allow it to accept both armId and aliases.
Current State
The ResourceReference (e.g., in PrivateLinkServiceConnection) currently allows referencing existing resources using group/kind/name or armId. However, our use case requires referencing resources by an alias, as demonstrated in this example. Unfortunately, using an alias as the armId is blocked by the current regex validation.
Proposed Improvement
Add support for using an alias in ResourceReference.
Alternatively, rename armId to id and allow it to accept both armId and aliases.
##Additional Context
A practical example of this requirement is configuring Elastic Cloud with Azure Private Link when accessed from AKS. This scenario is detailed in Elastic’s blog: Secure your deployments on Elastic Cloud with Azure Private Link.
The text was updated successfully, but these errors were encountered: