From 5c40ead25888469c86104acfa4af5a28a23a3bdf Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 24 Sep 2020 15:34:39 -0700 Subject: [PATCH] az deployment group create --- docs/tutorials/cli-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/cli-overview.md b/docs/tutorials/cli-overview.md index e49f8d8fc7f..85892e65113 100644 --- a/docs/tutorials/cli-overview.md +++ b/docs/tutorials/cli-overview.md @@ -230,7 +230,7 @@ AKS Engine also provides a command to generate a reusable ARM template only, wit ### `aks-engine generate` -The `aks-engine generate` command is similar to `aks-engine deploy`: it uses an API model (cluster definition) file as input to define the desired cluster configuration and shape of a new Kubernetes cluster. Unlike `deploy`, `aks-engine generate` does not actually submit any operational requests to Azure, but is instead used to generate a reusable ARM template which may be deployed at a later time. Use this command as a part of a workflow that creates one or more Kubernetes clusters via an ARM group deployment that takes an ARM template as input (e.g., `az group deployment create` using the standard `az` Azure CLI). +The `aks-engine generate` command is similar to `aks-engine deploy`: it uses an API model (cluster definition) file as input to define the desired cluster configuration and shape of a new Kubernetes cluster. Unlike `deploy`, `aks-engine generate` does not actually submit any operational requests to Azure, but is instead used to generate a reusable ARM template which may be deployed at a later time. Use this command as a part of a workflow that creates one or more Kubernetes clusters via an ARM group deployment that takes an ARM template as input (e.g., `az deployment group create` using the standard `az` Azure CLI). ```sh $ aks-engine generate --help