From dad2b24b82fa27d3d6c02aaa5845451f059f897a Mon Sep 17 00:00:00 2001
From: petems
Date: Wed, 13 Feb 2019 00:54:27 +0000
Subject: [PATCH] Adds note about secret value
* For future traveler, this literally ate up an entire day of debugging, so hopefully it helped you! :dancer:
---
website/source/docs/agent/cloud-auto-join.html.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/source/docs/agent/cloud-auto-join.html.md b/website/source/docs/agent/cloud-auto-join.html.md
index ea721e32e2..28e7d3eb7d 100644
--- a/website/source/docs/agent/cloud-auto-join.html.md
+++ b/website/source/docs/agent/cloud-auto-join.html.md
@@ -100,7 +100,7 @@ $ consul agent -retry-join "provider=azure tag_name=... tag_value=... tenant_id=
- `provider` (required) - the name of the provider ("azure" in this case).
- `tenant_id` (required) - the tenant to join machines in.
- `client_id` (required) - the client to authenticate with.
-- `secret_access_key` (required) - the secret client key.
+- `secret_access_key` (required) - the secret client key. **NOTE** This value often may have an equals sign in it's value, especially if generated from the Azure Portal, so is important to wrap in single quotes eg. `secret_acccess_key='fpOfcHQJAQBczjAxiVpeyLmX1M0M0KPBST+GU2GvEN4='`
Use these configuration parameters when using tags:
- `tag_name` - the name of the tag to auto-join on.