Skip to content
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

Open
TobiasWolters opened this issue Sep 29, 2020 · 8 comments
Open

Quickstart: Deploy Hello World not working #391

TobiasWolters opened this issue Sep 29, 2020 · 8 comments

Comments

@TobiasWolters
Copy link

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.

@LokeshSoundarajan
Copy link

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.
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.

@cankanat
Copy link

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.'."

@CloudDevDan
Copy link

I've also experienced this issue today.

@aleks-noname
Copy link

Yes, I'm also trying deploy all samples and got same error. Anybody can resolve it?

@cankanat
Copy link

I solve this issue with using Deploy Custom Template. You can paste the template file to the template editor. I don't know exactly why, but when I did it this way, the deployment was successfully done.

image

@aleks-noname
Copy link

Hi @cankanat.
Thank you for answer!
Yes, It's help me. The deployment started but I got another error during deployment application (gateway and network is ok):
{
"status": "Failed",
"error": {
"code": "ClusterAllocationInsufficientCapacity",
"message": "Insufficient capacity is available in this region. Please try again later or try a different region.",
"details": []
}
}

I'm trying two region West Europe and East US, checked quotas and nothing.
Could you know something about it?

1 similar comment
@aleks-noname
Copy link

Hi @cankanat.
Thank you for answer!
Yes, It's help me. The deployment started but I got another error during deployment application (gateway and network is ok):
{
"status": "Failed",
"error": {
"code": "ClusterAllocationInsufficientCapacity",
"message": "Insufficient capacity is available in this region. Please try again later or try a different region.",
"details": []
}
}

I'm trying two region West Europe and East US, checked quotas and nothing.
Could you know something about it?

@aleks-noname
Copy link

Hi.
I got answer from MS Support:
Service Fabric Mesh preview is temporarily disabled due to security reasons.
While the service is disabled, if you attempt to utilize the Mesh service you will receive the following error message: "Cannot deploy Service Fabric Mesh application in region, reports insufficient capacity".

Waiting when Microsoft guys will enable SFM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants