Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)