Skip to content

Commit c701a38

Browse files
committed
work on deploy lab
1 parent 9ba4d43 commit c701a38

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Labs/deploy/deploy.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@
77
- Azure CLI installed
88
- Azure PowerShell installed
99

10+
## Clone labs repo
11+
12+
Open a terminal window, create a new folder and clone the labs repository using Git into the new folder:
13+
14+
```powershell
15+
mkdir labs
16+
cd labs
17+
18+
git clone https://github.com/solliancenet/cosmos-db-openai-python-dev-guide-labs.git
19+
```
20+
21+
Navigate to the `/deploy` folder within the repo folder:
22+
23+
```powershell
24+
cd deploy
25+
```
26+
27+
Open the `azuredeploy.parameters.json` file, then edit the `mongoDbPassword` to a password you wish to use for the MongoDB Admin User:
28+
29+
![editing the azuredeploy.parameters.json file with mongoDBPassword parameter highlighted](images/editor-azuredeploy-parameters-json-password.png)
30+
31+
When the Azure Bicep template is deployed, this parameters file will be used to configure the Mongo DB Password and other parameters when provisioning the Azure resources.
32+
1033
## Login to Azure
1134

1235
Open a terminal window and log in to Azure using the following command:
61.5 KB
Loading

0 commit comments

Comments
 (0)