Azure / responsible-ai-hub

A "Responsible AI For Developers" hub to help developer audiences (students, entrepreneurs and professionals) discover workshop, events and resources that can help them learn and use Responsible AI concepts and resources effectively in their own projects.
https://aka.ms/rai-hub/website
MIT License
36 stars 20 forks source link

chore: add note about az openai regions #1

Open OscarSantosMu opened 8 months ago

OscarSantosMu commented 8 months ago

The current tutorial does not provide any info about available regions for Azure OpenAI and executing az deployment group create --name rai-workshop --template-file no-openai/main.bicep fails when choosing one of unavailable regions.

While I made another PR to update main.bicep to the workshop repo, I believe this tutorial should have a note about this.

What I found interesting is that this page does not provide accurate information. It says Azure OpenAI Service can be deployed in South Central while that is not true as shown in this issue. So, maybe it wouldn't be enough to just point to the page. That is why I made a PR to remove those regions from bicep.main as well.