Creating a Service Fabric cluster using resource manager template

天大地大妈咪最大 提交于 2019-12-25 06:39:31

问题


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

https://github.com/Azure/azure-quickstart-templates/tree/master/service-fabric-secure-cluster-5-node-1-nodetype-wad

Error message:

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"

Code : InvalidTemplateDeployment

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.

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

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

Any idea?


回答1:


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.



来源:https://stackoverflow.com/questions/39680770/creating-a-service-fabric-cluster-using-resource-manager-template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!