How do you create an Azure Application ? #100
Answered
by
gdbarron
tonyjameshart
asked this question in
Q&A
|
How do you create an Azure Application ? New-TppObject -Class 'Azure Key Vault' -Attribute @{'Driver Name'='appazurekeyvault';'Vault Name'='"$VaultName"} -Path "$path" -VenafiSession $VenafiSession What am I doing wrong? |
Answered by
gdbarron
Apr 14, 2022
Replies: 1 comment
|
Hi @tonyjameshart. The path should be to the object itself, not the containing device. Everything else looks good. Function help is your friend :) |
0 replies
Answer selected by
gdbarron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @tonyjameshart. The path should be to the object itself, not the containing device. Everything else looks good.
Function help is your friend :)