You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,12 @@ Offers ability to [start with an existing Azure AI Project](docs/transfer_projec
52
52
6. If leveraging [One-click deployment](#quick-deploy).
53
53
7. If leveraging [GitHub Actions](docs/github_actions_steps.md).
54
54
55
+
### Check Azure OpenAI Quota Availability
56
+
57
+
To ensure sufficient quota is available in your subscription, please follow **[quota check instructions guide](./docs/quota_check.md)** before deploying the solution.
58
+
59
+
### Services Enabled
60
+
55
61
For additional documentation of the default enabled services of this solution accelerator, please see:
56
62
57
63
1.[Azure Open AI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/)
@@ -92,7 +98,7 @@ Follow the post deployment steps [Post Deployment Steps](docs/github_code_spaces
92
98
93
99
### Region Availability
94
100
95
-
By default, this template uses AI models which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region during deployment accordingly.
101
+
By default, this template uses AI models which may not be available in all Azure regions. Please follow [quota check instructions guide](./docs/quota_check.md) before deploying the solution. Additionally, check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region during deployment accordingly.
96
102
97
103
### Costs
98
104
@@ -102,16 +108,12 @@ You can estimate the cost of this project's architecture with [Azure's pricing c
102
108
103
109
This template has [Managed Identity](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview) built in to eliminate the need for developers to manage these credentials. Applications can use managed identities to obtain Microsoft Entra tokens without having to manage any credentials.
104
110
105
-
106
111
## Resources
107
112
108
113
-[Azure AI Foundry documentation](https://learn.microsoft.com/en-us/azure/ai-studio/)
109
114
-[Azure Well Architecture Framework documentation](https://learn.microsoft.com/en-us/azure/well-architected/)
110
115
-[Azure OpenAI Service - Documentation, quickstarts, API reference - Azure AI services | Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data)
111
116
-[Azure AI Content Understanding documentation](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/)
0 commit comments