DEV Community

Cover image for 📌 Azure private endpoints (PEs) for different resources.
tarak-brainboard for Brainboard

Posted on

📌 Azure private endpoints (PEs) for different resources.

When you build a cloud infrastructure in Azure, you may need private endpoints for the services you use and sometimes resources are in different subscriptions. With Terraform, you need to know how to do it.

✅ This sample architecture, shows you:

  • How to create private endpoints and associate them with specific resources. You can also dedicate a specific layer just for PEs.

  • You can specify the subscription of the PEs using the provider key word. Cf first screenshot. provider = azurerm.subscription_alias.

  • When you use Brainboard.co, you have the possibility to check the security of the infrastructure. Never ever deploy an infrastructure without security checks.

  • If you care about costs, you can also get an estimation of the infra. For e.g. this architecture will cost $248.93.

🛡️ Without reinventing the wheel, you can build your own library of templates in Brainboard.co and implement best practices while educating everyone on how to build cloud infrastructures that are secure by design.

Try it here 👉 https://app.brainboard.co

Image description

Image description

Top comments (0)