2017-04-11 27 views
0

当我打开JSON ARM文件时,轮廓未出现在Cloud Explorer窗口中。我也没有得到模板的智能感知(我已经安装了Azure SDK)。这里是文件JSON轮廓工具未出现在VS 2015或2017中

{ 
    "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", 
    "contentVersion": "1.0.0.0", 
    "parameters": { 

    }, 
    "variables": { 

    }, 
    "resources": [ 

    ], 
    "outputs": { 

    } 
} 

回答

0

我通过删除Azure SDK 3.0并返回到2.9(2016年11月)来修复它。

0

我不得不手动显示它,即使如果我打开一个JSON文件独立它没有显示布局。然而,当我打开JSON文件作为VS项目它工作得很好

0

在VS2017去Visual Studio Installer并确保Azure Development工作量安装

enter image description here

然后到VS2017和开放View>Other Windows>JSON Outline

enter image description here