This message was deleted.
# azure
s
This message was deleted.
b
Welp, sure enough... as long as I specify anything for the ARM_SUBSCRIPTION_ID (e.g., gibberish), it works.
i
try using a pulumi AzureNative Provider resource … store those values (for example) in your configuration with the --secret flag
pulumi runs self contained in this case and should act the same locally and in CI runner. this way you wont have to add those environment variables to your CLI manually each time you open a new terminal too
b
Thanks Patrick... will def check this out!
i
service principals will need to still be added to the subscription with minimum contributor role
otherwise how would they write to ARM 😅