Deploying multiple Private endpoints using loop. #11688
Spsutar
started this conversation in
Authoring Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Folks,
Need authoring help with Bicep to create a module for Private endpoint. The requirement is to pass Parameter input for multiple private endpoints as object and the module should loop through the objects to create each endpoint. The Private endpoint object also has an array for DNS Zone ids within it. so the module should also loop through this array to add the zone ids.
Beta Was this translation helpful? Give feedback.
All reactions