Private endpoints #17508
                  
                    
                      cveld
                    
                  
                
                  started this conversation in
                Authoring Help
              
            
            
              Private endpoints
            
            #17508
          
          
        Replies: 1 comment 1 reply
-
| with bicep you can also have object and loop over it https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/loops#dictionary-object so I do not see any issue. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    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 have two private endpoints to manage. In terraform I would have set up an key/value object structure, en loop through it with foreach. In bicep I currently just have this flattened resource structure. Any suggestions how this could be improved?
Beta Was this translation helpful? Give feedback.
All reactions