You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF_VAR_client_id=$(az ad sp show --id http://$USER --query appId --output tsv)
58
+
TF_VAR_client_id=$(az ad sp list --display-name http://$USER --query [].appId --output tsv)
59
59
60
60
echo$TF_VAR_client_id
61
61
echo$TF_VAR_client_secret
@@ -116,4 +116,3 @@ You can use the Azure Portal user interface or the Azure CLI to assign a managed
116
116
117
117
-[Use the Azure Portal](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm#user-assigned-managed-identity)
118
118
-[Use the Azure CLI](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm#user-assigned-managed-identity)
0 commit comments