使用资源管理器模板创建Service Fabric集群 [英] Creating a Service Fabric cluster using resource manager template

查看:103
本文介绍了使用资源管理器模板创建Service Fabric集群的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天没有运气,我收到一个InvalidTempalteDeployment错误,我正在使用deploy和参数json文件:

No luck today, I'm receiving an InvalidTempalteDeployment error, I'm using the deploy and parameter json file:

错误消息:

Test-AzureRmResourceGroupDeployment -ResourceGroupName"SF-API-Research" -TemplateFile"D:\ Research \ 101-Azure \ SF-API-Re search-ARM-Template \ azuredeploy.json"-TemplateParameterFile" D:\ Research \ 101-Azure \ SF-API-Research-ARM-Template \ azuredeploy.parameters.js 上"

Test-AzureRmResourceGroupDeployment -ResourceGroupName "SF-API-Research" -TemplateFile "D:\Research\101-Azure\SF-API-Re search-ARM-Template\azuredeploy.json" -TemplateParameterFile "D:\Research\101-Azure\SF-API-Research-ARM-Template\azuredeploy.parameters.js on"

代码:InvalidTemplateDeployment

Code : InvalidTemplateDeployment

消息:根据验证过程,模板部署'a0ece8f8-b9b1-490e-b8c4-61e5ee2fb1ce'无效.这 跟踪ID为"6f58292f-759e-44b8-8ddf-83e279244a21".有关详细信息,请参见内部错误.请参见 https://aka.ms/arm-deploy 使用细节.

Message : The template deployment 'a0ece8f8-b9b1-490e-b8c4-61e5ee2fb1ce' is not valid according to the validation procedure. The tracking id is '6f58292f-759e-44b8-8ddf-83e279244a21'. See inner errors for details. Please see https://aka.ms/arm-deploy for usage details.

详细信息:{Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError}

Details : {Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError}

Azure门户显示的是未找到图片,阻止了我的选择.我在不同的计算机和不同的浏览器上进行了测试.

Azure portal is showing an No found image that prevent me from selecting. I tested with different computers and different browsers.

有什么主意吗?

推荐答案

这是因为在获得自定义ARM模板之前,必须填写所有详细信息.我注意到您错过了屏幕快照中的某些信息,例如节点类型计数.

This is because you have to fill all the details in before you can get the custom ARM template. I noticed you missed some information in your screenshot such as node type count.

这篇关于使用资源管理器模板创建Service Fabric集群的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆