Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
tbutcher
6 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...
tbutcher
6 months agoNew Contributor
Hi there, do you know if it's possible to use 1password cli within an Azure function app environment though? Thanks!
phildmno
6 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)