mirror of https://github.com/docker/docs.git
Removed Enterprise Edition limitation (#4497)
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
098da6fe21
commit
507d6055fb
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue