Hi guys, I use azure classic provider and run pulumi from GH. Is it possible to set non-default audience for federated credentials used to deploy resources to azure? For azure-native ARM_OIDC_AUDIENCE seems working but for azure classic it fails
s
steep-plastic-74107
03/30/2026, 4:29 PM
Hi @quick-noon-18541 this is probably some handling we're missing, do you mind opening an issue here? https://github.com/pulumi/pulumi-azure/issues
For now, it's not the most elegant, but you could try using Azure SDKs to log in.
q
quick-noon-18541
03/30/2026, 9:07 PM
Actually I migrated all resources to azure-native by manipulating state files (I wanted to do it anyway to not maintain 2 providers)