Azure / aihub

AI Hub Executive Demo HandsOn
https://azure.github.io/aihub
MIT License
48 stars 22 forks source link

Installation Error with Release v.1.0.10 in Terraform Script #36

Closed DavidVidalCastillo closed 5 months ago

DavidVidalCastillo commented 5 months ago

When executing the install.ps1, it is throwing this installation error. It seems that the release v.1.0.10 does not have the latest changes or we are making some mistake in the installation. Any idea where the problem might be?

image

cmendible commented 5 months ago

Please try v1.0.11 and let me know how it goes

DavidVidalCastillo commented 5 months ago

We have tested version 1.0.11 and now we only receive two errors, they are the same ones we had before linked to the Graph token by an unrecognized parameter. Thanks for the effort. image

cmendible commented 5 months ago

What version of terraform are you using? And how are you authenticating to Azure?

DavidVidalCastillo commented 5 months ago

We are using 1.7.4 terraform version, the .ps1 deploy this version. image

previously we are login against our development Azure account using AZ CLI, this account use MFA so we are using AZ Logn --tenant... We dont see nothing strange...

rliberoff commented 5 months ago

It looks like this issue is caused by an outdated version of AZ CLI. Updating the AZ CLI to its latest version (2.60) fixed the issue.

Now two new issues have happened to @DavidVidalCastillo:

  1. Explicit and manual acceptance of the «Responsible AI» terms to deploy Cognitive Services.

image

  1. An issue that seems to be related to privileges in Microsoft Entra ID to create App Registrations:

image


The proposed solution is to update the deployment documentation to include these aspects as prerequisites. I'll do that.