From 1f805b8de0513d4ba03587ae15ad90ceb80e3671 Mon Sep 17 00:00:00 2001 From: Ivan Sharamok Date: Thu, 15 Aug 2019 08:33:27 -0700 Subject: [PATCH] Install on azure reqs update 081419 (#9259) * add Az NIC req, clarify azure.json * clarified azure prereq and azure.json req * Reworded the azure.json paragraph --- ee/ucp/admin/install/cloudproviders/install-on-azure.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ee/ucp/admin/install/cloudproviders/install-on-azure.md b/ee/ucp/admin/install/cloudproviders/install-on-azure.md index 0801661a12..8d6ca5de10 100644 --- a/ee/ucp/admin/install/cloudproviders/install-on-azure.md +++ b/ee/ucp/admin/install/cloudproviders/install-on-azure.md @@ -69,10 +69,11 @@ objects are being deployed. ### Azure Configuration File -For Docker UCP to integrate with Microsoft Azure,each UCP node in your cluster -needs an Azure configuration file, `azure.json`. Place the file within -`/etc/kubernetes`. Since the config file is owned by `root`, set its permissions -to `0644` to ensure the container user has read access. +For UCP to integrate with Microsoft Azure, all Linux UCP Manager and Linux UCP +Worker nodes in your cluster need an identical Azure configuration file, +`azure.json`. Place this file within `/etc/kubernetes` on each host. Since the +configution file is owned by `root`, set its permissions to `0644` to ensure +the container user has read access. The following is an example template for `azure.json`. Replace `***` with real values, and leave the other parameters as is.