From 572fcf9a32884ecea7e5a1443e4a4a8c53cd1e0f Mon Sep 17 00:00:00 2001 From: Rodrigo Liberoff Date: Mon, 20 May 2024 11:56:13 +0200 Subject: [PATCH] Updated `README.md` with prerequisites for deploying the solution. --- infra/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/infra/README.md b/infra/README.md index 9c2c1c6..31257bc 100644 --- a/infra/README.md +++ b/infra/README.md @@ -1,5 +1,13 @@ # Deploying the Solution +## Prerequisites + +Before deploying and installing the Azure AI Hub, please ensure the following prerequisites are met: + +- You have Azure CLI version `2.56.0` or higher installed. +- During deployment, the script will create two application registrations on Microsoft Entra ID. Please verify that your user account has the necessary privileges. +- The Azure AI Hub uses various cognitive services like Azure Computer Vision, Azure Speech Service or Azure Document Intelligence. To deploy these Cognitive Services, you must manually accept the "Responsible AI" terms. This can currently only be done by deploying any of these services from the Azure Portal. + ## Deploying the infrastructure Run the following command to deploy the infrastructure: @@ -11,3 +19,5 @@ powershell -Command "iwr -useb https://raw.githubusercontent.com/azure/aihub/mas ``` ## Manual steps + +For details on manual deployment, please refer to the [Deployment](https://azure.github.io/aihub/docs/deployment/) section in the Azure AI Hub documentation.