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
@@ -49,6 +49,12 @@ The diagram below illustrates the capabilities included in the template.
49
49
6. If leveraging [One-click deployment](#quick-deploy).
50
50
7. If leveraging [GitHub Actions](docs/github_actions_steps.md).
51
51
52
+
### Check Azure OpenAI Quota Availability
53
+
54
+
To ensure sufficient quota is available in your subscription, please follow **[quota check instructions guide](./docs/quota_check.md)** before deploying the solution.
55
+
56
+
### Services Enabled
57
+
52
58
For additional documentation of the default enabled services of this solution accelerator, please see:
53
59
54
60
1.[Azure Open AI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/)
@@ -89,7 +95,7 @@ Follow the post deployment steps [Post Deployment Steps](docs/github_code_spaces
89
95
90
96
### Region Availability
91
97
92
-
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.
98
+
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.
93
99
94
100
### Costs
95
101
@@ -99,16 +105,12 @@ You can estimate the cost of this project's architecture with [Azure's pricing c
99
105
100
106
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.
101
107
102
-
103
108
## Resources
104
109
105
110
-[Azure AI Foundry documentation](https://learn.microsoft.com/en-us/azure/ai-studio/)
106
111
-[Azure Well Architecture Framework documentation](https://learn.microsoft.com/en-us/azure/well-architected/)
107
112
-[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)
108
113
-[Azure AI Content Understanding documentation](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/)
0 commit comments