From 784c7973c21dee556334af170e92e345843c689f Mon Sep 17 00:00:00 2001 From: Hariharan Jayaraman Date: Tue, 15 May 2018 11:45:24 -0700 Subject: [PATCH] minor updates to docs --- website/source/docs/builders/azure.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/azure.html.md b/website/source/docs/builders/azure.html.md index 99538700e..e697a3e42 100644 --- a/website/source/docs/builders/azure.html.md +++ b/website/source/docs/builders/azure.html.md @@ -221,8 +221,8 @@ Providing `temp_resource_group_name` or `location` in combination with `build_re CLI example `azure vm sizes -l westus` -- `async_resourcegroup_delete` (boolean) If you want packer to delete the temporary resource group asynchronously. It's a boolean value - and defaults to false. **Important** Setting this true means that your builds are faster, any failed deletes are not reported. +- `async_resourcegroup_delete` (boolean) If you want packer to delete the temporary resource group asynchronously set this value. It's a boolean value + and defaults to false. **Important** Setting this true means that your builds are faster, however any failed deletes are not reported. ## Basic Example