Removed Enterprise Edition limitation (#4497)

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2017-09-01 15:25:29 -07:00 committed by Misty Stanley-Jones
parent 098da6fe21
commit 507d6055fb
1 changed files with 4 additions and 4 deletions

View File

@ -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 so that the Azure resource group is created up front and the service principal is scoped to that specific resource
group. group.
- **Docker Enterprise Edition for Azure**: The Azure Marketplace portal does not currently allow users to specify an - **Docker Enterprise Edition for Azure**: `rg-name` and `rg-region` are optional, but specifying them is recommended
existing resource group to use when deploying resources. Do not specify `rg-name` and `rg-region`, because you need so that the Azure resource group is created up front and the service principal is scoped to that specific resource
a Service Principal that is scoped throughout your account. group.
If the script fails, your Azure user account may not have sufficient privileges. Contact your Azure administrator. 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 $ 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. 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.