From 127331a0858687444c2e425c723dcdb6166a459b Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Thu, 21 Mar 2019 19:25:39 -0400 Subject: [PATCH] Update install-on-azure.md --- ee/ucp/admin/install/install-on-azure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ee/ucp/admin/install/install-on-azure.md b/ee/ucp/admin/install/install-on-azure.md index 94ac0a0784..badd4874d5 100644 --- a/ee/ucp/admin/install/install-on-azure.md +++ b/ee/ucp/admin/install/install-on-azure.md @@ -42,10 +42,10 @@ to successfully deploy Docker UCP on Azure - All UCP Nodes (Managers and Workers) need to be deployed into the same Azure Resource Group. The Azure Networking (Vnets, Subnets, Security Groups) components could be deployed in a second Azure Resource Group. -- The Azure Vnet and Subnet needs to be appropriately sized for your - environment, addresses from this pool will be consumed by Kubernetes Pods, see +- The Azure Vnet and Subnet must be appropriately sized for your + environment, and addresses from this pool are consumed by Kubernetes Pods. For more information, see [Considerations for IPAM - Configuration](#considerations-for-ipam-configuration) for more information. + Configuration](#considerations-for-ipam-configuration). - All UCP Nodes (Managers and Workers) need to be attached to the same Azure Subnet. - All UCP (Managers and Workers) need to be tagged in Azure with the @@ -223,4 +223,4 @@ docker container run --rm -it \ --pod-cidr \ --cloud-provider Azure \ --interactive -``` \ No newline at end of file +```