Skip to content

Creating a Microsoft.KeyVault/vaults/certificates #10044

Answered by brwilkinson
jsburckhardt asked this question in Q&A
Discussion options

You must be logged in to vote

These api's are not published at this time... via ARM... You can only access via REST enpoints etc.

TF, az cli, powershell.

https://learn.microsoft.com/en-us/azure/templates/microsoft.keyvault/allversions

  • certificates are missing in the api specs here.

We have this open issue for this:

in the meantime I use deployment scripts executed from Bicep... only downside is that i cannot enable my keyvault firewall because of this.

Example of requesting the cert ..

https://github.com/brwilkinson/AzureDeploymentFramework/blob/main/ADF/bicep/SFM-Cluster.bicep#L78

module createCertswithRotation 'x.newCertificatewithRotation.ps1.bicep' = { // if( Global.DomainNameExt != 'psthing.com') {
  name

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@sebs
Comment options

Answer selected by jsburckhardt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #10037 on March 07, 2023 19:27.