问题
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