Hi, is there any proper way or use case example wh...
# general
b
Hi, is there any proper way or use case example where you can handle Pulumi at scale while leaving every team to develop Pulumi using their preferred language? Considering Azure environment and that every team has its own repo with source and infrastructure code. How the Infra team or main Pulumi admins can operate this at scale? Ideas: • Using tags and pulumi code/scripts to check that all the resources deployed for the teams are valid and follow certain policies. • Using Azure policies • ... ?