Hello sir, your videos are very useful for learning azure. Recently I came to know about your video during the training. Can you please post the video on how to create key vault and a key using bicep. Thank you
Hi Sir, Thank you for the video...please give us the bicep template to create keyvault and secrets. If i do i am getting the following error "The operation is not allowed by RBAC. If role assignments were recently changed, please wait several minutes for role assignments to become effective. please help us, Thank you
Looks like Microsoft has recently changed the default way of how access works for Key Vault. Please create a Key Vault using Access Policy instead of RBAC to avoid the issue
Thanks fir the video, well explained. However, do we have to use a json parameter file? I've got a complete dislike for arm json files, is there another way of doing this without using arm json files?
Hi , how to define if we have multiple secretes. Requirement is like I am moving secrets from one RG to another RG using bicep using decompile method. Can I do that?
Thank You very much for this tutorial
You have taken standard practical examples.
Hello sir, your videos are very useful for learning azure. Recently I came to know about your video during the training. Can you please post the video on how to create key vault and a key using bicep. Thank you
Please go through this th-cam.com/video/YSrmNJlcooM/w-d-xo.html&ab_channel=AzureWorld
Very nice Praveen. Thank you for the knoweledge!
Awesome Sir
Thank you
Hi Sir, Thank you for the video...please give us the bicep template to create keyvault and secrets. If i do i am getting the following error "The operation is not allowed by RBAC. If role assignments were recently changed, please wait several minutes for role assignments to become effective.
please help us, Thank you
Looks like Microsoft has recently changed the default way of how access works for Key Vault. Please create a Key Vault using Access Policy instead of RBAC to avoid the issue
@@azurespace Or you can assign yourself Key Vault Administrator role in RBAC/Access Control.
Thank you
Thanks fir the video, well explained. However, do we have to use a json parameter file? I've got a complete dislike for arm json files, is there another way of doing this without using arm json files?
Yes, We have to use the json parameter file only.
Hi , how to define if we have multiple secretes. Requirement is like I am moving secrets from one RG to another RG using bicep using decompile method. Can I do that?
This only works if you are the creator of the key vault. Otherwise, you get 403 forbidden errors.