Hello ,
I am able to successfull create a key vault using below azure cli command
az keyvault create --name $kvname --resource-group $rgname --location $location --enable-soft-delete true
I have a business case to add existing virtual network and subnet using private endpoint to out new key vault using CLI command . I didnt find any command that does this , could anyone please let me know if we can achieve this using powershell or azure cli?