Skip to content

Commit

Permalink
Updated README.md with prerequisites for deploying the solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
rliberoff authored and cmendible committed May 20, 2024
1 parent b1862eb commit 572fcf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infra/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.

0 comments on commit 572fcf9

Please sign in to comment.