|
1 | 1 | # Provision Azure resources (Azure Cosmos DB workspace, Azure OpenAI, etc.) |
2 | 2 |
|
3 | | -Azure Bicep Template: https://github.com/solliancenet/cosmos-db-openai-python-dev-guide-labs/tree/main/deploy |
| 3 | +**TBD once all other modules are complete.** |
4 | 4 |
|
5 | | -TBD once all other modules are complete. |
6 | | - |
7 | | -Bicep deployment is available in the `deploy` folder of the lab repository. |
| 5 | +Bicep deployment is available in the [`deploy` folder of the lab repository](https://github.com/solliancenet/cosmos-db-openai-python-dev-guide-labs/tree/main/deploy). |
8 | 6 | Currently deploying the following: |
9 | | - - Resource Group (this is done manually in the Azure Portal) |
10 | | - - Azure Cosmos DB API for MongoDB vCore account |
11 | | - - Azure OpenAI resource |
12 | | - - Chat GPT-3.5 `completions` model |
13 | | - - text-embedding-ada-002 model `embeddings` model |
14 | | - - Azure Container Registry to host Docker images |
15 | | - - Azure Container Apps Environment to host Docker containers |
16 | | - - Azure Container App to run Docker containers (initially with hello-world, but updated during the Backend API lab to run the backend Python API) |
17 | | - - Azure App Service to host Front-End SPA written in React |
| 7 | + |
| 8 | + - Resource Group (this is done manually in the Azure Portal) |
| 9 | + - Azure Cosmos DB API for MongoDB vCore account |
| 10 | + - Azure OpenAI resource |
| 11 | + - Chat GPT-3.5 `completions` model |
| 12 | + - text-embedding-ada-002 model `embeddings` model |
| 13 | + - Azure Container Registry to host Docker images |
| 14 | + - Azure Container Apps Environment to host Docker containers |
| 15 | + - Azure Container App to run Docker containers (initially with hello-world, but updated during the Backend API lab to run the backend Python API) |
| 16 | + - Azure App Service to host Front-End SPA written in React |
0 commit comments