Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quota instructions don't work #316

Open
sdgilley opened this issue Mar 26, 2025 · 2 comments
Open

Quota instructions don't work #316

sdgilley opened this issue Mar 26, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@sdgilley
Copy link

Describe the bug
The instructions to see if you have enough quota don't work - the .sh file is not present. Perhaps it's in a subdirectory?

To Reproduce
Steps to reproduce the behavior:

  1. Open the repo in a Codespace
  2. login with az login
  3. run ./quota_check_all_regions.sh
  4. quota_check_all_regions.sh is not present. Is it a sub-directory that I need to cd to first?

Expected behavior
output from the command

Screenshots

Image

Configuration: Please provide the following
(Didn't get this far yet!)

  • Azure OpenAI model name and version (e.g. 'gpt-35-turbo-16k, version 0613')
  • Is chat history enabled?
  • Are you using data? If so, what data source? (e.g. Azure AI Search, Azure CosmosDB Mongo vCore, etc)

Additional context
Add any other context about the problem here.

@sdgilley sdgilley added the bug Something isn't working label Mar 26, 2025
@nitya
Copy link
Member

nitya commented Mar 26, 2025

Adding to existing bug report instead of filing new.

  1. I ran this in GitHub Codespaces.
  2. The README is missing key instructions and has script in a different location (not root)
  3. Specifically, to get this to run we need to do 2 actions
chmod a+x scripts/quota_*
./scripts/quota_check_all_regions.sh 

@Vinay-Microsoft
Copy link
Contributor

Thanks @nitya and @sdgilley for reporting this Issue. We will look into this and keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants