-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickstart: Deploy Hello World not working #391
Comments
I'm also facing the same issue at the deploying application step. I have tried with both linux and windows templates. But its the same error. |
I am having the same problem not only in hello world template but also in other templates. "BadRequestError: The request content was invalid and could not be deserialized: 'Could not find member 'template' on object of type 'DeploymentDefinition'. Path 'template', line 1, position 12.'." |
I've also experienced this issue today. |
Yes, I'm also trying deploy all samples and got same error. Anybody can resolve it? |
Hi @cankanat. I'm trying two region West Europe and East US, checked quotas and nothing. |
1 similar comment
Hi @cankanat. I'm trying two region West Europe and East US, checked quotas and nothing. |
Hi. Waiting when Microsoft guys will enable SFM. |
I've been following the quickstart guide at https://docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-quickstart-deploy-container.
When reaching the "Deploy the Application" section, I run into trouble. In particular, the command:
az mesh deployment create --resource-group myResourceGroup --template-uri https://raw.githubusercontent.com/Azure-Samples/service-fabric-mesh/master/templates/helloworld/helloworld.linux.json --parameters "{'location': {'value': 'eastus'}}"
terminates with the following error:
ValidationError: The request content was invalid and could not be deserialized: 'Could not find member 'template' on object of type 'DeploymentDefinition'. Path 'template', line 1, position 12.
I have of course ensured that a valid resource group is referenced. I haven't been able to find any information on the missing "template" member.
The text was updated successfully, but these errors were encountered: