Skip to content

Commit c7fdcaf

Browse files
committed
Update README.md
1 parent fc483e3 commit c7fdcaf

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Provision Azure resources (Azure Cosmos DB workspace, Azure OpenAI, etc.)
22

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.**
44

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).
86
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

Comments
 (0)