为了在Azure上部署资源,我们正在使用微软的二头肌。
对于代码的执行,我使用的是visual代码内部。
注意事项,这是我在这里张贴的一个例子。
代码如下
resource stg 'Microsoft.Storage/storageAccounts@2019-06-01' = {
name: 'uniquestorage001' // must be globally unique
location: 'eastus'
kind: 'Storage'
sku: {
name: 'Standard_LRS'
}
}在终端上,我们使用以下命令来构建它
二头肌构建main.bicep
我收到以下错误消息
bicep: The term 'bicep' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again我安装了二头肌分机。
我真的不知道还能做些什么,请帮帮忙。
https://stackoverflow.com/questions/69283369
复制相似问题