Azure / azure-cli

Azure Command-Line Interface
MIT License
4.01k stars 2.99k forks source link

Quickstart: Deploy Hello World to Service Fabric Mesh #16278

Open obtek opened 3 years ago

obtek commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az mesh deployment create --resource-group Audicity --template-uri https://raw.githubusercontent.com/Azure-Samples/service-fabric-mesh/master/templates/helloworld/helloworld.linux.json --parameters "{'location': {'value': 'eastus'}}"

Errors: BadRequestError: The request content was invalid and could not be deserialized: 'Could not find member 'templateLink' on object of type 'DeploymentDefinition'. Path 'templateLink', line 1, position 16.'.

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

Environment Summary

Linux-5.4.0-1031-azure-x86_64-with-debian-buster-sid
Python 3.6.10
Installer: DEB

azure-cli 2.16.0

Extensions:
mesh 0.10.6

Additional Context

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @QingChenmsft, @vaishnavk, @juhacket.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** az mesh deployment create --resource-group Audicity --template-uri https://raw.githubusercontent.com/Azure-Samples/service-fabric-mesh/master/templates/helloworld/helloworld.linux.json --parameters "{'location': {'value': 'eastus'}}" **Errors:** BadRequestError: The request content was invalid and could not be deserialized: 'Could not find member 'templateLink' on object of type 'DeploymentDefinition'. Path 'templateLink', line 1, position 16.'. ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - _Put any pre-requisite steps here..._ - `az mesh deployment create --resource-group {} --template-uri {} --parameters {}` ## Expected Behavior ## Environment Summary ``` Linux-5.4.0-1031-azure-x86_64-with-debian-buster-sid Python 3.6.10 Installer: DEB azure-cli 2.16.0 Extensions: mesh 0.10.6 ``` ## Additional Context
Author: obtek
Assignees: -
Labels: `Service Attention`, `Service Fabric`
Milestone: -
yonzhan commented 3 years ago

Service Fabric Mesh

mwesigwaguma commented 1 month ago

Service Fabric Mesh

Hey, @yonzhan can you move this to service Fabric Mesh team

iyyappam commented 1 month ago

As of 09/24 we have deprecated this service, so we will close the issue. The alternate option is to use Azure Container Instance service (https://learn.microsoft.com/en-us/azure/container-instances/).