Hi! I'm trying to setup keyvault backed pulumi on ...
# azure
c
Hi! I'm trying to setup keyvault backed pulumi on Azure, but the following command fails during the stack init process:
Copy code
pulumi new \
       --secrets-provider="azurekeyvault:<http://xxxxxxxx.vault.azure.net/keys/xxxx|xxxxxxxx.vault.azure.net/keys/xxxx>" \
       azure-typescript
The error I get is this:
Copy code
Sorry, could not create stack 'dev': invalid keyID "https://"; must match ^(https://.+\.vault\.(?:[a-z\d-.]+)/)keys/(.+)$ []
Any idea what is going on?
Sorry ignore, forgot
//