Skip to content

Retrieving Secret value from one ReourceGroup and apply to different ResourceGroup: BadRequest Error #5550

Answered by link78
link78 asked this question in Q&A
Discussion options

You must be logged in to vote

I am using TenantID and ObjectID for
accessPolicies: [
{
tenantId: ''
objectId: ''

I will look into RBAC for KV.
Second question: I have been trying to enable CDN MANAGED Certificate using Bicep but I am not able to get it to work. Any recommendation:

resource biberk_wildcard_2019 'Microsoft.Cdn/profiles/secrets@2020-09-01' = {
name: 'KeyVault1'
parent: testresearchcdn
properties: {
parameters: {
type: 'CustomerCertificate'
certificateAuthority: 'OU=http://certs.godaddy.com/repository/'
secretSource: {
id: ''
}
secretVersion: ''
subjectAlternativeNames: [
'*.example.com'
example.com'
]
useLatestVersion: false
}
}
dependsOn: [
test_researchcdn_biberk_com
]

}

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Answer selected by link78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants