In this PR we introduced the :uri format on Reference Expressions to encode specific components of an url.
This is implemented in Bicep by using uriComponent() but the manifest format doesn't support this construct yet. We need to update IManifestExpressionProvider usages and AZD to support this.