From 82c52098e7ffde330c557a748966f88030a745d9 Mon Sep 17 00:00:00 2001 From: Treehopper Date: Wed, 24 Nov 2021 15:56:20 +0000 Subject: [PATCH] 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. --- kubernetes/cloud/azure/terraform/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/cloud/azure/terraform/readme.md b/kubernetes/cloud/azure/terraform/readme.md index 222919e..79ab8ce 100644 --- a/kubernetes/cloud/azure/terraform/readme.md +++ b/kubernetes/cloud/azure/terraform/readme.md @@ -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 ```