Skip to content

Commit 1503b0c

Browse files
authored
Update README (#25)
1 parent 5063dab commit 1503b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ You can run this repo virtually by using GitHub Codespaces, which will open a we
5454
### (Option 2) Manually create resources and set environment variables
5555
1. Create [Azure AI Services resource](docs/create_azure_ai_service.md)
5656
1. Go to `Access Control (IAM)` in resource, grant yourself role `Cognitive Services User`
57+
- It's necessary even you are the owner of the resource
5758
1. Copy `notebooks/.env.sample` to `notebooks/.env`
5859
1. Fill **AZURE_AI_ENDPOINT** with the endpoint from your Azure portal Azure AI Services instance.
5960
1. Login Azure
6061
```shell
61-
az login
62+
azd auth login
6263
```
6364
6465
## Open a Jupyter notebook and follow the step-by-step guidance

0 commit comments

Comments
 (0)