mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
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:
parent
e43dac88f2
commit
82c52098e7
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user