Another alternative would be to use the relevant Azure SDK directly in your code, alongside Pulumi. Since Pulumi focuses on resource management, users sometimes do that for data plane operations.
c
curved-doctor-83600
04/03/2023, 2:26 PM
Thanks Thomas for suggesting that option. I just tried using the Azure classic provider and it works just fine. But I will consider your suggestion for such tasks in the future, I already do sth. similar wrt to keyvault secrets.