Fix: "Values of identifierUris property must use a verified domain of the organization or its subdomain"

Full error:
Changing "aks-getting-started-sp" to a valid URI of "http://aks-getting-started-sp", which is the required format used for service principal names
Values of identifierUris property must use a verified domain of the organization or its subdomain: 'http://aks-getting-started-sp'

Replaced with:
WARNING: 'name' property in the output is deprecated and will be removed in the future. Use 'appId' instead.
This commit is contained in:
Treehopper 2021-11-24 15:56:20 +00:00
parent e43dac88f2
commit 82c52098e7

View File

@ -11,7 +11,7 @@ We'll need the Azure CLI to gather information so we can build our Terraform fil
```
# Run Azure CLI
docker run -it --rm -v ${PWD}:/work -w /work --entrypoint /bin/sh mcr.microsoft.com/azure-cli:2.6.0
docker run -it --rm -v ${PWD}:/work -w /work --entrypoint /bin/sh mcr.microsoft.com/azure-cli:latest
```