You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The Bicep framework for CBS deployment comes with Bicep templates and bash scrip
8
8
9
9
-**Module #03 (Test VM)** - This module provisions a test Virtual Machine (VM) of Windows Server 2019 with pre-installed MS SQL server and configures test volumes in CBS instance to mount them via iSCSI protocol.
10
10
11
-
-**Module #04 (E2E Demo Deployment) 🧪** - For hands-on/testing purposes, this module combines all modules #01-#03 (described above) and deploys all required resources, CBS Managed App and a test Virtual Machine in the single deployment script.
11
+
-**Module #04 (QuickStart Demo Deployment) 🧪** - For hands-on/testing purposes, this module combines all modules #01-#03 (described above) and deploys all required resources, CBS Managed App and a test Virtual Machine in the single deployment script.
12
12
13
13
## Prerequisites
14
14
- bash
@@ -42,7 +42,7 @@ You can also run all commands in this repo on your computer or in container usin
1. Run the `00-setup-machine.sh` script to install all required tooling and log into Azure.
48
48
```bash
@@ -151,33 +151,30 @@ Password: *pureuser*
151
151
152
152
<br><br>
153
153
154
-
### Module #04 - E2E DEMO Deployment
154
+
### Module #04 - QuickStart DEMO Deployment
155
155
156
-
This repository contains a script `deploy-e2e-demo.sh` that combines all modules in the repository and enables easy testing and hands-on experience of the CBS (Pure Cloud Block Store) on Azure.
156
+
This repository contains a script `deploy-quickstart.sh` that combines all modules in the repository and enables easy testing and hands-on experience of the CBS (Pure Cloud Block Store) on Azure.
157
157
With just one script, you can quickly set up and run a test environment to explore the features and capabilities of the CBS.
158
158
159
159
The script includes all required CBS resources and sets up a test Windows SQL Server VM with mounted CBS volumes via iSCSI.
160
160
161
-

161
+

162
162
163
163
To use this script:
164
-
1. rename the file `e2e-demo-params.sh.example` to `e2e-demo-params.sh`
164
+
165
+
1. rename the file `quickstart-params.sh.example` to `quickstart-params.sh`:
1. enter the necessary values into the `e2e-demo-params.sh` file
169
-
1. execute the script
169
+
1. enter the necessary values into the `quickstart-params.sh` file
170
+
1. execute the script:
170
171
```bash
171
-
$ ./deploy-e2e-demo.sh
172
+
$ ./deploy-quickstart.sh
172
173
```
173
174
174
-
175
-
176
-
177
175
## Limitations / Troubleshooting
178
176
179
-
180
-
### Common Deployment vNET
177
+
### Common Deployment vNET
181
178
182
179
The prerequisites (Module #01) only supports a single virtual network scenario where all required subnets are deployed within one common vNET, as this is considered best practice. The use of multiple vNETs that are peered with each other is not supported by this framework.
This access will not be used, but enabling JIT increases security - with turned on, Azure will not provide any default access to CBS resources (Managed App) to service provider.
0 commit comments