From b1a788c35a579f74e74e2320c47d9ec78c4118ec Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Tue, 21 Aug 2018 17:44:04 +0200 Subject: [PATCH] Fix az command in day2-operations (#3713) The deployment command is missing the `create` subcommand --- docs/kubernetes-day2-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes-day2-operations.md b/docs/kubernetes-day2-operations.md index 1cc8c0e3e..05d7e88d1 100644 --- a/docs/kubernetes-day2-operations.md +++ b/docs/kubernetes-day2-operations.md @@ -8,7 +8,7 @@ These are the common steps (unless described otherwise) you'll have to run after * Run `acs-engine generate --api-model _output//apimodel.json`. This wil update the `azuredeploy*` files needed for the new ARM deployment. These files are also located in the `_output` folder. * Apply the changes by manually starting an ARM deployment. From within the `_output/` run - az group deployment --template-file azuredeploy.json --parameters azuredeploy.parameters.json --resource-group "" + az group deployment create --template-file azuredeploy.json --parameters azuredeploy.parameters.json --resource-group "" To use the `az` CLI tools you have to login. More info can be found here: https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest