PowerShell命令Set-AzureRmVMCustomScriptExtension提供了设置参数-SecureExecution的可能性,它允许不写入将在日志CustomScriptHandler中运行的命令。将一些凭据传递给脚本时必须使用它。
我想知道在使用ARM模板部署自定义脚本扩展时是否存在相同的含义。
唯一记录的参数是following:
"protectedSettings": {
"commandToExecute": "myExecutionCommand",
"storageAccountName": "myStorageAccountName",
"storageAccountKey": "myStorageAccountKey"
}
答案 0 :(得分:0)
"commandToExecute"
是您要查找的参数。它定义了传递给扩展的内容。
PS。受保护设置下的所有内容在执行前都会被解密