Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
tbutcher
11 months agoNew Contributor
Is it possible to create a new item in a vault using an Azure function app without Connect Server?
I need to know if creating a new item using rest api in an azure powershell function app is possible. Here is a snippet of what I've been trying: # Get 1Password API token and vault ID from envi...
phildmno
11 months agoOccasional Contributor
I think you'll need to use either the CLI or one of the SDKs to do this without Connect. Since it's Powershell, the CLI probably makes the most sense.
tbutcher
11 months agoNew Contributor
Hi there, do you know if it's possible to use 1password cli within an Azure function app environment though? Thanks!
- phildmno11 months agoOccasional Contributor
It looks like you can https://learn.microsoft.com/en-us/azure/azure-functions/bring-dependency-to-functions?pivots=programming-language-python, (that example is python, but it shouldn't be that different in your preferred language)