File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
05_Provision_Azure_Resources Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ TBD once all other modules are complete.
44
55Bicep deployment is available in the ` deploy ` folder of the lab repository.
66Currently 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
You can’t perform that action at this time.
0 commit comments