Skip to content

Commit 2f792eb

Browse files
authored
Update README.md with account reqs (#609)
1 parent f277771 commit 2f792eb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Table of Contents
44

55
- [Features](#features)
6-
- [Getting started](#getting-started)
6+
- [Azure account requirements](#azure-account-requirements)
77
- [Azure deployment](#azure-deployment)
88
- [Cost estimation](#cost-estimation)
99
- [Project setup](#project-setup)
@@ -44,11 +44,13 @@ The repo includes sample data so it's ready to try end to end. In this sample ap
4444

4545
![Chat screen](docs/chatscreen.png)
4646

47-
## Getting started
47+
## Azure account requirements
4848

49-
> **IMPORTANT:** In order to deploy and run this example, you'll need an **Azure subscription with access enabled for the Azure OpenAI service**. You can request access [here](https://aka.ms/oaiapply). You can also visit [here](https://azure.microsoft.com/free/cognitive-search/) to get some free Azure credits to get you started.
49+
**IMPORTANT:** In order to deploy and run this example, you'll need:
5050

51-
> Your Azure Account must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner).
51+
* **Azure account**. If you're new to Azure, [get an Azure account for free](https://azure.microsoft.com/free/cognitive-search/) and you'll get some free Azure credits to get started.
52+
* **Azure subscription with access enabled for the Azure OpenAI service**. You can request access with [this form](https://aka.ms/oaiapply).
53+
* **Azure account permissions**: Your Azure account must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [Role Based Access Control Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#role-based-access-control-administrator-preview), [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator), or [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner).
5254

5355
## Azure deployment
5456

0 commit comments

Comments
 (0)