Hi,
how to set backend to azure blob without using cli, is that possible ?
We are using service principal and have defined custom provider and we are looking to have something in pulumi as in terraform regarding defining backend.
We would like to have backend defined in yaml without need to use cli in workflows.
f
fast-sandwich-30809
05/28/2024, 7:14 PM
Yes, you should just need to set the
PULUMI_BACKEND_URL
environment variable to
<azblob://StorageAccountName>
, then set
AZURE_STORAGE_ACCOUNT
to `BlobContainerName`; and the
AZURE_STORAGE_KEY
and
PULUMI_CONFIG_PASSPHRASE
variables as well
✅ 1
fast-sandwich-30809
05/28/2024, 7:14 PM
I'm using the automation API + MSI, no cli at all 🙂
b
boundless-jordan-42735
05/29/2024, 6:20 AM
is it possible to use rbac not storage key for access to storage account?
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.