Bicep parameters of types different than string #13849
Unanswered
MichalHejniak (mhjit)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I try to configure the Azure Storage resource including the Blob Service CORS rules. If I try to parametrize the
AllowedOriginsproperty below I end up with a parameter of type string in the generated bicep template.AllowedOriginsexpectsBicepList<string>.Is there any way to make it work?
All reactions