From 507d6055fbe90afc71bd297ce26688fda6a26087 Mon Sep 17 00:00:00 2001 From: French Ben Date: Fri, 1 Sep 2017 15:25:29 -0700 Subject: [PATCH] Removed Enterprise Edition limitation (#4497) Signed-off-by: French Ben --- docker-for-azure/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md index 63e5ca9f86..3afdd26ef8 100644 --- a/docker-for-azure/index.md +++ b/docker-for-azure/index.md @@ -106,9 +106,9 @@ containerized helper script called `docker4x/create-sp-azure` to help you create so that the Azure resource group is created up front and the service principal is scoped to that specific resource group. -- **Docker Enterprise Edition for Azure**: The Azure Marketplace portal does not currently allow users to specify an - existing resource group to use when deploying resources. Do not specify `rg-name` and `rg-region`, because you need - a Service Principal that is scoped throughout your account. +- **Docker Enterprise Edition for Azure**: `rg-name` and `rg-region` are optional, but specifying them is recommended + so that the Azure resource group is created up front and the service principal is scoped to that specific resource + group. If the script fails, your Azure user account may not have sufficient privileges. Contact your Azure administrator. @@ -151,4 +151,4 @@ If you use the AppID / AppSecret from the `docker4x/create-sp-azure` helper scri $ az group deployment create --resource-group docker-resource-group --name docker.template --template-uri https://download.docker.com/azure/stable/Docker.tmpl ``` -Parameters can be provided interactively, on the command line, or via a parameters file. For more info on how to use the Azure CLI, visit the [Deploy resources with Resource Manager templates and Azure CLI](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy-cli) page. \ No newline at end of file +Parameters can be provided interactively, on the command line, or via a parameters file. For more info on how to use the Azure CLI, visit the [Deploy resources with Resource Manager templates and Azure CLI](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy-cli) page.