Faulty config in Fundamentals of Bicep learning path
Hello,
When working with Fundamentals of Bicep learning path in Module: Build reusable Bicep templates by using parameters, there are some out of date config.
https://learn.microsoft.com/en-us/training/modules/build-reusable-bicep-templates-parameters/6-exercise-create-use-parameter-files?pivots=powershell
This will result in students not being able to complete the module unless they know how to get around this problem, i think this need a revisit since the defaults of key-vault have changed.
In this module you will create a key-vault with PowerShell, the module states that you will have access to the key-vault since you created it. This is not the case anymore since the default key-vault is created with RBAC and not Access Policy anymore.
Since this is built in a Sandbox students do not have access to RBAC and because of that can not gain access to the key-vault and create the necessary secrets for the module.
To get around this, students will have to create a key-vault with Access policy and not RBAC to finish the exercise.
I know it's not directly a question, but if there is another way to log things like this let me know.
This question is related to the following Learning Module