@description('This parameter specifies all OS disk data') param pOSProfile object
Mahesh Vempati
186
Reputation points
Hi Team,
We are using Bicep for resource creation in Azure. I want to pass VM's Admin name as a secure string but I cant use secure() since I am using nested templates. Here is the example
[
And while passing parameters we are using
@description('This parameter specifies all OS disk data')
param pOSProfile object
Now How should I use only Admin password as the secure variable
Thanks,
Mahesh Vempati
Sign in to answer