Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricvidal/azure-ai-quotas-discovery-recipe
Recipe to discover Azure AI Models, Quotas and subscription Usages across regions.
https://github.com/cedricvidal/azure-ai-quotas-discovery-recipe
ai azure discovery openai quota recipe subscription usage
Last synced: 29 days ago
JSON representation
Recipe to discover Azure AI Models, Quotas and subscription Usages across regions.
- Host: GitHub
- URL: https://github.com/cedricvidal/azure-ai-quotas-discovery-recipe
- Owner: cedricvidal
- Created: 2024-11-21T02:36:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:14:27.000Z (about 1 month ago)
- Last Synced: 2024-11-30T21:20:17.459Z (about 1 month ago)
- Topics: ai, azure, discovery, openai, quota, recipe, subscription, usage
- Language: Jupyter Notebook
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure AI Models Quotas and Usages Discovery Recipe
This repository serves as a guide for users looking to understand how to discover Azure AI Models, Quotas and subscription Usages across regions.
By leveraging this resource, users can efficiently access information about available quota limits across various Azure regions, empowering effective planning and utilization of Azure AI capabilities. The repository includes a Jupyter notebook with step-by-step instructions and best practices to help you navigate and optimize your Azure AI model deployments according to your subscription's available capacities.
## Getting started
Open the project in either Codespaces or Dev Containers:
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/cedricvidal/azure-ai-models-quotas-recipe)
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/cedricvidal/azure-ai-models-quotas-recipe)
Authenticate to Azure CLI
```console
az login --use-device-code
```Open the [Jupyter Notebook](./quotas.ipynb)