Official doc https://docs.microsoft.com/azure/service-fabric-mesh/
Run tests live using python tests/latest/test_mesh_commands.py For more info on testing see https://github.com/Azure/azure-cli/blob/dev/doc/authoring_tests.md
- ::
- Group
- az mesh: Manage Azure Service Fabric Mesh Resources.
- Subgroups:
- app : Manage Service Fabric Mesh applications. code-package-log: Examine the logs for a codepackage. deployment : Manage Service Fabric Mesh deployments. network : Manage networks. service : Manage Service Fabric Mesh services. service-replica : Manage Service Fabric Mesh service replicas. volume : Manage volumes.
-Command
az mesh deployment create: Create a Service Fabric Mesh application.
-Arguments |
--mode --name -n : The deployment name. Default to template file base name. --no-wait : Do not wait for the long-running operation to finish. --parameters --template-file : The full file path of creation template. --template-uri : The full file path of creation template on a http or https link. |
- -Global Arguments
--debug : Increase logging verbosity to show all debug logs. --help -h : Show this help message and exit. --output -o : Output format. Allowed values: json, jsonc, table, tsv.
Default: json.
--query : JMESPath query string. See http://jmespath.org/ for more information and examples. --subscription : Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID". --verbose : Increase logging verbosity. Use --debug for full debug logs.
-Examples |
|
Patch 0.10.4: - Locking version of dependency 'sfmergeutility' to 0.1.6. - Add 'az mesh generate armtemplate' cmd.