Azure / DevOps-Self-Hosted

This repository contains solutions to create and operate self-hosted agents for DevOps environments
MIT License
61 stars 16 forks source link

Introduce Private Endpoint deployment were possible #24

Open AlexanderSehr opened 1 year ago

AlexanderSehr commented 1 year ago

To implement best practices, we should deploy resources like Private Endpoints, Network Security Groups for Subnets, etc. where possible - and allow their configuration.

cc: @ChrisSidebotham

AlexanderSehr commented 1 year ago

Started working on this in my personal fork and introduced several major improvements (also structurewise). However, to finish the Pull Request, issue https://github.com/Azure/bicep/issues/6540 must be resolved first as the Deployment Scripts can currently not communicate with Private Resources.