Skip to content

Commit fa03bdb

Browse files
committed
Added to provision resources to include resources for backend api
1 parent fbea37c commit fa03bdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

05_Provision_Azure_Resources/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ TBD once all other modules are complete.
44

55
Bicep deployment is available in the `deploy` folder of the lab repository.
66
Currently deploying the following:
7-
- Resource Group
7+
- Resource Group (this is done manually in the Azure Portal)
88
- Azure Cosmos DB API for MongoDB vCore account
99
- Azure OpenAI resource
1010
- Chat GPT-3.5 `completions` model
1111
- text-embedding-ada-002 model `embeddings` model
12+
- Azure Container Registry to host Docker images
13+
- Azure Container Apps Environment to host Docker containers
14+
- Azure Container App to run Docker containers (initially with hello-world, but updated during the Backend API lab to run the backend Python API)
1215
- Azure App Service to host Front-End SPA written in React
13-
- Azure App Service to host Back-end API written in Python

0 commit comments

Comments
 (0)